[jira] Updated: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-06-06 Thread Markus Fuchs (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Fuchs updated OPENJPA-235: - Attachment: openjpa-235-test2.zip Hi Patrick, from comments in ConstraintUpdateManager (line 10

[jira] Commented: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-06-06 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502036 ] Patrick Linskey commented on OPENJPA-235: - Hi, I just checked in a change (r544918) that does re-ordering a

[jira] Commented: (OPENJPA-251) org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes

2007-06-06 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502016 ] Abe White commented on OPENJPA-251: --- The original implementation used Class.getDeclaredMethod. It was changed be

Re: Generate DDL without DB connection

2007-06-06 Thread Jack Fong
It is working now. Thank you very much Michael. Regards, Jack / /

Re: [DISCUSS] use backport-concurrent instead of repackaged concurrent classes

2007-06-06 Thread Kevin Sutter
Thanks for the clarification. I understood that we were going to replace Doug's libraries with the backport stuff, but it didn't sound like we were proposing the binary prereq approach. I also just checked on the licensing of the backport stuff ( http://dcl.mathcs.emory.edu/util/backport-util-co

Monthly Board Reports

2007-06-06 Thread Craig L Russell
Hi, Please find the draft of this month's OpenJPA board report at svn openjpa/trunk/board/2007-06.txt and either update it or send me changes. I'll probably send it off this Friday. Thanks, Craig Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-

[jira] Commented: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-06-06 Thread Reece Garrett (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501996 ] Reece Garrett commented on OPENJPA-235: --- Is there any update on the status of my patch? I don't want to start

[jira] Commented: (OPENJPA-251) org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes

2007-06-06 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501994 ] Patrick Linskey commented on OPENJPA-251: - >From a fix standpoint, it'd be nice to come up with a helper met

[jira] Updated: (OPENJPA-251) org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes

2007-06-06 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated OPENJPA-251: -- Affects Version/s: (was: 1.0.0) 0.9.7 Fix Version/s: 1.0.0

Re: [DISCUSS] use backport-concurrent instead of repackaged concurrent classes

2007-06-06 Thread Craig L Russell
+1 for binary dependency on backport. Craig On Jun 6, 2007, at 9:53 AM, Patrick Linskey wrote: No, I'm suggesting that we pull it in as a binary prereq, and that we use the backport stuff instead of Doug's old stuff. -Patrick On 6/6/07, Kevin Sutter <[EMAIL PROTECTED]> wrote: Let me see if

Re: [DISCUSS] use backport-concurrent instead of repackaged concurrent classes

2007-06-06 Thread Patrick Linskey
No, I'm suggesting that we pull it in as a binary prereq, and that we use the backport stuff instead of Doug's old stuff. -Patrick On 6/6/07, Kevin Sutter <[EMAIL PROTECTED]> wrote: Let me see if I understand the proposal... We want to get an updated version of Doug Lea's concurrency libraries

[jira] Updated: (OPENJPA-251) org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes

2007-06-06 Thread Jonathan Feinberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Feinberg updated OPENJPA-251: -- Attachment: weirdness.zip The enclosed demonstration program gives the output publi

[jira] Created: (OPENJPA-251) org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes

2007-06-06 Thread Jonathan Feinberg (JIRA)
org.apache.openjpa.enhance.Reflection.getDeclaredMethod() has undefined behavior, leading to VM-dependent crashes - Key: OPENJPA-251 URL: https://issue

Re: Agent not working with current Glassfish V1.x

2007-06-06 Thread Idefix
Doesn't anyone have a suggestion on this issue? Has anyone the combination of Glassfish / OpenJPA / Spring working? If so, would you share your configuration? Thanks, Chris Idefix wrote: > > Hello, > > > > I am trying to get going with OpenJPA and Spring on Glassfish, but can't > seem to

Re: Injecting EntityManager to a web controller

2007-06-06 Thread Craig L Russell
On Jun 6, 2007, at 8:28 AM, David Jencks wrote: On Jun 6, 2007, at 5:03 AM, Joshua Jackson wrote: Dear all, If I deploy my webapps to a server that has OpenJPA in it (let's say Geronimo). How do I inject EntityManager to my web controller? I'm not sure what your web controller might be.

Re: Injecting EntityManager to a web controller

2007-06-06 Thread David Jencks
On Jun 6, 2007, at 5:03 AM, Joshua Jackson wrote: Dear all, If I deploy my webapps to a server that has OpenJPA in it (let's say Geronimo). How do I inject EntityManager to my web controller? I'm not sure what your web controller might be. You can inject an entity manager into a servlet o

Error building openjpa-kernel on windows

2007-06-06 Thread Michael Bouschen
Hi, just a heads up: I tried building openjpa-kernel on windows and ran into a javacc problem. The source generated by the compiler generation tool includes the name of the generated file with its path: /[EMAIL PROTECTED](jjtree) Generated By:JJTree: Do not edit this line. c:\users\michael\op

Re: [DISCUSS] use backport-concurrent instead of repackaged concurrent classes

2007-06-06 Thread Kevin Sutter
Let me see if I understand the proposal... We want to get an updated version of Doug Lea's concurrency libraries into OpenJPA. Not as a binary prereq like Serp or Commons Collections. But, rather we will bring the source into the OpenJPA svn repository and build it like it was ours, but we don'

Re: Generate DDL without DB connection

2007-06-06 Thread Michael Dick
Hi Jack, It looks like the SchemaTool can't find your persistence.xml file. The tool will look for persistence.xml in the META-INF directory on your classpath, could you post the classpath that you're using? You can also provide the persistence.xml file as a properties file, ie : java org.apache

Injecting EntityManager to a web controller

2007-06-06 Thread Joshua Jackson
Dear all, If I deploy my webapps to a server that has OpenJPA in it (let's say Geronimo). How do I inject EntityManager to my web controller? Is it the same way as shown in OpenJPA examples? Thanks in advance -- Let's create a highly maintainable and efficient code YM!: thejavafreak Blog: http