[jira] Commented: (OPENJPA-24) Allow OpenJPA to be extensible

2006-09-07 Thread Kevin Sutter (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-24?page=comments#action_12433137 ] Kevin Sutter commented on OPENJPA-24: - Concerning the ProductDerivation types... Of the types defined in ProductDerivation, it looks like only TYPE_SPEC,

[jira] Commented: (OPENJPA-24) Allow OpenJPA to be extensible

2006-09-07 Thread Abe White (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-24?page=comments#action_12433153 ] Abe White commented on OPENJPA-24: -- The ProductDerivation interface can have a getType() and can order on that type without having to define all the type

Re: OpenJPA missing extensions

2006-09-07 Thread Marc Prud'hommeaux
Steven- On Sep 6, 2006, at 10:09 PM, Steven Corbett wrote: Thanks for the update Marc. I take it that OpenJPA will not have the facility to map Collections of value or embedded types in the near future then? That is correct ... it is one of the things BEA decided to hold back from the

question on FetchGroup

2006-09-07 Thread David Wisneski
The preview documentation says that fetch group depth=0 is the default and that depth=0 will recurse until the graph is exhausted. The actual name on the @FetchGroup annotation seems to be recusionDepth not depth. However the behavior seems that it only supports recursionDepth=1 and setting it

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src

2006-09-07 Thread Jacek Laskowski
On 9/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: awhite Date: Thu Sep 7 10:51:05 2006 New Revision: 441158 URL: http://svn.apache.org/viewvc?view=revrev=441158 Log: Refactor JDBC query expression tree to allow greater concurrency and to handle parameters in result clauses of

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src

2006-09-07 Thread Kevin Sutter
Yep, me too. Ton of errors with the latest updates... On 9/7/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 9/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: awhite Date: Thu Sep 7 10:51:05 2006 New Revision: 441158 URL: http://svn.apache.org/viewvc?view=revrev=441158 Log:

Re: question on FetchGroup

2006-09-07 Thread Abe White
But that does not seem to work. Is this a code bug or is a document error? Or an error in my understanding of FetchGroup depth ? Both a documentation error and a misunderstanding. I'll try to update the docs later today. In the meantime, I don't know what you mean when you say it does

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src

2006-09-07 Thread Kevin Sutter
Much better now. Thanks, Abe. On 9/7/06, Abe White [EMAIL PROTECTED] wrote: Is it me who experiences troubles with building OpenJPA after the refactoring? Sorry. Should be fixed now. ___ Notice: This email message,

[jira] Created: (OPENJPA-42) Simple orm.xml file causes exception (NPE)

2006-09-07 Thread Thomas Risberg (JIRA)
Simple orm.xml file causes exception (NPE) -- Key: OPENJPA-42 URL: http://issues.apache.org/jira/browse/OPENJPA-42 Project: OpenJPA Issue Type: Bug Environment: Mac OS X Java 5 SE Resource

New openjpa-all module Continuum

2006-09-07 Thread Marc Prud'hommeaux
To address http://issues.apache.org/jira/browse/OPENJPA-29 , I made a new sub-module called openjpa-all which creates a single aggregate jar file from all the other openjpa jars. It works pretty well: running mvn package should yield a openjpa-all/target/openjpa-

Re: New openjpa-all module Continuum

2006-09-07 Thread David Blevins
On Sep 7, 2006, at 9:34 PM, David Blevins wrote: On Sep 7, 2006, at 7:46 PM, Marc Prud'hommeaux wrote: To address http://issues.apache.org/jira/browse/OPENJPA-29 , I made a new sub-module called openjpa-all which creates a single aggregate jar file from all the other openjpa jars. It