[jira] Created: (OPENJPA-768) MappedSuperclass goes only 1 level deep.

2008-11-11 Thread Mark Arnold (JIRA)
MappedSuperclass goes only 1 level deep. Key: OPENJPA-768 URL: https://issues.apache.org/jira/browse/OPENJPA-768 Project: OpenJPA Issue Type: Bug Affects Versions: 1.2.0 Environment: JBos

[jira] Commented: (OPENJPA-599) Postgres table cleanup problem

2008-11-11 Thread Ignacio Andreu (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646724#action_12646724 ] Ignacio Andreu commented on OPENJPA-599: Kevin, Thnaks for your feedback and sorr

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Jeremy Bauer
Thanks, David, for populating the repository and for your willingness to handle commits. The naming issue is quite a quandary. Would this approach (or derivation of) work? a) Add a JPA 1.0 spec to the repo - this is not necessary, but may be good for the sake of completeness. b) Use the new 2.0

Re: How does an explicit EntityManager.lock() call prevent dirty readsin JPA

2008-11-11 Thread vladbalan
Hello Milozs, thanks for your reply. Maybe you are right, anyway, pls comment on my scenario. There is nothing preventing T2 from commiting with a dirty read; the lock() call doesen't even get the chance to be called. Waiting for your opinion. Miłosz Tylenda wrote: > > Vlad, > > Maybe the ci

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Mark Struberg
we have to use 2.0-EA-SNAPSHOT! At least '-SNAPSHOT' has to be at the end, because maven does handle snapshot releases completely different than tagged final releases. See [1], [2] + many more internal maven-details you do not want to know about ;) LieGrue, strub [1] http://maven.apache.org/gl

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread David Jencks
On Nov 11, 2008, at 10:07 AM, Craig L Russell wrote: On Nov 11, 2008, at 2:28 AM, Mark Struberg wrote: --- David Jencks <[EMAIL PROTECTED]> schrieb am Di, 11.11.2008: This points out the possible problem that the jpa 1.0 spec appeared to be part of the ejb 3.0 spec so I gave it a spec versi

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Michael Dick
On Tue, Nov 11, 2008 at 12:07 PM, Craig L Russell <[EMAIL PROTECTED]>wrote: > > On Nov 11, 2008, at 2:28 AM, Mark Struberg wrote: > > --- David Jencks <[EMAIL PROTECTED]> schrieb am Di, 11.11.2008: >> >>> This points out the possible problem that the jpa 1.0 spec >>> appeared to be part of the ej

Re: svn commit: r710015 - /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/GetMapValue.java

2008-11-11 Thread Michael Dick
Hi Abe, Is there a unit test that demonstrates what you fixed? On Mon, Nov 3, 2008 at 12:36 AM, <[EMAIL PROTECTED]> wrote: > Author: awhite > Date: Sun Nov 2 22:36:49 2008 > New Revision: 710015 > > URL: http://svn.apache.org/viewvc?rev=710015&view=rev > Log: > Use full table name according to

Re: svn commit: r712842 - /openjpa/trunk/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt

2008-11-11 Thread Michael Dick
Hi Pinaki, do you have any unit tests for this change? On Mon, Nov 10, 2008 at 3:35 PM, <[EMAIL PROTECTED]> wrote: > Author: ppoddar > Date: Mon Nov 10 13:35:35 2008 > New Revision: 712842 > > URL: http://svn.apache.org/viewvc?rev=712842&view=rev > Log: > OPENJPA-764: Parse IN expressions with st

[jira] Created: (OPENJPA-767) Better OSGi Integration

2008-11-11 Thread Kevin Sutter (JIRA)
Better OSGi Integration --- Key: OPENJPA-767 URL: https://issues.apache.org/jira/browse/OPENJPA-767 Project: OpenJPA Issue Type: New Feature Components: third-party Affects Versions: 1.3.0 Report

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Craig L Russell
On Nov 11, 2008, at 2:28 AM, Mark Struberg wrote: --- David Jencks <[EMAIL PROTECTED]> schrieb am Di, 11.11.2008: This points out the possible problem that the jpa 1.0 spec appeared to be part of the ejb 3.0 spec so I gave it a spec version number of 3.0. Any suggestions about what to do abou

Re: How does an explicit EntityManager.lock() call prevent dirty readsin JPA

2008-11-11 Thread Miłosz Tylenda
Vlad, Maybe the cited sentence is not correct? It says: > The lock() API acquires an optimistic lock, not a pessimistic lock. It means > that the version will be checked, or updated on commit, it does not matter > when it is called in the transaction, as the check occurs on commit But if you re

[jira] Assigned: (OPENJPA-766) Tests that currently fail should be committed to the repository

2008-11-11 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar reassigned OPENJPA-766: - Assignee: Pinaki Poddar > Tests that currently fail should be committed to the repositor

[jira] Resolved: (OPENJPA-766) Tests that currently fail should be committed to the repository

2008-11-11 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar resolved OPENJPA-766. --- Resolution: Fixed The current commit fulfills the basic purpose. Further enhancement can be

[jira] Commented: (OPENJPA-766) Tests that currently fail should be committed to the repository

2008-11-11 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646598#action_12646598 ] Pinaki Poddar commented on OPENJPA-766: --- The tests can now be annotated with followi

[jira] Created: (OPENJPA-766) Tests that currently fail should be committed to the repository

2008-11-11 Thread Pinaki Poddar (JIRA)
Tests that currently fail should be committed to the repository --- Key: OPENJPA-766 URL: https://issues.apache.org/jira/browse/OPENJPA-766 Project: OpenJPA Issue Type: Test

[jira] Updated: (OPENJPA-765) Check for insertable or updateable before checking value for null

2008-11-11 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-765: - Fix Version/s: (was: 1.2.0) > Check for insertable or updateable before checking value for n

[jira] Updated: (OPENJPA-765) Check for insertable or updateable before checking value for null

2008-11-11 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-765: - Fix Version/s: 2.0.0 1.3.0 > Check for insertable or updateable before checki

[jira] Updated: (OPENJPA-245) Attach NEW and auto-increment identity

2008-11-11 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-245: - Fix Version/s: 1.0.3 > Attach NEW and auto-increment identity >

[jira] Closed: (OPENJPA-765) Check for insertable or updateable before checking value for null

2008-11-11 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick closed OPENJPA-765. Resolution: Fixed > Check for insertable or updateable before checking value for null > --

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Fernando Padilla
right. When we do get to Jpa-3.0, we would just publish against a version number that is late than what is currently there.. :) And the reason you're seeing two directories for geronimo-spec is probably because they changed the groupId of the artifacts. For whatever reason. So you might se

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread Mark Struberg
--- David Jencks <[EMAIL PROTECTED]> schrieb am Di, 11.11.2008: > This points out the possible problem that the jpa 1.0 spec > appeared to be part of the ejb 3.0 spec so I gave it a spec > version number of 3.0. Any suggestions about what to do > about this would be appreciated. Do we really nee

Re: Updating the JPA spec jar for JPA 2.0

2008-11-11 Thread David Jencks
On Nov 10, 2008, at 7:42 PM, Michael Dick wrote: On Mon, Nov 10, 2008 at 6:34 PM, David Jencks <[EMAIL PROTECTED]>wrote: On Nov 10, 2008, at 1:13 PM, Craig L Russell wrote: Hi Jeremy, On Nov 10, 2008, at 12:12 PM, Jeremy Bauer wrote: OpenJPA & Geronimo devs, Efforts are underway to beg