<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Unit test JPA Entities with in-memory database</title>
	<atom:link href="http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/</link>
	<description></description>
	<lastBuildDate>Tue, 08 Dec 2009 11:24:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Unit test JPA Entities with in-memory Derby/JavaDB &#171; eskatos&#39;s thoughts</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-235</link>
		<dc:creator>Unit test JPA Entities with in-memory Derby/JavaDB &#171; eskatos&#39;s thoughts</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-235</guid>
		<description>[...] reference, here is a link to my previous post titled Unit test JPA Entities with in-memory database. What follows is just the very same method applied to [...]</description>
		<content:encoded><![CDATA[<p>[...] reference, here is a link to my previous post titled Unit test JPA Entities with in-memory database. What follows is just the very same method applied to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eskatos</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-46</link>
		<dc:creator>eskatos</dc:creator>
		<pubDate>Fri, 02 May 2008 11:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-46</guid>
		<description>@Alistair : I didn&#039;t have to add GF runtime as test dependencies. The error you get sounds weird. Is your project aimed at java 5+ ?</description>
		<content:encoded><![CDATA[<p>@Alistair : I didn&#8217;t have to add GF runtime as test dependencies. The error you get sounds weird. Is your project aimed at java 5+ ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-45</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Fri, 02 May 2008 08:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-45</guid>
		<description>Tried this out just now. Using Maven, too and practically followed your example to the letter but am getting &quot;java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/persistence/Persistence&quot;.

Any ideas? Do I have to add the Glassfish runtime libraries (or in my case, JBoss) to the classpath via Maven dependencies, too (not covered in your post)?</description>
		<content:encoded><![CDATA[<p>Tried this out just now. Using Maven, too and practically followed your example to the letter but am getting &#8220;java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/persistence/Persistence&#8221;.</p>
<p>Any ideas? Do I have to add the Glassfish runtime libraries (or in my case, JBoss) to the classpath via Maven dependencies, too (not covered in your post)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-26</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Thu, 24 Jan 2008 11:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-26</guid>
		<description>Hey Paul, 

Thanks for the reply. I guess using the build tool to select the appropriate file is really the way to go. 

In the mean time i have noticed that Jboss complains about seeing a &quot;resouce-local&quot; persistence context but deploys everything ok. So for the moment i am living with the error and will get to modifying my ant script shortly. 

thanks
andre</description>
		<content:encoded><![CDATA[<p>Hey Paul, </p>
<p>Thanks for the reply. I guess using the build tool to select the appropriate file is really the way to go. </p>
<p>In the mean time i have noticed that Jboss complains about seeing a &#8220;resouce-local&#8221; persistence context but deploys everything ok. So for the moment i am living with the error and will get to modifying my ant script shortly. </p>
<p>thanks<br />
andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eskatos</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-25</link>
		<dc:creator>eskatos</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-25</guid>
		<description>Hi Andre,

I do not have this issue. Using Hibernate in GlassFish here.
Now I&#039;m using separate persistence.xml files and my build tool (maven) allows me to change the persistence.xml file used during unit tests.

It&#039;s no solution but I hope this helps.

Paul</description>
		<content:encoded><![CDATA[<p>Hi Andre,</p>
<p>I do not have this issue. Using Hibernate in GlassFish here.<br />
Now I&#8217;m using separate persistence.xml files and my build tool (maven) allows me to change the persistence.xml file used during unit tests.</p>
<p>It&#8217;s no solution but I hope this helps.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-24</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Thu, 17 Jan 2008 13:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-24</guid>
		<description>Hi,

thanks for you article. I am doing the same type of testing but can&#039;t figure out how to do testing and deployment using a single persistence.xml. The problem is when I deploy into jboss it doesn&#039;t like the unit testing persitence context being defined because it&#039;s resource-local. I am interested to know if you have faced similar issue and how you solved the pb.

thanks
andre</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for you article. I am doing the same type of testing but can&#8217;t figure out how to do testing and deployment using a single persistence.xml. The problem is when I deploy into jboss it doesn&#8217;t like the unit testing persitence context being defined because it&#8217;s resource-local. I am interested to know if you have faced similar issue and how you solved the pb.</p>
<p>thanks<br />
andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celpjefscycle</title>
		<link>http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-22</link>
		<dc:creator>celpjefscycle</dc:creator>
		<pubDate>Sat, 12 Jan 2008 07:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/#comment-22</guid>
		<description>Thanks for information. 
many interesting things 
Celpjefscylc</description>
		<content:encoded><![CDATA[<p>Thanks for information.<br />
many interesting things<br />
Celpjefscylc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
