<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for englishteeth.co.uk</title>
	<atom:link href="http://www.englishteeth.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.englishteeth.co.uk</link>
	<description>... the weblog of Ian "English Teeth" Robinson</description>
	<pubDate>Fri, 21 Nov 2008 11:10:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Deplyoing a Grails application to JBoss by englishteeth.co.uk &#187; Grails: Role based security on Jetty &#38; JBoss</title>
		<link>http://www.englishteeth.co.uk/2008/10/17/deplyoing-a-grails-application-to-jboss/#comment-149</link>
		<dc:creator>englishteeth.co.uk &#187; Grails: Role based security on Jetty &#38; JBoss</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=82#comment-149</guid>
		<description>[...] looking outside of grails oriented guides. The actual deployment environment I have to target is JBoss, but the best description of the security configuration I found was in the article JBoss Role-Based [...]</description>
		<content:encoded><![CDATA[<p>[...] looking outside of grails oriented guides. The actual deployment environment I have to target is JBoss, but the best description of the security configuration I found was in the article JBoss Role-Based [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails Service, JMS and an MDB by Reiner Saddey&#8217;s Place &#187; Grails: Links from my first week with Grails</title>
		<link>http://www.englishteeth.co.uk/2008/04/18/grails-jms-mdb/#comment-140</link>
		<dc:creator>Reiner Saddey&#8217;s Place &#187; Grails: Links from my first week with Grails</dc:creator>
		<pubDate>Sat, 11 Oct 2008 12:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=37#comment-140</guid>
		<description>[...] Grails Service, JMS and an MDB and JMS Plugin (e.g. for serving asynchronous requests within an environment that hates new Thread()) [...]</description>
		<content:encoded><![CDATA[<p>[...] Grails Service, JMS and an MDB and JMS Plugin (e.g. for serving asynchronous requests within an environment that hates new Thread()) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails Unit Testing: How to mock a closure by Ian</title>
		<link>http://www.englishteeth.co.uk/2008/08/29/grails-unit-testing-how-to-mock-a-closure/#comment-137</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 03 Oct 2008 16:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=78#comment-137</guid>
		<description>Hi Justin, the above definitely worked for me.

Your stubbed version of the list method - is it definitely the list method of your domain object that the controller is accessing?

What I mean is, if it's not the same signature and does not match the meta class method you've replaced, you will just get the real one being invoked.</description>
		<content:encoded><![CDATA[<p>Hi Justin, the above definitely worked for me.</p>
<p>Your stubbed version of the list method - is it definitely the list method of your domain object that the controller is accessing?</p>
<p>What I mean is, if it&#8217;s not the same signature and does not match the meta class method you&#8217;ve replaced, you will just get the real one being invoked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails Unit Testing: How to mock a closure by Justin</title>
		<link>http://www.englishteeth.co.uk/2008/08/29/grails-unit-testing-how-to-mock-a-closure/#comment-136</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 02 Oct 2008 18:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=78#comment-136</guid>
		<description>Were you able to get this to work? When I tried something similar, I found that my stubbed version of the list call (Customer.metaClass.static.list = { Map params -&#62; testItems }) was never invoked and instead the real one would be called.

I'm curious to know whether you got this to work.</description>
		<content:encoded><![CDATA[<p>Were you able to get this to work? When I tried something similar, I found that my stubbed version of the list call (Customer.metaClass.static.list = { Map params -&gt; testItems }) was never invoked and instead the real one would be called.</p>
<p>I&#8217;m curious to know whether you got this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails on an existing database by SR</title>
		<link>http://www.englishteeth.co.uk/2008/05/19/grails-on-an-existing-database/#comment-132</link>
		<dc:creator>SR</dc:creator>
		<pubDate>Fri, 26 Sep 2008 22:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=59#comment-132</guid>
		<description>I keep getting this exception when I try to connect to an existing oracle database:

008-09-26 15:28:26.419::WARN:  Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSouce': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with n
me 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception i
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Invocation of init method failed;
nested exception is org.hibernate.MappingException: invalid configuration:
rg.xml.sax.SAXParseException: Document is invalid: no grammar found.</description>
		<content:encoded><![CDATA[<p>I keep getting this exception when I try to connect to an existing oracle database:</p>
<p>008-09-26 15:28:26.419::WARN:  Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;messageSouce&#8217;: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with n<br />
me &#8216;transactionManager&#8217;: Cannot resolve reference to bean &#8217;sessionFactory&#8217; while setting bean property &#8217;sessionFactory&#8217;; nested exception i<br />
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8217;sessionFactory&#8217;: Invocation of init method failed;<br />
nested exception is org.hibernate.MappingException: invalid configuration:<br />
rg.xml.sax.SAXParseException: Document is invalid: no grammar found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails Unit Testing: How to mock a closure by englishteeth.co.uk &#187; Groovy on Grails and my &#8220;Test First&#8221; impasse</title>
		<link>http://www.englishteeth.co.uk/2008/08/29/grails-unit-testing-how-to-mock-a-closure/#comment-120</link>
		<dc:creator>englishteeth.co.uk &#187; Groovy on Grails and my &#8220;Test First&#8221; impasse</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=78#comment-120</guid>
		<description>[...] that this can be done as a closure to the list method of hibernate criteria and having figured out how to mock a closure I can assert that a filter has indeed been [...]</description>
		<content:encoded><![CDATA[<p>[...] that this can be done as a closure to the list method of hibernate criteria and having figured out how to mock a closure I can assert that a filter has indeed been [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails on an existing database revisited by englishteeth.co.uk &#187; Grails ClassCastException for Application</title>
		<link>http://www.englishteeth.co.uk/2008/08/20/grails-on-an-existing-database-revisited/#comment-103</link>
		<dc:creator>englishteeth.co.uk &#187; Grails ClassCastException for Application</dc:creator>
		<pubDate>Thu, 21 Aug 2008 10:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=75#comment-103</guid>
		<description>[...] persevered with mapping my existing database in grails, it actually made for much cleaner domain [...]</description>
		<content:encoded><![CDATA[<p>[...] persevered with mapping my existing database in grails, it actually made for much cleaner domain [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails on an existing database by englishteeth.co.uk &#187; Grails on an existing database revisited</title>
		<link>http://www.englishteeth.co.uk/2008/05/19/grails-on-an-existing-database/#comment-99</link>
		<dc:creator>englishteeth.co.uk &#187; Grails on an existing database revisited</dc:creator>
		<pubDate>Wed, 20 Aug 2008 11:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=59#comment-99</guid>
		<description>[...] time ago I looked at what was necessary to have Grails work on an existing database rather than the green field scenario painted in most [...]</description>
		<content:encoded><![CDATA[<p>[...] time ago I looked at what was necessary to have Grails work on an existing database rather than the green field scenario painted in most [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrollable tables, CSS and fetaures of IE6 by Ian</title>
		<link>http://www.englishteeth.co.uk/2008/08/18/css-scrollable-tables/#comment-96</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 18 Aug 2008 13:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=73#comment-96</guid>
		<description>Thanks Randy, I did and benefited from it!</description>
		<content:encoded><![CDATA[<p>Thanks Randy, I did and benefited from it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrollable tables, CSS and fetaures of IE6 by Randy Syring</title>
		<link>http://www.englishteeth.co.uk/2008/08/18/css-scrollable-tables/#comment-95</link>
		<dc:creator>Randy Syring</dc:creator>
		<pubDate>Mon, 18 Aug 2008 13:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.englishteeth.co.uk/?p=73#comment-95</guid>
		<description>I just wanted to make sure you saw my updated post:

http://rcswebsolutions.wordpress.com/2007/02/17/updated-scrolling-html-table-with-fixed-header/</description>
		<content:encoded><![CDATA[<p>I just wanted to make sure you saw my updated post:</p>
<p><a href="http://rcswebsolutions.wordpress.com/2007/02/17/updated-scrolling-html-table-with-fixed-header/" rel="nofollow">http://rcswebsolutions.wordpress.com/2007/02/17/updated-scrolling-html-table-with-fixed-header/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
