<?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: No Persistance Provider</title>
	<atom:link href="http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/</link>
	<description>Pure Walt, from Concentrated Thought</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:08:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/comment-page-1/#comment-37258</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 19 Mar 2009 08:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/#comment-37258</guid>
		<description>for all the beginners in Hibernate ,

here you can find a nice video with step by step tutorial how to set up the environment In Hibernate

http://hibernatetutorial.com/Hibernate-tutorial-how-to-set-up-basic-Hibernate-development-environment.html</description>
		<content:encoded><![CDATA[<p>for all the beginners in Hibernate ,</p>
<p>here you can find a nice video with step by step tutorial how to set up the environment In Hibernate</p>
<p><a href="http://hibernatetutorial.com/Hibernate-tutorial-how-to-set-up-basic-Hibernate-development-environment.html" rel="nofollow">http://hibernatetutorial.com/Hibernate-tutorial-how-to-set-up-basic-Hibernate-development-environment.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/comment-page-1/#comment-11404</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Wed, 19 Dec 2007 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/#comment-11404</guid>
		<description>From hibernate-entitymanager-3.2.0.CR1 I have;

- hibernate-entitymanager-jar
- hibernate-annotations.jar
- ejb3-persistance.jar
- jboss-archive-browsing.jar

From hibernate 3.2 I have;

- hibernate3.jar
- dom4j-1.6.1.jar
- commons-logging-1.0.4.jar
- commons-collections-2.1.1.jar
- cglib-2.1.3.jar
- ehcache-1.2.jar
- jta.jar
- asm.jar
- antlr-2.7.6.jar

and hsqldb.jar
add this tag org.hibernate.ejb.HibernatePersistence in your persistence.xml .Finally copy persistence.xml in META-INF folder. It will work .</description>
		<content:encoded><![CDATA[<p>From hibernate-entitymanager-3.2.0.CR1 I have;</p>
<p>- hibernate-entitymanager-jar<br />
- hibernate-annotations.jar<br />
- ejb3-persistance.jar<br />
- jboss-archive-browsing.jar</p>
<p>From hibernate 3.2 I have;</p>
<p>- hibernate3.jar<br />
- dom4j-1.6.1.jar<br />
- commons-logging-1.0.4.jar<br />
- commons-collections-2.1.1.jar<br />
- cglib-2.1.3.jar<br />
- ehcache-1.2.jar<br />
- jta.jar<br />
- asm.jar<br />
- antlr-2.7.6.jar</p>
<p>and hsqldb.jar<br />
add this tag org.hibernate.ejb.HibernatePersistence in your persistence.xml .Finally copy persistence.xml in META-INF folder. It will work .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tagadigos</title>
		<link>http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/comment-page-1/#comment-8943</link>
		<dc:creator>tagadigos</dc:creator>
		<pubDate>Fri, 26 Oct 2007 01:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/#comment-8943</guid>
		<description>i had the same problem but i was using Toplink, do you have any idea what causes error?</description>
		<content:encoded><![CDATA[<p>i had the same problem but i was using Toplink, do you have any idea what causes error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/comment-page-1/#comment-8332</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 11 Oct 2007 02:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wwco.com/~wls/blog/2007/08/10/hibernate-no-persistance-provider/#comment-8332</guid>
		<description>Dude, you are life saver. Thanks for letting me know about the hibernate-entitymanager,jar. This was exactly the solution that I was looking for. VERY annoying that no where in the documentation do it mention that you need this jar running hibernate standalone. Allow me to vent for a second. I&#039;ve been doing java programming for 10+ years with some experience in Hibernate on few different projects. Last year I converted to Ruby on Rails and have been blown away by the productivity gains, the clean code and the ease of convention over configuration. I however am now back working on a standalone java app and decided to take another look at Hibernate with Annotations. Pretty cool, but still light years away from the ease of programming in dynamic language like Ruby or Groovy. Oh well, nice try guys with Hibernate and annotations. It is an improvement, but things like this, where I spend time pulling my hair out for hours and have to find some blog posting to get a solution is pretty darn annoying. If given the choice I&#039;ll for sure use some other ORM instead of Hibernate. End  rant. Thanks again Walt!</description>
		<content:encoded><![CDATA[<p>Dude, you are life saver. Thanks for letting me know about the hibernate-entitymanager,jar. This was exactly the solution that I was looking for. VERY annoying that no where in the documentation do it mention that you need this jar running hibernate standalone. Allow me to vent for a second. I&#8217;ve been doing java programming for 10+ years with some experience in Hibernate on few different projects. Last year I converted to Ruby on Rails and have been blown away by the productivity gains, the clean code and the ease of convention over configuration. I however am now back working on a standalone java app and decided to take another look at Hibernate with Annotations. Pretty cool, but still light years away from the ease of programming in dynamic language like Ruby or Groovy. Oh well, nice try guys with Hibernate and annotations. It is an improvement, but things like this, where I spend time pulling my hair out for hours and have to find some blog posting to get a solution is pretty darn annoying. If given the choice I&#8217;ll for sure use some other ORM instead of Hibernate. End  rant. Thanks again Walt!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
