[no subject]

2007-04-21 Thread Marc Prud'hommeaux
I was messing around with our docbook processing today, and I found the docbkx-maven-plugin plugin, which makes the docbook handling much easier, and allows us to easily generate PDF from the documentation (something I was having a hard time doing with our embedded ant tasks). You can

Google Summer Of Code- subject change pls , from shameless plug to summer of JPA

2007-03-25 Thread Bruce Benfield
plunchete [EMAIL PROTECTED] 03/25/2007 03:32 PM Please respond to open-jpa-dev@incubator.apache.org To open-jpa-dev@incubator.apache.org cc Subject Re: Google Summer Of Code 2007/3/25, Patrick Linskey [EMAIL PROTECTED]: http://code.google.com/support/bin/answer.py?answer=60325topi c

Re: AW: AW: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-24 Thread Marc Prud'hommeaux
. März 2007 23:46 An: open-jpa-dev@incubator.apache.org Betreff: Re: AW: Forgot subject: Strange Could not locate metadata for the classError? Marc Prud'hommeaux wrote: Hans- I don't see how the error could be data-related. One thing: if you are using the same EMF from multiple threads, do you

RE: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Patrick Linskey
received this message in error, please immediately return this by email and then delete it. -Original Message- From: Hans J. Prueller [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 5:19 AM To: open-jpa-dev@incubator.apache.org Subject: Forgot subject: Strange Could not locate

RE: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Hans J. Prueller
full stack trace (up until application specific stuff) is: 2007-03-22 21:34:53,287 : SEVERE : WorkThread-2/34 : Logger.log : system exception in business method: 4|true|0.9.7-incubating-SNAPSHOT org.apache.openjpa.persistence.ArgumentException: Could not locate metadata for the class using alias

Re: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Marc Prud'hommeaux
Hans- There are only two possible conditions in which I can see this problem happening: 1. the class com.lbslogics.ims.model.PositionLog is not loadable in the current environment's classloader. 2. the PositionLog class was registered with the MetaDataRepository during the lookup

Re: AW: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Marc Prud'hommeaux
Prud'hommeaux Gesendet: Freitag, 23. März 2007 17:59 An: open-jpa-dev@incubator.apache.org Betreff: Re: Forgot subject: Strange Could not locate metadata for the classError? Hans- There are only two possible conditions in which I can see this problem happening: 1. the class

Re: AW: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Marina Vatkina
Gesendet: Freitag, 23. März 2007 17:59 An: open-jpa-dev@incubator.apache.org Betreff: Re: Forgot subject: Strange Could not locate metadata for the classError? Hans- There are only two possible conditions in which I can see this problem happening: 1. the class com.lbslogics.ims.model.PositionLog

Re: AW: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Marina Vatkina
Gesendet: Freitag, 23. März 2007 17:59 An: open-jpa-dev@incubator.apache.org Betreff: Re: Forgot subject: Strange Could not locate metadata for the classError? Hans- There are only two possible conditions in which I can see this problem happening: 1. the class com.lbslogics.ims.model.PositionLog

Re: AW: Forgot subject: Strange Could not locate metadata for the classError?

2007-03-23 Thread Craig L Russell
to reproduce the error Hans -Ursprüngliche Nachricht- Von: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] Im Auftrag von Marc Prud'hommeaux Gesendet: Freitag, 23. März 2007 17:59 An: open-jpa-dev@incubator.apache.org Betreff: Re: Forgot subject: Strange Could not locate metadata

[no subject]

2006-12-12 Thread Dain Sundstrom
Does JPA guarantee that only one bean will be activated for a specific pk per transaction? Specifically, will OpenJPA ever create more that one bean for a specific Class:PK in a single transaction? The reason I'm asking is I may want to use an identity map and don't want to end up with