<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Some workarounds for a few Grails 1.1.x bugs</title>
	<atom:link href="http://www.anyware.co.uk/2005/2009/06/23/some-workarounds-for-a-few-grails-11x-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anyware.co.uk/2005/2009/06/23/some-workarounds-for-a-few-grails-11x-bugs/</link>
	<description>Grails, Apple, usability and world stuff</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:27:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel Rinser</title>
		<link>http://www.anyware.co.uk/2005/2009/06/23/some-workarounds-for-a-few-grails-11x-bugs/comment-page-1/#comment-145729</link>
		<dc:creator>Daniel Rinser</dc:creator>
		<pubDate>Sun, 09 Aug 2009 12:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=477#comment-145729</guid>
		<description>Just a small &quot;bugfix&quot;:

&quot;Author.list().collect { it -&gt; it.book == null }&quot; should be &quot;Author.list().findAll { it -&gt; it.book == null }&quot; (or grep {...}). Your code would return a list of booleans (one for each author, indicating if she has a book).</description>
		<content:encoded><![CDATA[<p>Just a small &#8220;bugfix&#8221;:</p>
<p>&#8220;Author.list().collect { it -&gt; it.book == null }&#8221; should be &#8220;Author.list().findAll { it -&gt; it.book == null }&#8221; (or grep {&#8230;}). Your code would return a list of booleans (one for each author, indicating if she has a book).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.anyware.co.uk/2005/2009/06/23/some-workarounds-for-a-few-grails-11x-bugs/comment-page-1/#comment-141192</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 25 Jun 2009 22:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=477#comment-141192</guid>
		<description>&quot;It is currently impossible to query for null associations on 1:1 relationships using any mechanism - criteria, dynamic finders, HQL all return empty results.&quot;

My workaround is to fall back to groovy.sql.Sql for queries that are too complex for Hibernate.</description>
		<content:encoded><![CDATA[<p>&#8220;It is currently impossible to query for null associations on 1:1 relationships using any mechanism &#8211; criteria, dynamic finders, HQL all return empty results.&#8221;</p>
<p>My workaround is to fall back to groovy.sql.Sql for queries that are too complex for Hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://www.anyware.co.uk/2005/2009/06/23/some-workarounds-for-a-few-grails-11x-bugs/comment-page-1/#comment-141053</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=477#comment-141053</guid>
		<description>I&#039;d like to add this tip http://blog.xebia.com/2009/03/20/hsqldb-database-already-in-use-by-another-process-exceptions-on-linux/

I like keeping a console with grails interactive running for testing(hsql:mem), and another shell with the application running in dev mode(hsql:file) but hsql complains about a file lock, even when running a memory DB. Version 1.8.0.10 fixes this.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to add this tip <a href="http://blog.xebia.com/2009/03/20/hsqldb-database-already-in-use-by-another-process-exceptions-on-linux/" rel="nofollow">http://blog.xebia.com/2009/03/20/hsqldb-database-already-in-use-by-another-process-exceptions-on-linux/</a></p>
<p>I like keeping a console with grails interactive running for testing(hsql:mem), and another shell with the application running in dev mode(hsql:file) but hsql complains about a file lock, even when running a memory DB. Version 1.8.0.10 fixes this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/15 queries in 0.025 seconds using disk: basic

Served from: www.anyware.co.uk @ 2012-02-10 15:10:55 -->
