[jira] Commented: (OPENJPA-327) EntityListener that modify property value of a entity, causes invalid state exception

2009-02-10 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672539#action_12672539 ] Pinaki Poddar commented on OPENJPA-327: --- This test case passes with Oracle on trunk

[jira] Commented: (OPENJPA-466) Primary key constraint violated using (Oracle) sequence to generate ID in multithreaded app

2009-02-10 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672505#action_12672505 ] Tim McConnell commented on OPENJPA-466: --- Hi Pinaki, in my postgresql testcase I'm se

Re: [jira] Commented: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread David Blevins
Just an update on this. I've attached a test case which reproduces the issue. In ABean if you change the field from 'C' to 'c' the test fails. It seems anything that sorts before 'b' in the ASCII chart will work and anything after 'b' will fail. I saw this exact thing in the custom id i

[jira] Updated: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OPENJPA-919: -- Priority: Critical (was: Trivial) Issue Type: Bug (was: Improvement) Marking this as a

[jira] Updated: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OPENJPA-919: -- Attachment: jpa-nullrelation.tar.gz Here's a test case that reproduces what I'm seeing. Like

[jira] Commented: (OPENJPA-466) Primary key constraint violated using (Oracle) sequence to generate ID in multithreaded app

2009-02-10 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672482#action_12672482 ] Pinaki Poddar commented on OPENJPA-466: --- Is openjpa.Multithreaded configuration prop

Re: [jira] Commented: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Kevin Sutter
Thanks for doing this, Don! Always good to enhance our test bucket. Kevin On Tue, Feb 10, 2009 at 3:55 PM, Donald Woods (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672417#acti

[jira] Commented: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672417#action_12672417 ] Donald Woods commented on OPENJPA-919: -- BTW - these tests prove that OpenJPA is handl

[jira] Assigned: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned OPENJPA-919: Assignee: (was: Donald Woods) Unassign so a committer can review. > JUnit for Bi-dire

[jira] Updated: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-919: - Attachment: OPENJPA-919-branches12x.patch OPENJPA-919-branches13x.patch

[jira] Updated: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-919: - Description: Testcase to verify relationships in a bi-directional OneToOne are null (as tested

[jira] Created: (OPENJPA-919) JUnit for Bi-directional OneToOne with null relationships

2009-02-10 Thread Donald Woods (JIRA)
JUnit for Bi-directional OneToOne with null relationships - Key: OPENJPA-919 URL: https://issues.apache.org/jira/browse/OPENJPA-919 Project: OpenJPA Issue Type: Improvement Co

[jira] Commented: (OPENJPA-466) Primary key constraint violated using (Oracle) sequence to generate ID in multithreaded app

2009-02-10 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672404#action_12672404 ] Tim McConnell commented on OPENJPA-466: --- Hi Joe, I think I'm finally able to replica

Re: Plans for a OpenJPA 1.0.4 release?

2009-02-10 Thread Kevan Miller
On Feb 6, 2009, at 10:55 AM, Kevin Sutter wrote: On Fri, Feb 6, 2009 at 8:32 AM, Kevan Miller wrote: Personally, I'd prefer to see the issue with OpenJPA 1.2.1-SNAPSHOT resolved. Anybody making any progress on identifying the root cause of the issue? I'm not aware of any open issues

[jira] Created: (OPENJPA-918) Stored procedures not handling returns properly

2009-02-10 Thread B.J. Reed (JIRA)
Stored procedures not handling returns properly --- Key: OPENJPA-918 URL: https://issues.apache.org/jira/browse/OPENJPA-918 Project: OpenJPA Issue Type: New Feature Components: query

[jira] Updated: (OPENJPA-917) stored procedures throw InvalidStateException when using getSingleResult() or getResultList()

2009-02-10 Thread B.J. Reed (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] B.J. Reed updated OPENJPA-917: -- Attachment: OPENJPA-917.patch This patch updates QueryImpl.java to bypass the InvalidStateException wh

[jira] Created: (OPENJPA-917) stored procedures throw InvalidStateException when using getSingleResult() or getResultList()

2009-02-10 Thread B.J. Reed (JIRA)
stored procedures throw InvalidStateException when using getSingleResult() or getResultList() - Key: OPENJPA-917 URL: https://issues.apache.org/jira/browse/OPENJPA-917