<?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: Switching from Hibernate mapping files to JPA</title>
	<atom:link href="http://tech.puredanger.com/index.php/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: anoop shukla</title>
		<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/comment-page-1/#comment-295785</link>
		<dc:creator>anoop shukla</dc:creator>
		<pubDate>Fri, 30 Sep 2011 05:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/#comment-295785</guid>
		<description>I tried the same thing but i did the same error ..after clean up the project the project error has been resolved.:-)
just need to add followoing entry in cfg file
 

and in HibernateUtil  class add 
new AnnotationConfiguration().configure() to create the configuration</description>
		<content:encoded><![CDATA[<p>I tried the same thing but i did the same error ..after clean up the project the project error has been resolved.:-)<br />
just need to add followoing entry in cfg file</p>
<p>and in HibernateUtil  class add<br />
new AnnotationConfiguration().configure() to create the configuration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pm</title>
		<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/comment-page-1/#comment-258767</link>
		<dc:creator>pm</dc:creator>
		<pubDate>Tue, 26 Oct 2010 01:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/#comment-258767</guid>
		<description>Thanks a ton! I got tripped up by the &quot;An AnnotationConfiguration instance is required&quot; error.</description>
		<content:encoded><![CDATA[<p>Thanks a ton! I got tripped up by the &#8220;An AnnotationConfiguration instance is required&#8221; error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Łukasz</title>
		<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/comment-page-1/#comment-252622</link>
		<dc:creator>Łukasz</dc:creator>
		<pubDate>Sun, 26 Sep 2010 11:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/#comment-252622</guid>
		<description>&quot;4. Modify your HibernateUtil class to use a different configuration (this is the step that tripped me up)&quot;

tripped me too! glad that found this site! saved same time :)</description>
		<content:encoded><![CDATA[<p>&#8220;4. Modify your HibernateUtil class to use a different configuration (this is the step that tripped me up)&#8221;</p>
<p>tripped me too! glad that found this site! saved same time :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/comment-page-1/#comment-243286</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 17 Aug 2010 09:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/#comment-243286</guid>
		<description>thank you!!!!</description>
		<content:encoded><![CDATA[<p>thank you!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Mehio</title>
		<link>http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/comment-page-1/#comment-235576</link>
		<dc:creator>Alan Mehio</dc:creator>
		<pubDate>Sat, 24 Jul 2010 22:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/07/15/switching-from-hibernate-mapping-files-to-jpa/#comment-235576</guid>
		<description>So sprong session factory configuratin will use 

		 ...etc..
	


instead of the one which is given in the spring 3 ref. documentation chapter 9</description>
		<content:encoded><![CDATA[<p>So sprong session factory configuratin will use </p>
<p>		 &#8230;etc..</p>
<p>instead of the one which is given in the spring 3 ref. documentation chapter 9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

