Re: Query test no longer working?

2006-11-07 Thread Craig L Russell
Hi, IIUC, JPA does not disallow dynamic persistent class registration. But if you want the tests to be portable (why?) then you have to statically register them in persistence.xml. Or did I misunderstand this issue? Thanks, Craig On Nov 7, 2006, at 4:09 PM, Abe White wrote: With today's

Re: Query test no longer working?

2006-11-07 Thread Kevin Sutter
Integrated under revision 472347. On 11/7/06, Kevin Sutter <[EMAIL PROTECTED]> wrote: Yep, that seems to be it. I was just re-testing with that and it seems to have worked. I'll drop the changes shortly. Kevin On 11/7/06, Abe White <[EMAIL PROTECTED]> wrote: > > > With today's changes from

Re: Query test no longer working?

2006-11-07 Thread Kevin Sutter
Yep, that seems to be it. I was just re-testing with that and it seems to have worked. I'll drop the changes shortly. Kevin On 11/7/06, Abe White <[EMAIL PROTECTED]> wrote: > With today's changes from SVN, I am hitting the following error > when running > the test bucket Darn static class r

Re: Query test no longer working?

2006-11-07 Thread Abe White
With today's changes from SVN, I am hitting the following error when running the test bucket Darn static class registration... can you just add that type to the list of types registered in when getting the EMF in setUp() and see if it fixes things? I probably should have created a new cla

Query test no longer working?

2006-11-07 Thread Kevin Sutter
Hi, With today's changes from SVN, I am hitting the following error when running the test bucket: <4|true|0.0.0> org.apache.openjpa.persistence.ArgumentException: No metadata was found for type "class org.apache.openjpa.persistence.query.ManyOneEntitySub". The class does not appear in the list of