<?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 on: Grails, Hibernate and JPA: hanging application</title>
	<atom:link href="http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/</link>
	<description>Programming is hard</description>
	<pubDate>Sat, 22 Nov 2008 09:52:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: JPA hangs Grails, Part 2 at Stephans Blog</title>
		<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-35515</link>
		<dc:creator>JPA hangs Grails, Part 2 at Stephans Blog</dc:creator>
		<pubDate>Wed, 24 Oct 2007 05:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-35515</guid>
		<description>[...] As I wrote before, using Java JPA in my Grails application, the Grails application (0.6) hanged. After not much help from the mailing list, I updated to Grails RC1.0 without success. Adding the newest Hibernate JARs and Annotations JARs to the grails/lib directory solved my issue though. Grails no happily uses my JPA/Dao backend. Puh. Bookmark at:StumbleUpon &#124; Digg &#124; Del.icio.us &#124; Dzone &#124; Newsvine &#124; Spurl &#124; Simpy &#124; Furl &#124; Reddit &#124; Yahoo! MyWeb [...]</description>
		<content:encoded><![CDATA[<p>[...] As I wrote before, using Java JPA in my Grails application, the Grails application (0.6) hanged. After not much help from the mailing list, I updated to Grails RC1.0 without success. Adding the newest Hibernate JARs and Annotations JARs to the grails/lib directory solved my issue though. Grails no happily uses my JPA/Dao backend. Puh. Bookmark at:StumbleUpon | Digg | Del.icio.us | Dzone | Newsvine | Spurl | Simpy | Furl | Reddit | Yahoo! MyWeb [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34724</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 18 Oct 2007 13:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34724</guid>
		<description>@Ray: Thanks, I'll try that approach.</description>
		<content:encoded><![CDATA[<p>@Ray: Thanks, I&#8217;ll try that approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Tayek</title>
		<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34706</link>
		<dc:creator>Ray Tayek</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34706</guid>
		<description>you can post to those forums: http://www.nabble.com/codehaus---grails-f11860.html</description>
		<content:encoded><![CDATA[<p>you can post to those forums: <a href="http://www.nabble.com/codehaus---grails-f11860.html" rel="nofollow">http://www.nabble.com/codehaus&#8212;grails-f11860.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34356</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 15 Oct 2007 17:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34356</guid>
		<description>Thanks Ken, I'll take a look there, and perhaps try to remove one asm.jar from the classpath.</description>
		<content:encoded><![CDATA[<p>Thanks Ken, I&#8217;ll take a look there, and perhaps try to remove one asm.jar from the classpath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Kousen</title>
		<link>http://www.codemonkeyism.com/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34353</link>
		<dc:creator>Ken Kousen</dc:creator>
		<pubDate>Mon, 15 Oct 2007 16:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/15/grails-hibernate-and-jpa-hanging-application/#comment-34353</guid>
		<description>I've had problems in the past mixing Spring 2.0, Hibernate 3.x, and JPA.  The problem usually comes down to the "asm.jar" file, which is normally included in both the Hibernate library and the Spring 2.0 library.  Unfortunately, each includes a different version, and the conflict breaks the application.

I do remember seeing a post on one of email lists you mentioned about a similar conflict.  Grails is built on top of both Spring and Hibernate, so maybe that's not surprising.

By the way, if you can't get into the email lists directly, both are archived at Nabble:

http://www.nabble.com/codehaus---Groovy-f11866.html for Groovy, and
http://www.nabble.com/grails---user-f11861.html for Grails.

Good luck,

Ken Kousen
--
My blog is at http://kousenit.wordpress.com</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had problems in the past mixing Spring 2.0, Hibernate 3.x, and JPA.  The problem usually comes down to the &#8220;asm.jar&#8221; file, which is normally included in both the Hibernate library and the Spring 2.0 library.  Unfortunately, each includes a different version, and the conflict breaks the application.</p>
<p>I do remember seeing a post on one of email lists you mentioned about a similar conflict.  Grails is built on top of both Spring and Hibernate, so maybe that&#8217;s not surprising.</p>
<p>By the way, if you can&#8217;t get into the email lists directly, both are archived at Nabble:</p>
<p><a href="http://www.nabble.com/codehaus---Groovy-f11866.html" rel="nofollow">http://www.nabble.com/codehaus&#8212;Groovy-f11866.html</a> for Groovy, and<br />
<a href="http://www.nabble.com/grails---user-f11861.html" rel="nofollow">http://www.nabble.com/grails&#8212;user-f11861.html</a> for Grails.</p>
<p>Good luck,</p>
<p>Ken Kousen<br />
&#8211;<br />
My blog is at <a href="http://kousenit.wordpress.com" rel="nofollow">http://kousenit.wordpress.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
