[jira] Resolved: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-1536. --- Resolution: Fixed > SQL with outer join cannot handle null columns when inheritance is involved > -

[jira] Updated: (OPENJPA-1535) Inconsistency in exceptions thrown from MetaDataRepository.resolve()

2010-02-24 Thread Ravi P Palacherla (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi P Palacherla updated OPENJPA-1535: --- Attachment: OPENJPA-1535-trunk.patch Attaching patch contributed by Hiroki Tateno.

[jira] Updated: (OPENJPA-1535) Inconsistency in exceptions thrown from MetaDataRepository.resolve()

2010-02-24 Thread Ravi P Palacherla (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi P Palacherla updated OPENJPA-1535: --- Attachment: OPENJPA-1535-1.1.x.patch Attaching patch contributed by Hiroki Tateno.

Re: OpenJPA MySQL tests

2010-02-24 Thread Craig L Russell
Hi Donald, I'll assume that there is work to do to get all the tests passing, and won't worry too much about the failures right now. Thanks for all the info, Craig On Feb 24, 2010, at 5:05 PM, Donald Woods wrote: The nightly builds we have setup only run 1.3.x against Derby using both t

[jira] Updated: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1536: -- Component/s: sql Affects Version/s: 2.0.0-beta2 2.0.0-beta

[jira] Updated: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1536: -- Patch Info: [Patch Available] > SQL with outer join cannot handle null columns when inheritan

[jira] Updated: (OPENJPA-1531) The DataCache EvictionSchedule property should accept other time formats.

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1531: -- Affects Version/s: 2.0.0-beta2 2.0.0-beta > The DataCache EvictionSche

Re: "Revision: svn: This client is too old" on clean checkout and build

2010-02-24 Thread Donald Woods
Also, did you happen to import/touch that directory with Eclipse or NetBeans with a svn plugin, which could be at a different level? -Donald On 2/24/10 8:01 PM, Donald Woods wrote: > I've never tried replacing the version provided with MacOSX. > I'm using the following on 10.6.2 - > > svn, ver

Re: OpenJPA MySQL tests

2010-02-24 Thread Donald Woods
The nightly builds we have setup only run 1.3.x against Derby using both the IBM and Sun Java SE 5. There were a lot of junit updates to trunk to get MySQL passing (only 2925 of the current 3002 tests are run against MySQL on trunk) and I doubt if all those changes were ported back to 1.3.x. -Do

Re: "Revision: svn: This client is too old" on clean checkout and build

2010-02-24 Thread Donald Woods
I've never tried replacing the version provided with MacOSX. I'm using the following on 10.6.2 - svn, version 1.5.5 (r34862) compiled Jan 5 2009, 12:30:39 Looks like they're up to 1.6.9 now and have made some installer changes, so maybe it's worth trying the latest level. http://svnbinarie

Re: [VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Kevin Sutter
Super job on such short notice! Thank you! +1 On Wed, Feb 24, 2010 at 5:51 PM, Rick Curtis wrote: > +1 > > On Wed, Feb 24, 2010 at 5:49 PM, Albert Lee wrote: > > > Looks good. +1 > > > > Donald, Thanks for putting out another release. > > > > Albert Lee. > > > > On Wed, Feb 24, 2010 at 4:55 P

[jira] Resolved: (OPENJPA-1531) The DataCache EvictionSchedule property should accept other time formats.

2010-02-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-1531. -- Resolution: Fixed Fix Version/s: 2.0.0 Committed code, test, and doc to trunk. rev.916

[jira] Commented: (OPENJPA-1531) The DataCache EvictionSchedule property should accept other time formats.

2010-02-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838108#action_12838108 ] Rick Curtis commented on OPENJPA-1531: -- Added a new test case which I don't care for

[jira] Updated: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang updated OPENJPA-1536: -- Description: Have the following entities: @Entity @Table(name="CEmployee") @Inheritance(strategy=Inh

[jira] Updated: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang updated OPENJPA-1536: -- Description: Have the following entities: @Entity @Table(name="CEmployee") @Inheritance(strategy=Inh

Re: [VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Rick Curtis
+1 On Wed, Feb 24, 2010 at 5:49 PM, Albert Lee wrote: > Looks good. +1 > > Donald, Thanks for putting out another release. > > Albert Lee. > > On Wed, Feb 24, 2010 at 4:55 PM, Donald Woods wrote: > > > I've staged a release candidate for OpenJPA 2.0.0 Beta 2 based on > > r915978 of the code in

Re: [VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Albert Lee
Looks good. +1 Donald, Thanks for putting out another release. Albert Lee. On Wed, Feb 24, 2010 at 4:55 PM, Donald Woods wrote: > I've staged a release candidate for OpenJPA 2.0.0 Beta 2 based on > r915978 of the code in the following svn tag: > https://svn.apache.org/repos/asf/openjpa/tags/2.

[jira] Commented: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838079#action_12838079 ] Catalina Wei commented on OPENJPA-1536: --- Fay, I have reviewed your patch, and it lo

Re: [VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Donald Woods
My +1. Donald On 2/24/10 5:55 PM, Donald Woods wrote: > I've staged a release candidate for OpenJPA 2.0.0 Beta 2 based on > r915978 of the code in the following svn tag: > https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2/ > > Release Notes: > http://svn.apache.org/viewvc/openjpa/tags/2.

[jira] Updated: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang updated OPENJPA-1536: -- Attachment: OPENJPA-1536.patch > SQL with outer join cannot handle null columns when inheritance is i

Re: OpenJPA trunk (2.0.0-SNAPSHOT) now requires Java SE 6

2010-02-24 Thread Stephen Connolly
Have you considered using toolchains to help dancing within the different jdk versions On 24 February 2010 22:40, Donald Woods wrote: > We've backtracked some on OPENJPA-1520 and no longer require Java SE 6 > or later to use OpenJPA, but instead only require using Java SE 6 to > build the artifa

[jira] Created: (OPENJPA-1536) SQL with outer join cannot handle null columns when inheritance is involved

2010-02-24 Thread Fay Wang (JIRA)
SQL with outer join cannot handle null columns when inheritance is involved --- Key: OPENJPA-1536 URL: https://issues.apache.org/jira/browse/OPENJPA-1536 Project: OpenJPA

[VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.0 Beta 2 based on r915978 of the code in the following svn tag: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2/ Release Notes: http://svn.apache.org/viewvc/openjpa/tags/2.0.0-beta2/openjpa-project/RELEASE-NOTES.html?view=co Maven staging

Re: OpenJPA trunk (2.0.0-SNAPSHOT) now requires Java SE 6

2010-02-24 Thread Donald Woods
We've backtracked some on OPENJPA-1520 and no longer require Java SE 6 or later to use OpenJPA, but instead only require using Java SE 6 to build the artifacts which are still targeted to a 1.5 source/runtime level (even though some of the annotation support requires Java SE 6.) The junits can be

[jira] Created: (OPENJPA-1535) Inconsistency in exceptions thrown from MetaDataRepository.resolve()

2010-02-24 Thread Ravi P Palacherla (JIRA)
Inconsistency in exceptions thrown from MetaDataRepository.resolve() Key: OPENJPA-1535 URL: https://issues.apache.org/jira/browse/OPENJPA-1535 Project: OpenJPA Issue Type:

[jira] Created: (OPENJPA-1534) JDBCConfigurationImpl.clone() butchers passwords

2010-02-24 Thread Laird Nelson (JIRA)
JDBCConfigurationImpl.clone() butchers passwords Key: OPENJPA-1534 URL: https://issues.apache.org/jira/browse/OPENJPA-1534 Project: OpenJPA Issue Type: Bug Affects Versions: 2.0.0-beta

Re: "Revision: svn: This client is too old" on clean checkout and build

2010-02-24 Thread Michael Dick
Hi Craig My only guess is that the ant plugin for maven is picking up an older version of svn. Are any old versions still installed on your system? If you want to be sure you could try running mvn -Dsvnversion.executable=${path to svnversion} . . . This patch might help too (it just run svnversi

Re: OpenJPA MySQL tests

2010-02-24 Thread Craig L Russell
Hi Donald, Thanks for all that. I'm now trying to run the 1.3.x branch against MySQL. openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.MySQLDictionary" (MySQL 5.1.41-ndb-7.1.2- beta-debug ,MySQL-AB JDBC Driver mysql-connector-java-5.1.12 ( Revision: ${bzr.revision-

[jira] Updated: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1529: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta2 > Create new tests for bean ca

[jira] Updated: (OPENJPA-1490) ClassNotFoundExceptions in an OSGi environment

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1490: -- Attachment: OPENJPA-1490.diff Here is a potential fix, but not one I'm going to commit as it

[jira] Commented: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837920#action_12837920 ] Jeremy Bauer commented on OPENJPA-1529: --- Committed patch2.txt dated 2010-02-24 05:4

[jira] Updated: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Dianne Richards (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dianne Richards updated OPENJPA-1529: - Attachment: patch2.txt Attaching patch2.txt which added an additional assertion in 2 of

[jira] Resolved: (OPENJPA-1527) AssociationOverride does not work when applying to the map key of the element collection via orm.xml

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-1527. --- Resolution: Fixed > AssociationOverride does not work when applying to the map key of the element

[jira] Closed: (OPENJPA-1527) AssociationOverride does not work when applying to the map key of the element collection via orm.xml

2010-02-24 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang closed OPENJPA-1527. - > AssociationOverride does not work when applying to the map key of the element > collection via orm.xml >

[jira] Resolved: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Dianne Richards (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dianne Richards resolved OPENJPA-1529. -- Resolution: Fixed > Create new tests for bean caching mode >

Re: [NOTICE] Upcoming 2.0.0-beta2 release

2010-02-24 Thread Donald Woods
Target is Noon eastern today -Donald On 2/23/10 4:36 PM, Donald Woods wrote: > Sorry for the short notice, but to release the changes since the first > beta (including requiring Java SE 6 to build the source and a couple > integrated OSGi changes for Apache Aries), I'll be looking to start a

[jira] Commented: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837850#action_12837850 ] Jeremy Bauer commented on OPENJPA-1529: --- Committed patch.txt dated 2010-02-24 03:26

[jira] Assigned: (OPENJPA-1532) Should the element in a persistence unit definition automatically turn on the data cache?

2010-02-24 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick reassigned OPENJPA-1532: - Assignee: Michael Dick > Should the element in a persistence unit definition > automa

[jira] Updated: (OPENJPA-1529) Create new tests for bean caching mode

2010-02-24 Thread Dianne Richards (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dianne Richards updated OPENJPA-1529: - Attachment: patch.txt Attaching a patch containing these tests (patch.txt). > Create n

[jira] Updated: (OPENJPA-1467) java.lang.IllegalMonitorStateException in ConcurrentDataCache.writeUnlock()

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1467: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1461) Incorrect Oracle CREATE TABLE DDL for XML column

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1461: -- Affects Version/s: (was: 2.0.0-beta) 2.0.0-M3 Fix Version/s

[jira] Updated: (OPENJPA-1293) JUnit test failure when using Derby 10.5.3.0

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1293: -- Affects Version/s: (was: 2.0.0-beta) 2.0.0-M3 Fix Version/s

[jira] Updated: (OPENJPA-1470) PCEnhancer is overly verbose

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1470: -- Affects Version/s: (was: 2.0.0-beta) 2.0.0-M3 Fix Version/s

[jira] Updated: (OPENJPA-1374) Enable junits to be executed against an in-memory Derby 10.5.3.0 db

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1374: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1401) Inheritance using Join Strategy may fail in cross join JPQL

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1401: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1408) Create test case binary and source jars in module

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1408: -- Affects Version/s: (was: 2.0.0-M3) > Create test case binary and source jars in module >

[jira] Updated: (OPENJPA-1402) Improve (avoid) lock on relation field per 2.0 spec semantics

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1402: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1413) NPE when update using CASE statement on Derby

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1413: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1431) @Temporal annotation overrides the @Column annotation when using in conjunction with @ElementCollection

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1431: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1414) Performance improvements for detach

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1414: -- Fix Version/s: (was: 2.0.0-beta2) 2.0.0-beta > Performance improvement

[jira] Updated: (OPENJPA-1442) java.sql.Date, java.math.BigDecimal, or java.math.BigInteger types as derived primary keys are not Enhanced correctly

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1442: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-1435) Multi-1xm relation of same type in entity yields extra null in result collection

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1435: -- Affects Version/s: (was: 2.0.0-beta) Fix Version/s: (was: 2.0.0-beta2)

[jira] Updated: (OPENJPA-714) "Encountered unmanaged object in persistent field" error while merging object tree

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-714: - Fix Version/s: (was: 2.0.0) 2.0.0-beta > "Encountered unmanaged object in

[jira] Updated: (OPENJPA-1413) NPE when update using CASE statement on Derby

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1413: -- Fix Version/s: 1.3.0 > NPE when update using CASE statement on Derby > --

[jira] Updated: (OPENJPA-757) Map existing OpenJPA extensions to new features of JPA 2.0

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-757: - Fix Version/s: (was: 2.0.0) 2.0.0-beta > Map existing OpenJPA extensions

[jira] Updated: (OPENJPA-944) FetchAttribute.recursionDepth = -1 does not load properly self referenced entities in a complex relation

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-944: - Fix Version/s: (was: 2.0.0) 2.0.0-beta > FetchAttribute.recursionDepth =

[jira] Updated: (OPENJPA-748) Disable QuerySQLCache by default

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-748: - Fix Version/s: (was: 2.0.0) 2.0.0-beta > Disable QuerySQLCache by default

[jira] Updated: (OPENJPA-991) Implement LockTimeout using db specific server-side lock timeout feature

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-991: - Fix Version/s: (was: 2.0.0) 2.0.0-beta > Implement LockTimeout using db s

[jira] Updated: (OPENJPA-1025) AbstractResultList.subList throws UnsupportedOperationException

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1025: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > AbstractResultList.subList th

[jira] Updated: (OPENJPA-1005) Add PersistenceXMLSchemaVersion(); support

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1005: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > Add PersistenceXMLSchemaVersi

[jira] Updated: (OPENJPA-1136) Add .gitignore for git users

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1136: -- Fix Version/s: (was: 2.0.0) > Add .gitignore for git users >

[jira] Updated: (OPENJPA-1001) java.lang.IndexOutOfBoundsException when executing attached test case

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1001: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta2 > java.lang.IndexOutOfBoundsEx

[jira] Updated: (OPENJPA-1185) Subquery overhaul

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1185: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 Fix Version/s:

[jira] Updated: (OPENJPA-1173) Update PostgreSQL support for 8.4.x

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1173: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > Update PostgreSQL support for

[jira] Updated: (OPENJPA-1141) NPE at org.apache.openjpa.jdbc.meta.MappingInfo.mergeJoinColumn(MappingInfo.java:1400)

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1141: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > NPE at > org.apache.openjpa

[jira] Updated: (OPENJPA-1197) NativeQueries fail with MySQL

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1197: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > NativeQueries fail with MySQL

[jira] Updated: (OPENJPA-1293) JUnit test failure when using Derby 10.5.3.0

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1293: -- Affects Version/s: (was: 2.0.0) 2.0.0-beta Fix Version/s:

[jira] Updated: (OPENJPA-1276) Support CQL for Criteria Query

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1276: -- Affects Version/s: (was: 2.0.0-beta) (was: 2.0.0) Fix V

[jira] Updated: (OPENJPA-1289) Oracle driver throws exception due to incorrect mapping of XMLType column

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1289: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 Fix Version/s:

[jira] Updated: (OPENJPA-1294) Nested JDBC calls fail for certain database

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1294: -- Affects Version/s: (was: 2.0.0-beta) (was: 2.0.0) Fix V

[jira] Updated: (OPENJPA-1326) ReverseMappingTool and SchemaTool failing for Sybase

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1326: -- Affects Version/s: (was: 1.2.2) 1.2.1 Fix Version/s: (w

[jira] Updated: (OPENJPA-1328) Move cacheable class configuration to ClassMetaData

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1328: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > Move cacheable class configur

[jira] Updated: (OPENJPA-1306) Extended lock scope support

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1306: -- Affects Version/s: 2.0.0-M3 Fix Version/s: (was: 2.0.0) 2.0

[jira] Updated: (OPENJPA-1351) java.lang.ClassCastException: javax.naming.Reference incompatible with javax.sql.DataSource

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1351: -- Affects Version/s: 2.0.0-M3 Fix Version/s: (was: 2.0.0) 2.0

[jira] Updated: (OPENJPA-1344) Query [get|set]LockMode & Em getLockMode not throwing correct exceptions

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1344: -- Fix Version/s: (was: 2.0.0) > Query [get|set]LockMode & Em getLockMode not throwing corre

[jira] Updated: (OPENJPA-1352) Merge fails if an entity has an element collection which is contructed using Arrays.asList

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1352: -- Affects Version/s: 2.0.0-M3 Fix Version/s: (was: 2.0.0) 2.0

[jira] Updated: (OPENJPA-1357) Support CacheRetrieve/StoreMode properties for find()/refresh() operation

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1357: -- Affects Version/s: (was: 2.0.0-beta) (was: 2.0.0)

[jira] Updated: (OPENJPA-1367) H2 Database Engine does support cross join

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1367: -- Affects Version/s: 2.0.0-M2 2.0.0-M3 2.0.0-beta

[jira] Updated: (OPENJPA-1370) JPA2 missing implementation for createNamedQuery(String name, Class resultClass)

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1370: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 Fix Version/s:

[jira] Updated: (OPENJPA-1377) JPA property to enum conversion failure

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1377: -- Affects Version/s: (was: 2.0.0) Fix Version/s: (was: 2.0.0)

[jira] Updated: (OPENJPA-1380) Query not getting evicted from QueryCache

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1380: -- Affects Version/s: (was: 2.0.0) Fix Version/s: (was: 2.0.0)

[jira] Updated: (OPENJPA-1375) OutOfMemory runs in container environment in a long stress run

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1375: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > OutOfMemory runs in container

[jira] Updated: (OPENJPA-1374) Enable junits to be executed against an in-memory Derby 10.5.3.0 db

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1374: -- Affects Version/s: 2.0.0-beta Fix Version/s: (was: 2.0.0) 2

[jira] Updated: (OPENJPA-1384) ClassNotFoundException for custom DBDictionary used by EJB

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1384: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > ClassNotFoundException for cu

[jira] Updated: (OPENJPA-1388) JPQL named parameter using a reserved word resulting in ArgumentException

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1388: -- Fix Version/s: 1.3.0 > JPQL named parameter using a reserved word resulting in ArgumentExcept

[jira] Updated: (OPENJPA-1388) JPQL named parameter using a reserved word resulting in ArgumentException

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1388: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > JPQL named parameter using a

[jira] Updated: (OPENJPA-1394) Pessimistic Lock not honour when ORDER BY clause is used

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1394: -- Affects Version/s: (was: 2.0.0) Fix Version/s: (was: 2.0.0)

[jira] Updated: (OPENJPA-1396) metadata-complete in the orm file does not override @Transition annotation

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1396: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 Fix Version/s:

[jira] Updated: (OPENJPA-1397) NULL in columns part of an @IdClass composite key leads to "disappearing" (null) returned objects

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1397: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta > NULL in columns part of an @I

[jira] Updated: (OPENJPA-1402) Improve (avoid) lock on relation field per 2.0 spec semantics

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1402: -- Affects Version/s: (was: 2.0.0) 2.0.0-beta Fix Version/s:

[jira] Updated: (OPENJPA-1408) Create test case binary and source jars in module

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1408: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 2.0

[jira] Updated: (OPENJPA-1401) Inheritance using Join Strategy may fail in cross join JPQL

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1401: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 2.0

[jira] Updated: (OPENJPA-1413) NPE when update using CASE statement on Derby

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1413: -- Affects Version/s: 2.0.0-M3 2.0.0-beta Fix Version/s: (was:

[jira] Updated: (OPENJPA-1414) Performance improvements for detach

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1414: -- Fix Version/s: (was: 2.0.0) 2.0.0-beta2 > Performance improvements for

[jira] Updated: (OPENJPA-1442) java.sql.Date, java.math.BigDecimal, or java.math.BigInteger types as derived primary keys are not Enhanced correctly

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1442: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 2.0

[jira] Updated: (OPENJPA-1461) Incorrect Oracle CREATE TABLE DDL for XML column

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1461: -- Affects Version/s: (was: 2.0.0) 2.0.0-beta Fix Version/s:

[jira] Updated: (OPENJPA-1435) Multi-1xm relation of same type in entity yields extra null in result collection

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1435: -- Affects Version/s: (was: 2.0.0) Fix Version/s: (was: 2.0.0)

[jira] Updated: (OPENJPA-1431) @Temporal annotation overrides the @Column annotation when using in conjunction with @ElementCollection

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1431: -- Affects Version/s: (was: 2.0.0) 2.0.0-M3 2.0

[jira] Updated: (OPENJPA-1470) PCEnhancer is overly verbose

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1470: -- Affects Version/s: 2.0.0-beta Fix Version/s: (was: 2.0.0) 2

[jira] Updated: (OPENJPA-1493) Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect

2010-02-24 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1493: -- Affects Version/s: (was: 2.1.0) (was: 2.0.1)

  1   2   >