Re: [jira] Created: (OPENJPA-1744) Support JDO

2010-08-11 Thread Christiaan
Hi Patrick, I tried enhancing with the latest OpenJPA 2.1.0 all jar and got the exception below. After inspection of the source, this seems to be caused by the fact that in OpenJPA 1.0 the field brokerPlugin is declared as: public ObjectValue brokerPlugin; whereas in OpenJPA 2.1.0 this has b

Build error

2010-08-11 Thread Rick Curtis
I was trying to package openjpa this morning and I seem to be having some issues Is anyone else seeing this behavior? *C:\jpa\trunk\openjpa-parent>java -version* java version "1.6.0_11" Java(TM) SE Runtime Environment (build 1.6.0_11-b03) Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode,

[jira] Updated: (OPENJPA-1668) User's ''DBDictionary.sequenceSQL' setting not being honored on zOS

2010-08-11 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-1668: -- Fix Version/s: 1.2.3 2.1.0 > User's ''DBDictionary.sequenceSQL' setting no

Re: Build error

2010-08-11 Thread Donald Woods
No idea. It's working for me on 1.6.0_20 and Maven 2.2.1 when using - mvn clean install Maybe it's the older Java level you're using (latest is 1.6.0_21)? -Donald On 8/11/10 10:02 AM, Rick Curtis wrote: > I was trying to package openjpa this morning and I seem to be having some >

Builds now require Maven 2.2.1 or later

2010-08-11 Thread Donald Woods
With the build changes introduced by OPENJPA-1712 to start using the Apache Nexus repo for SNAPSHOT and release artifacts, we have also upgraded the required Maven version to 2.2.1 to resolve some known issues when trying to deploy artifacts with prior versions of Maven. Sorry for the inconvenienc

Re: Build error

2010-08-11 Thread Jeremy Bauer
It works for me as well. Latest trunk code, JDK 1.6.0_20, Maven 2.2.1, Windows 32-bit. -Jeremy On Wed, Aug 11, 2010 at 10:15 AM, Donald Woods wrote: > No idea. It's working for me on 1.6.0_20 and Maven 2.2.1 when using - >mvn clean install > > Maybe it's the older Java level you're us

Re: down-level entities?

2010-08-11 Thread Rick Curtis
Patrick - It looks like svnversion doesn't work quite as I expected when I made this change before anyway, as of 984522 this should now be working as I intended. Thanks, Rick On Tue, Aug 10, 2010 at 8:14 PM, Rick Curtis wrote: > Yep, sounds like I didn't narrow the scope of this message en

[jira] Commented: (OPENJPA-1760) Should deleteTableContents always delete really ALL content?

2010-08-11 Thread Oliver Bayer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897405#action_12897405 ] Oliver Bayer commented on OPENJPA-1760: --- Hi Rick, first of all, sorry for the late

[jira] Commented: (OPENJPA-1760) Should deleteTableContents always delete really ALL content?

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897422#action_12897422 ] Rick Curtis commented on OPENJPA-1760: -- Oli - Could you try swapping out Postgres f

[jira] Commented: (OPENJPA-1741) Unecessary class load attempts when parsing JPQL

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897431#action_12897431 ] Rick Curtis commented on OPENJPA-1741: -- With the attached patches are you seeing a m

[jira] Commented: (OPENJPA-1729) Simplified connection pooling

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897446#action_12897446 ] Rick Curtis commented on OPENJPA-1729: -- Has there been any thoughts about enabling c

[jira] Created: (OPENJPA-1763) Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

2010-08-11 Thread Rick Curtis (JIRA)
Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache - Key: OPENJPA-1763 URL: https://issues.apache.org/jira/browse/OPENJPA-1763

[jira] Created: (OPENJPA-1764) Automatically enable connection pooling in unmanaged environments

2010-08-11 Thread Donald Woods (JIRA)
Automatically enable connection pooling in unmanaged environments - Key: OPENJPA-1764 URL: https://issues.apache.org/jira/browse/OPENJPA-1764 Project: OpenJPA Issue Type: Sub-ta

[jira] Commented: (OPENJPA-1729) Simplified connection pooling

2010-08-11 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897461#action_12897461 ] Donald Woods commented on OPENJPA-1729: --- Yep, that was what I was thinking :-) Just

[jira] Updated: (OPENJPA-1764) Automatically enable connection pooling in unmanaged environments

2010-08-11 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1764: -- Fix Version/s: 2.1.0 Affects Version/s: 2.1.0 Description: When commons-dbc

[jira] Commented: (OPENJPA-1763) Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

2010-08-11 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897465#action_12897465 ] Jeremy Bauer commented on OPENJPA-1763: --- +1 While this requirement makes it very c

[jira] Commented: (OPENJPA-1763) Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

2010-08-11 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897469#action_12897469 ] Donald Woods commented on OPENJPA-1763: --- +1 Sounds like a good usability improvemen

[jira] Commented: (OPENJPA-1741) Unecessary class load attempts when parsing JPQL

2010-08-11 Thread David Minor (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897470#action_12897470 ] David Minor commented on OPENJPA-1741: -- Yes. In periodic thread dumps of our product

[jira] Resolved: (OPENJPA-1763) Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-1763. -- Resolution: Fixed Committed the code change to trunk. Still need to update the user manual.

[jira] Reopened: (OPENJPA-1763) Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reopened OPENJPA-1763: -- Shouldn't have resolved yet. Reopened while I work on the docs. > Remove the requirement to conf

[jira] Assigned: (OPENJPA-1741) Unecessary class load attempts when parsing JPQL

2010-08-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-1741: Assignee: Rick Curtis > Unecessary class load attempts when parsing JPQL > --

[jira] Updated: (OPENJPA-1424) Out of bounds exception using fetch plan

2010-08-11 Thread Heath Thomann (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heath Thomann updated OPENJPA-1424: --- Attachment: OPENJPA-1424-1.2.x.patch.txt I'm attaching a patch (OPENJPA-1424-1.2.x.patch.tx