[jira] Created: (OPENJPA-1533) JPA2 select math mix with aggregate reports syntax error

2010-02-23 Thread Catalina Wei (JIRA)
JPA2 select math mix with aggregate reports syntax error Key: OPENJPA-1533 URL: https://issues.apache.org/jira/browse/OPENJPA-1533 Project: OpenJPA Issue Type: Bug Components

Re: svn commit: r915593 - in /openjpa/trunk/openjpa-persistence-jdbc/src: main/java/org/apache/openjpa/persistence/jdbc/ test/java/org/apache/openjpa/persistence/embed/attrOverrides/ test/resources/or

2010-02-23 Thread Donald Woods
Looks like this is causing one new failure on Derby 10.5.3 w/ Sun JDK 6- TestAssocOverridesXML.testElementCollectionAssocOverrides View test details (org.apache.openjpa.persistence.embed.attrOverrides) junit.framework.AssertionFailedError: None of the following 27 SQL CREATE TABLE XMLAs

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

2010-02-23 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837529#action_12837529 ] Kevin Sutter commented on OPENJPA-1532: --- Absolutely, the JPA 2 element should affe

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

2010-02-23 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837504#action_12837504 ] Fay Wang commented on OPENJPA-1527: --- The cause of the problem is that the key of the ma

[jira] Assigned: (OPENJPA-1511) Executing a cached query doesn't properly cache results after DataCache eviction

2010-02-23 Thread Ravi P Palacherla (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi P Palacherla reassigned OPENJPA-1511: -- Assignee: Ravi P Palacherla > Executing a cached query doesn't properly cache

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

2010-02-23 Thread Craig L Russell
Hi, I've got a clean checkout of 1.3.x (checked out with svn 1.6.0) and get this message on mvn install at the root level: [INFO] [antrun:run {execution: set subversion revision}] [INFO] Executing tasks [exec] Result: 1 [echo] Revision: svn: This client is too old to work with wor

[NOTICE] Upcoming 2.0.0-beta2 release

2010-02-23 Thread Donald Woods
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 beta2 release either late tonight or tomorrow morning. If you have any major changes to

[jira] Updated: (OPENJPA-1530) MySQL storage engine support

2010-02-23 Thread Craig L Russell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig L Russell updated OPENJPA-1530: - Description: The MySQLDictionary currently supports only TYPE innodb. There is a skelet

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

2010-02-23 Thread Jody Grassel (JIRA)
Should the element in a persistence unit definition automatically turn on the data cache? - Key: OPENJPA-1532 URL: https://issues.apache.org/jira/browse/O

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

2010-02-23 Thread Rick Curtis (JIRA)
The DataCache EvictionSchedule property should accept other time formats. - Key: OPENJPA-1531 URL: https://issues.apache.org/jira/browse/OPENJPA-1531 Project: OpenJPA Is

[jira] Created: (OPENJPA-1530) Support specification of storage engine type for MySQL

2010-02-23 Thread Craig L Russell (JIRA)
Support specification of storage engine type for MySQL -- Key: OPENJPA-1530 URL: https://issues.apache.org/jira/browse/OPENJPA-1530 Project: OpenJPA Issue Type: Improvement Compon

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

2010-02-23 Thread Dianne Richards (JIRA)
Create new tests for bean caching mode -- Key: OPENJPA-1529 URL: https://issues.apache.org/jira/browse/OPENJPA-1529 Project: OpenJPA Issue Type: Test Components: jpa Affects Versions: 2.0.0-b

[jira] Resolved: (OPENJPA-1528) Upgrade to latest MySQL 5.1.12 for junit tests

2010-02-23 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved OPENJPA-1528. --- Resolution: Fixed Fix Version/s: 1.3.0 Also added required DBCP overrides -

Re: OpenJPA MySQL tests

2010-02-23 Thread Donald Woods
Upgraded to MySQL 5.1.12 (latest on repo1) and added the two required dbcp overrides in trunk and 1.3.x using OPENJPA-1528. -Donald On 2/23/10 9:37 AM, Donald Woods wrote: > For 1.2.x and trunk runs, we also include the following cmdline settings > for the nightly builds - >-Ddbcp.maxIdle=0

Re: svn commit: r915410 - in /openjpa/trunk: openjpa-examples/pom.xml pom.xml

2010-02-23 Thread Kevin Sutter
oops, forgot the JIRA link [1]... :-) [1] https://issues.apache.org/jira/browse/OPENJPA-1520 On Tue, Feb 23, 2010 at 10:38 AM, Kevin Sutter wrote: > Hi, > Do we have some Java 5 customers of OpenJPA that could test out the latest > 2.0.x (trunk) build? The history of the proposed changes for

Fwd: svn commit: r915410 - in /openjpa/trunk: openjpa-examples/pom.xml pom.xml

2010-02-23 Thread Kevin Sutter
Hi, Do we have some Java 5 customers of OpenJPA that could test out the latest 2.0.x (trunk) build? The history of the proposed changes for Java 5 vs Java 6 can be found in this JIRA [1]. With Donald's latest commit below, we are building with Java 6, but targeting the bytecode generation to 1.5.

Fwd: svn commit: r915410 - in /openjpa/trunk: openjpa-examples/pom.xml pom.xml

2010-02-23 Thread Kevin Sutter
Hi, Do we have some Java 5 customers of OpenJPA that could test out the latest 2.0.x (trunk) build? The history of the proposed changes for Java 5 vs Java 6 can be found in this JIRA [1]. With Donald's latest commit below, we are building with Java 6, but targeting the bytecode generation to 1.5.

[jira] Created: (OPENJPA-1528) Upgrade to latest MySQL 5.1.12 for junit tests

2010-02-23 Thread Donald Woods (JIRA)
Upgrade to latest MySQL 5.1.12 for junit tests -- Key: OPENJPA-1528 URL: https://issues.apache.org/jira/browse/OPENJPA-1528 Project: OpenJPA Issue Type: Improvement Components: third-part

[jira] Commented: (OPENJPA-1520) Move trunk (2.0.x) to Java 6 (build and runtime)

2010-02-23 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837297#action_12837297 ] Donald Woods commented on OPENJPA-1520: --- OK, as of trunk r915410, we now require Ja

Re: OpenJPA MySQL tests

2010-02-23 Thread Donald Woods
For 1.2.x and trunk runs, we also include the following cmdline settings for the nightly builds - -Ddbcp.maxIdle=0 -Ddbcp.minIdle=0 For 1.2.x and Sun Java SE 5, we also set - MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" For trunk and Sun Java SE 6, we also set - MAVEN_OPTS="-Xmx1024m -XX:

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

2010-02-23 Thread Fay Wang (JIRA)
AssociationOverride does not work when applying to the map key of the element collection via orm.xml Key: OPENJPA-1527 URL: https://issues.apache.org/jira/browse/

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

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