RE: OPEN-JPA and Toplink 2.0.XX

2007-03-27 Thread Phill Moran
@incubator.apache.org Subject: RE: OPEN-JPA and Toplink 2.0.XX No I have providerorg.apache.openjpa.persistence.PersistenceProviderImpl/provider I don't have the API jar as I figured it is only empty stubs and of no value with OpenJPA-all jar Here is my Maven dependency section dependency

Re: OPEN-JPA and Toplink 2.0.XX

2007-03-26 Thread Craig L Russell
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

RE: OPEN-JPA and Toplink 2.0.XX

2007-03-26 Thread Phill Moran
Linskey [mailto:[EMAIL PROTECTED] Sent: March 26, 2007 5:27 PM To: open-jpa-dev@incubator.apache.org Subject: RE: OPEN-JPA and Toplink 2.0.XX Do you maybe have providerpath.to.ToplinkPersistenceProviderImpl/provider in your persistence.xml? If so, what happens if you remove it / change it to point

OPEN-JPA and Toplink 2.0.XX

2007-03-25 Thread Phill Moran
I have been struggling with an exception when running my JUnit 4.2 tests. It complains about not supporting table per class inheritance not supported when running under Maven. I was not getting the same error when I ran all the same code and and tests under eclipse. The only difference was I was

Re: OPEN-JPA and Toplink 2.0.XX

2007-03-25 Thread Marc Prud'hommeaux
Phill- I'm a little confused. Is this an error from OpenJPA or TopLink? Can you post the entire stack trace of the error you are seeing? On Mar 25, 2007, at 10:03 AM, Phill Moran wrote: I have been struggling with an exception when running my JUnit 4.2 tests. It complains about not

Re: OPEN-JPA and Toplink 2.0.XX

2007-03-25 Thread Marc Prud'hommeaux
) ... 51 more /code -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: March 25, 2007 1:18 PM To: open-jpa-dev@incubator.apache.org Subject: Re: OPEN-JPA and Toplink 2.0.XX Phill- I'm a little confused. Is this an error from

RE: OPEN-JPA and Toplink 2.0.XX

2007-03-25 Thread Phill Moran
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