<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Conundrum Solved: Spring, JPA/Hibernate and WebSphere 7</title>
	<atom:link href="http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=conundrum-solved-spring-jpahibernate-and-websphere-7</link>
	<description>Summa Blog</description>
	<lastBuildDate>Thu, 17 May 2012 15:31:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-3433</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 18 Jul 2011 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-3433</guid>
		<description>Hello, sorry for my English, I am currently trying to work with websphere and hibernate and unity persistence, I have everything configured properly and is the EntityManagerFactory is created, but what I do  any changes to persistence.xml is damaged and says he can not create the EntityManagerFactory. 

any idea. 

Ty.</description>
		<content:encoded><![CDATA[<p>Hello, sorry for my English, I am currently trying to work with websphere and hibernate and unity persistence, I have everything configured properly and is the EntityManagerFactory is created, but what I do  any changes to persistence.xml is damaged and says he can not create the EntityManagerFactory. </p>
<p>any idea. </p>
<p>Ty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jignesh</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-3110</link>
		<dc:creator>Jignesh</dc:creator>
		<pubDate>Wed, 30 Mar 2011 21:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-3110</guid>
		<description>If any body uses hibernate 3.5 and WAS then they should use the version 7.0.0.15 which can support JPA2.0 as hibernate 3.5 uses JPA2.0.

-Jignesh</description>
		<content:encoded><![CDATA[<p>If any body uses hibernate 3.5 and WAS then they should use the version 7.0.0.15 which can support JPA2.0 as hibernate 3.5 uses JPA2.0.</p>
<p>-Jignesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Via Bulatao</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2785</link>
		<dc:creator>Via Bulatao</dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2785</guid>
		<description>Hey Rodrigo! All the steps I took to resolve our issue is written here. Have you tried the steps outlined above? What errors did you find?</description>
		<content:encoded><![CDATA[<p>Hey Rodrigo! All the steps I took to resolve our issue is written here. Have you tried the steps outlined above? What errors did you find?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2782</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Tue, 26 Oct 2010 17:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2782</guid>
		<description>I have the same problem (Hibernate 3.5, Spring 3..0.2) and i need to use Websphere 7.
I need this version of hibernate. Do you have any idea?</description>
		<content:encoded><![CDATA[<p>I have the same problem (Hibernate 3.5, Spring 3..0.2) and i need to use Websphere 7.<br />
I need this version of hibernate. Do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Via Bulatao</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2633</link>
		<dc:creator>Via Bulatao</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2633</guid>
		<description>Hi Mike, 

If you&#039;re using Hibernate and getting that error message, make sure you&#039;re doing the 2nd bullet point in the solution above. WebSphere uses OpenJPA, by default. 

Good luck!

Via</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>If you&#8217;re using Hibernate and getting that error message, make sure you&#8217;re doing the 2nd bullet point in the solution above. WebSphere uses OpenJPA, by default. </p>
<p>Good luck!</p>
<p>Via</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2630</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 13 Jun 2010 11:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2630</guid>
		<description>Hello
   I am working on using the same but receive an error,on creating an entitymanagerfactory I am getting an error:  methods with same signature createEntityManager() but incompatible return types: [interface com.ibm.websphere.persistence.WsJpaEntityManager, interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI]
    thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
   I am working on using the same but receive an error,on creating an entitymanagerfactory I am getting an error:  methods with same signature createEntityManager() but incompatible return types: [interface com.ibm.websphere.persistence.WsJpaEntityManager, interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI]<br />
    thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mihaela</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2628</link>
		<dc:creator>mihaela</dc:creator>
		<pubDate>Fri, 11 Jun 2010 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2628</guid>
		<description>Thank you for the explanation. I&#039;ll let you know if we can make them work together.

Mihaela</description>
		<content:encoded><![CDATA[<p>Thank you for the explanation. I&#8217;ll let you know if we can make them work together.</p>
<p>Mihaela</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Via Bulatao</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2625</link>
		<dc:creator>Via Bulatao</dc:creator>
		<pubDate>Thu, 10 Jun 2010 21:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2625</guid>
		<description>Hi mihaela,

WebSphere 7.0.0.7 supports Java EE 5, which includes JPA 1.0. Hibernate 3.5.0-Final uses JPA 2.0. Therefore, with just the Hibernate JARs in your application, I don&#039;t think it will work with WebSphere 7.x. I checked the Hibernate Entity Manager documentation for 3.5 (http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html_single/#configuration) and they have provided a Hibernate JPA JAR that you would need to add to your classpath, if you&#039;re not running on a JEE6 server. Just to mention, it would be difficult to remove the JPA JAR from WebSphere, since there is none. The persistence API is bundled in with j2ee.jar.

I did take the liberty to plug in Hibernate 3.5.0-Final into our existing configuration (without the JPA JAR) and the application did fail to run. Unfortunately, I did not have enough time today to try and muck with the classpaths. I&#039;ll let you know when I get the chance. 

Good luck! Let me know how it goes.

Via</description>
		<content:encoded><![CDATA[<p>Hi mihaela,</p>
<p>WebSphere 7.0.0.7 supports Java EE 5, which includes JPA 1.0. Hibernate 3.5.0-Final uses JPA 2.0. Therefore, with just the Hibernate JARs in your application, I don&#8217;t think it will work with WebSphere 7.x. I checked the Hibernate Entity Manager documentation for 3.5 (<a href="http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html_single/#configuration" rel="nofollow">http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html_single/#configuration</a>) and they have provided a Hibernate JPA JAR that you would need to add to your classpath, if you&#8217;re not running on a JEE6 server. Just to mention, it would be difficult to remove the JPA JAR from WebSphere, since there is none. The persistence API is bundled in with j2ee.jar.</p>
<p>I did take the liberty to plug in Hibernate 3.5.0-Final into our existing configuration (without the JPA JAR) and the application did fail to run. Unfortunately, I did not have enough time today to try and muck with the classpaths. I&#8217;ll let you know when I get the chance. </p>
<p>Good luck! Let me know how it goes.</p>
<p>Via</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mihaela</title>
		<link>http://www.summa-tech.com/blog/2010/05/12/conundrum-solved-spring-jpahibernate-and-websphere-7/comment-page-1/#comment-2624</link>
		<dc:creator>mihaela</dc:creator>
		<pubDate>Thu, 10 Jun 2010 19:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2022#comment-2624</guid>
		<description>Hello,

Do you know if Hibernate 3.5.0-Final may be used as JPA provider on WebSphere 7.0.0.7? I am working on a project with seam 2.2.0, hibernate 3.5.0-Final, DB2 as database server and Websphere 7.0.0.7 and I cannot obtain an EntityManager injected with @PersistenceContext. Until now we have worked with the Seam EntityManager but we are facing strange behaviour when inserting data with ManyToMany relations and OneToMany with join tables. It doesn&#039;t insert the values in the join table. 

I don&#039;t know where is the problem. Any hints will be helpful.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Do you know if Hibernate 3.5.0-Final may be used as JPA provider on WebSphere 7.0.0.7? I am working on a project with seam 2.2.0, hibernate 3.5.0-Final, DB2 as database server and Websphere 7.0.0.7 and I cannot obtain an EntityManager injected with @PersistenceContext. Until now we have worked with the Seam EntityManager but we are facing strange behaviour when inserting data with ManyToMany relations and OneToMany with join tables. It doesn&#8217;t insert the values in the join table. </p>
<p>I don&#8217;t know where is the problem. Any hints will be helpful.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

