<?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: Spring JPA Tutorial &#8211; Get Hands on Experience</title>
	<atom:link href="http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ram Awadhesh</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-10143</link>
		<dc:creator>Ram Awadhesh</dc:creator>
		<pubDate>Sun, 01 May 2011 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-10143</guid>
		<description>Very nice. I would appreciate.</description>
		<content:encoded><![CDATA[<p>Very nice. I would appreciate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-10142</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sun, 01 May 2011 03:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-10142</guid>
		<description>This is really good. I would appreciate.</description>
		<content:encoded><![CDATA[<p>This is really good. I would appreciate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-9689</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-9689</guid>
		<description>Hi,

Thanks for the post, but I noticed this line of code
ContactEO contactEO = new ContactEO(contact); uses a constructor that was never defined in the ContactEO class. Is this intended??? If yes, then the code does not compile just like that.

Anyway, I got the same error as achref. I noticed that Vinay, said the mysql driver is not in the classpath, but in my case it is in my classpath. I&#039;m not sure why it fails...basically same error as above. &quot;Error creating bean with name ‘entityManagerFactory’ defined in class path resource ..&quot;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the post, but I noticed this line of code<br />
ContactEO contactEO = new ContactEO(contact); uses a constructor that was never defined in the ContactEO class. Is this intended??? If yes, then the code does not compile just like that.</p>
<p>Anyway, I got the same error as achref. I noticed that Vinay, said the mysql driver is not in the classpath, but in my case it is in my classpath. I&#8217;m not sure why it fails&#8230;basically same error as above. &#8220;Error creating bean with name ‘entityManagerFactory’ defined in class path resource ..&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-9279</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Tue, 21 Dec 2010 04:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-9279</guid>
		<description>Your mysql driver is not in classpath</description>
		<content:encoded><![CDATA[<p>Your mysql driver is not in classpath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: achref</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-9278</link>
		<dc:creator>achref</dc:creator>
		<pubDate>Tue, 21 Dec 2010 03:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-9278</guid>
		<description>hii 

thnx Excellent but i can not this error :( plz help me  

2010-12-22 04:49:16,968 DEBUG [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] - 
java.lang.Exception: DEBUG STACK TRACE for PoolBackedDataSource.close().
	at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.close(AbstractPoolBackedDataSource.java:417)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:208)
	at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:165)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:487)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:462)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:430)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:388)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:93)
	at com.test.test.TestContact.main(TestContact.java:23)
Exception in thread &quot;main&quot; org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;entityManagerFactory&#039; defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/dialect/MySQLDialect
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:93)
	at com.test.test.TestContact.main(TestContact.java:23)</description>
		<content:encoded><![CDATA[<p>hii </p>
<p>thnx Excellent but i can not this error <img src='http://www.skill-guru.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  plz help me  </p>
<p>2010-12-22 04:49:16,968 DEBUG [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] &#8211;<br />
java.lang.Exception: DEBUG STACK TRACE for PoolBackedDataSource.close().<br />
	at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.close(AbstractPoolBackedDataSource.java:417)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:208)<br />
	at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:165)<br />
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:487)<br />
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:462)<br />
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:430)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:388)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:93)<br />
	at com.test.test.TestContact.main(TestContact.java:23)<br />
Exception in thread &#8220;main&#8221; org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;entityManagerFactory&#8217; defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/dialect/MySQLDialect<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)<br />
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)<br />
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)<br />
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:93)<br />
	at com.test.test.TestContact.main(TestContact.java:23)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-8957</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Mon, 15 Nov 2010 05:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-8957</guid>
		<description>cool, very informative post! i also wanna share this very spoon fed version of Spring + Hibernate + JPA combo

http://www.adobocode.com/spring/spring-with-hibernate-annotations

tnx</description>
		<content:encoded><![CDATA[<p>cool, very informative post! i also wanna share this very spoon fed version of Spring + Hibernate + JPA combo</p>
<p><a href="http://www.adobocode.com/spring/spring-with-hibernate-annotations" rel="nofollow">http://www.adobocode.com/spring/spring-with-hibernate-annotations</a></p>
<p>tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganeshkumar</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-3060</link>
		<dc:creator>Ganeshkumar</dc:creator>
		<pubDate>Sat, 05 Jun 2010 03:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-3060</guid>
		<description>Excellent and easy to understand</description>
		<content:encoded><![CDATA[<p>Excellent and easy to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using JDBC with Spring &#124; Skill-Guru</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-410</link>
		<dc:creator>Using JDBC with Spring &#124; Skill-Guru</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-410</guid>
		<description>[...] Now create an eclipse project by name ‘JDBCtest’ and add below listed jars in your project buildpath / classpath (they can found in downloaded spring).A step by step procedure to create project in eclipse are explained here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Now create an eclipse project by name ‘JDBCtest’ and add below listed jars in your project buildpath / classpath (they can found in downloaded spring).A step by step procedure to create project in eclipse are explained here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smitha</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-398</link>
		<dc:creator>smitha</dc:creator>
		<pubDate>Thu, 15 Oct 2009 03:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-398</guid>
		<description>Sorry @Dennis, Yes the ContactVO class and Contact interface were missing. I have added them right after the EO class. Also you can download the full code at the end of the tutorial. 
 Thanks for the correction.</description>
		<content:encoded><![CDATA[<p>Sorry @Dennis, Yes the ContactVO class and Contact interface were missing. I have added them right after the EO class. Also you can download the full code at the end of the tutorial.<br />
 Thanks for the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.skill-guru.com/blog/2009/10/04/spring-jpa-tutorial-get-hands-on-experience/comment-page-1/#comment-397</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 15 Oct 2009 01:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=737#comment-397</guid>
		<description>Are you missing some packages &amp; classes, like ContactVO?</description>
		<content:encoded><![CDATA[<p>Are you missing some packages &amp; classes, like ContactVO?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

