Re: Updating the JPA spec jar for JPA 2.0

2008-11-10 Thread Michael Dick
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 begin JPA 2.0 enhancements in OpenJPA.

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

2008-11-10 Thread Michael Dick (JIRA)
Check for insertable or updateable before checking value for null - Key: OPENJPA-765 URL: https://issues.apache.org/jira/browse/OPENJPA-765 Project: OpenJPA Issue Type: Sub-task

Re: Updating the JPA spec jar for JPA 2.0

2008-11-10 Thread David Jencks
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 begin JPA 2.0 enhancements in OpenJPA. OpenJPA builds with and bundles the Geronimo JPA 1.0 spec jar. As we move forward to

[jira] Resolved: (OPENJPA-764) Query parsing error with IN expression and String functions such as UPPER()

2008-11-10 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar resolved OPENJPA-764. --- Resolution: Fixed > Query parsing error with IN expression and String functions such as UPPE

Re: Updating the JPA spec jar for JPA 2.0

2008-11-10 Thread Craig L Russell
Hi Jeremy, On Nov 10, 2008, at 12:12 PM, Jeremy Bauer wrote: OpenJPA & Geronimo devs, Efforts are underway to begin JPA 2.0 enhancements in OpenJPA. OpenJPA builds with and bundles the Geronimo JPA 1.0 spec jar. As we move forward to JPA 2.0, OpenJPA will need to use/provide updated spec

[jira] Created: (OPENJPA-764) Query parsing error with IN expression and String functions such as UPPER()

2008-11-10 Thread Pinaki Poddar (JIRA)
Query parsing error with IN expression and String functions such as UPPER() --- Key: OPENJPA-764 URL: https://issues.apache.org/jira/browse/OPENJPA-764 Project: OpenJPA

Updating the JPA spec jar for JPA 2.0

2008-11-10 Thread Jeremy Bauer
OpenJPA & Geronimo devs, Efforts are underway to begin JPA 2.0 enhancements in OpenJPA. OpenJPA builds with and bundles the Geronimo JPA 1.0 spec jar. As we move forward to JPA 2.0, OpenJPA will need to use/provide updated spec APIs. Like EJB 3.1, JPA 2.0 is still in the review stages so there m

How does an explicit EntityManager.lock() call prevent dirty reads in JPA

2008-11-10 Thread vladbalan
Hi, i'm trying to understand the behaviour of the EntityManager.lock() call. The Sun documentation ( http://java.sun.com/javaee/5/docs/api/javax/persistence/LockModeType.html) on this is a bit confusing for me and i will explain why. It says that if T1 calls EntityManager.lock() on an entity,