Google Summer Of Code

2007-03-23 Thread plunchete
Gentlemen, In first place my congratulations for the project you are executing. My name is Ignacio Andreu, I´m 22 years old from Zaragoza (Spain) and I´m currently studying Computer Technical Engineering. I´m a java programer since 4 years and co-founder of the Java User Group at my

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

2007-03-23 Thread Patrick Linskey
Could you post the full stack trace, and maybe some code showing how you're invoking the JPA APIs? -Patrick -- Patrick Linskey BEA Systems, Inc. ___ Notice: This email message, together with any attachments, may contain

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: [URGENT] Status report for the Apache Board

2007-03-23 Thread Kevin Sutter
-1 :-) I was also added as a PPMC member this past month. Can that be updated for the status? Thanks! Kevin On 3/23/07, Eddie O'Neil [EMAIL PROTECTED] wrote: +1 as well -- thanks for putting this together. Eddie On 3/23/07, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: +1. Sounds good

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

2007-03-23 Thread Marc Prud'hommeaux
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 have the openjpa.Multithreaded property explicitly set to true in your persistence.xml (or however you are configuring the EMF)? Failure to do this means that

[jira] Created: (OPENJPA-180) Batch Update support needed for OpenJPA performance

2007-03-23 Thread John Stecher (JIRA)
Batch Update support needed for OpenJPA performance --- Key: OPENJPA-180 URL: https://issues.apache.org/jira/browse/OPENJPA-180 Project: OpenJPA Issue Type: Bug Affects Versions: 0.9.6,

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

2007-03-23 Thread Marina Vatkina
Marc, Does OpenJPA figures out by itself that it is running in a multithreaded environment when used in an app- or web-server? Or do you expect users to always specify this setting when they decide to deploy it to a multi-threaded container? thanks, -marina Marc Prud'hommeaux wrote: Hans-

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

2007-03-23 Thread Marina Vatkina
Marc, No, in GlassFish (GF) it shouldn't be the case, but there could be more than 1 EMF created at the same time. The test case uses stateless session bean for accessing EM, so there is no guarantee that the same bean instance serves the 1st method (with a successful persist) and the 2nd

OpenJPA status report for the Apache Board

2007-03-23 Thread Craig L Russell
This is the OpenJPA status report for the board for the three month period ending Mar 2007. === OpenJPA === OpenJPA made good progress this quarter in all areas. The project has many active committers all driving toward improving functionality, stability, performance, and usability.

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

2007-03-23 Thread Craig L Russell
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 have the openjpa.Multithreaded property explicitly set to true in your persistence.xml (or however you are configuring the EMF)?

Re: OpenJPA status report for the Apache Board

2007-03-23 Thread Bryan Noll
Craig... I wanted to take a minute and thank you personally for putting this report together. I've been fairly absent from the project for the last month or two (company I was at shut its doors so I had to start a new gig and I'm finishing my basement at the same time), and would like to

Re: Roadmap for OpenJPA

2007-03-23 Thread Dain Sundstrom
On Mar 22, 2007, at 8:34 AM, Kevin Sutter wrote: Craig, I like the idea of putting together a roadmap. I had started this conversation with Patrick earlier this week, so your timing is perfect. Concerning the 0.9.7 release... I would like to shut down the development of this release

[jira] Resolved: (OPENJPA-175) Eager selects by PagingResultObjectProvider may not use the FetchBatchSize

2007-03-23 Thread Srinivasa (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinivasa resolved OPENJPA-175. --- Resolution: Fixed Fix Version/s: 0.9.7 Eager selects by PagingResultObjectProvider may not

[jira] Updated: (OPENJPA-176) Exception prefixes should be human-readable

2007-03-23 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Prud'hommeaux updated OPENJPA-176: --- Attachment: OPENJPA-176.patch The attached patch will change the prefix to look

[jira] Assigned: (OPENJPA-176) Exception prefixes should be human-readable

2007-03-23 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Prud'hommeaux reassigned OPENJPA-176: -- Assignee: Marc Prud'hommeaux Exception prefixes should be human-readable