<?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: Hibernate with JPA Annotations and Guice</title>
	<atom:link href="http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/</link>
	<description>Co-founder at Connectifier. ex-Googler. CMU alum.</description>
	<lastBuildDate>Fri, 10 May 2013 09:09:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Christophe</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-72317</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Thu, 22 Dec 2011 10:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-72317</guid>
		<description><![CDATA[Nice article, thanks a lot.
It is all I need.

But the code is hard to read, please use a syntax highlighting plugin !]]></description>
		<content:encoded><![CDATA[<p>Nice article, thanks a lot.<br />
It is all I need.</p>
<p>But the code is hard to read, please use a syntax highlighting plugin !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-53304</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 06 Sep 2011 12:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-53304</guid>
		<description><![CDATA[Hi All,

I was also getting &quot;No Persistence provider for EntityManager named db-manager&quot; whilst running test. 

Please make sure that you have copied persistance.xml in &quot;src/test/resources/META-INF/&quot;.

Cheers,
Rajesh]]></description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I was also getting &#8220;No Persistence provider for EntityManager named db-manager&#8221; whilst running test. </p>
<p>Please make sure that you have copied persistance.xml in &#8220;src/test/resources/META-INF/&#8221;.</p>
<p>Cheers,<br />
Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-48961</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 15 Jul 2011 08:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-48961</guid>
		<description><![CDATA[This is an excellent summary.

However, you could omit the  section of the persistence.xml, in my experience.]]></description>
		<content:encoded><![CDATA[<p>This is an excellent summary.</p>
<p>However, you could omit the  section of the persistence.xml, in my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-48935</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 15 Jul 2011 00:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-48935</guid>
		<description><![CDATA[Also a runtime dependency on 

javax.transaction:jta:1.1

if you use Java SE]]></description>
		<content:encoded><![CDATA[<p>Also a runtime dependency on </p>
<p>javax.transaction:jta:1.1</p>
<p>if you use Java SE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven H.</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-40055</link>
		<dc:creator>Steven H.</dc:creator>
		<pubDate>Tue, 15 Feb 2011 00:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-40055</guid>
		<description><![CDATA[Turns out you need further dependancies

 
            org.hibernate
            hibernate-entitymanager
            3.3.2.GA
        
         
             org.slf4j
             slf4j-simple
             1.6.1

         ]]></description>
		<content:encoded><![CDATA[<p>Turns out you need further dependancies</p>
<p>            org.hibernate<br />
            hibernate-entitymanager<br />
            3.3.2.GA</p>
<p>             org.slf4j<br />
             slf4j-simple<br />
             1.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven H.</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-40050</link>
		<dc:creator>Steven H.</dc:creator>
		<pubDate>Mon, 14 Feb 2011 23:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-40050</guid>
		<description><![CDATA[I&#039;m getting 
Error in custom provider, javax.persistence.PersistenceException: No Persistence provider for EntityManager named db-manager

When trying this in intellij Community Edition and using Maven (and the dependencies mentioned by Lenik

I assume its not finding my persistence.xml, but I&#039;m at a loss as to where to put it.  (The location you suggest doesn&#039;t seem to work.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m getting<br />
Error in custom provider, javax.persistence.PersistenceException: No Persistence provider for EntityManager named db-manager</p>
<p>When trying this in intellij Community Edition and using Maven (and the dependencies mentioned by Lenik</p>
<p>I assume its not finding my persistence.xml, but I&#8217;m at a loss as to where to put it.  (The location you suggest doesn&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenik</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-38525</link>
		<dc:creator>Lenik</dc:creator>
		<pubDate>Sun, 30 Jan 2011 04:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-38525</guid>
		<description><![CDATA[I hereby add the missing dependencies, it maybe not easy to find them out for Maven users,

    
        
        	javax.persistence
        	persistence-api
        	1.0
        
        
        	com.google.inject
        	guice
        	3.0-rc2
        
        
        	com.h2database
        	h2
        	1.3.149
        
        
            org.hibernate
            hibernate-core
            3.3.2.GA
        
    ]]></description>
		<content:encoded><![CDATA[<p>I hereby add the missing dependencies, it maybe not easy to find them out for Maven users,</p>
<p>        	javax.persistence<br />
        	persistence-api<br />
        	1.0</p>
<p>        	com.google.inject<br />
        	guice<br />
        	3.0-rc2</p>
<p>        	com.h2database<br />
        	h2<br />
        	1.3.149</p>
<p>            org.hibernate<br />
            hibernate-core<br />
            3.3.2.GA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenik</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-38523</link>
		<dc:creator>Lenik</dc:creator>
		<pubDate>Sun, 30 Jan 2011 04:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-38523</guid>
		<description><![CDATA[This is the best quickstart for JPA i&#039;ve ever seen, which get rids of spring framework.]]></description>
		<content:encoded><![CDATA[<p>This is the best quickstart for JPA i&#8217;ve ever seen, which get rids of spring framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://www.benmccann.com/blog/hibernate-with-jpa-annotations-and-guice/comment-page-1/#comment-30518</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Wed, 29 Sep 2010 03:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=260#comment-30518</guid>
		<description><![CDATA[thanks, this was useful for me]]></description>
		<content:encoded><![CDATA[<p>thanks, this was useful for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
