Do you maybe have <provider>path.to.ToplinkPersistenceProviderImpl</provider> in your persistence.xml? If so, what happens if you remove it / change it to point to org.apache.openjpa.persistence.PersistenceProviderImpl?
-Patrick -- Patrick Linskey BEA Systems, Inc. _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. > -----Original Message----- > From: Phill Moran [mailto:[EMAIL PROTECTED] > Sent: Monday, March 26, 2007 2:25 PM > To: 'Phill Moran'; open-jpa-dev@incubator.apache.org > Subject: RE: OPEN-JPA and Toplink 2.0.XX > > Odd response to the removal of the toplink jar. The same code > with only this > change no longer runs the tests. Complains about can't find > entity manager. I am > starting my investigations but thought I would throw this in > the loop to see if > someone has seen this before > > Phill > > -----Original Message----- > From: Phill Moran [mailto:[EMAIL PROTECTED] > Sent: March 25, 2007 10:24 PM > To: 'open-jpa-dev@incubator.apache.org' > Subject: RE: OPEN-JPA and Toplink 2.0.XX > > This is exactly what happened and I added my own > implementation when I tried to > test and got nothing. Well bye bye toplink > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: March 25, 2007 10:04 PM > To: open-jpa-dev@incubator.apache.org > Subject: Re: OPEN-JPA and Toplink 2.0.XX > > > On Mar 25, 2007, at 3:24 PM, Phill Moran wrote: > > > >> This is interesting thanks for the information. Firstly I > thought > >> that one needed both toplink and JPA to make use of JPA in an > >> application. I think I found this on the Glassfish site, can't > >> remember now. This is why I posted this here. > >> > Glassfish distributes TopLink Essentials bundled with the JPA > spec jar, so you > might have unwittingly acquired TopLink Essentials along with > the spec jar and > not unsurprisingly, figured that they were the same. > > Since that experiment at the beginning of the official RI > distribution of Java > EE 5, the JPA spec jar has been unbundled and is available > separately from > TopLink Essentials. You are free to use any implementation of > the spec that you > choose. > > Craig > > Craig Russell > DB PMC, OpenJPA PPMC > [EMAIL PROTECTED] http://db.apache.org/jdo > > > > Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.