Re: svn commit: r618834 - in /openjpa/branches/1.0.x: openjpa-kernel/src/main/java/org/apache/openjpa/event/ openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/callbacks/ openjpa-pe

2008-02-05 Thread Patrick Linskey
There is a TCK test; it was failing in trunk. And of course the TCK is the same; we don't include the TCK in svn, so it's the same one that's on my machine. And I ported the tests to the branch first; the test cases failed in the branch until I applied the source patch. Hmm. -Patrick On Feb 5,

[jira] Updated: (OPENJPA-511) Unable to execute native queries which start with the WITH keyword.

2008-02-05 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-511: - Attachment: OPENJPA-511.patch.txt > Unable to execute native queries which start with the WITH k

[jira] Updated: (OPENJPA-511) Unable to execute native queries which start with the WITH keyword.

2008-02-05 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-511: - Attachment: (was: OPENJPA-511.patch.txt) > Unable to execute native queries which start with

[jira] Updated: (OPENJPA-511) Unable to execute native queries which start with the WITH keyword.

2008-02-05 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-511: - Attachment: OPENJPA-511.patch.txt > Unable to execute native queries which start with the WITH k

[jira] Created: (OPENJPA-511) Unable to execute native queries which start with the WITH keyword.

2008-02-05 Thread Michael Dick (JIRA)
Unable to execute native queries which start with the WITH keyword. Key: OPENJPA-511 URL: https://issues.apache.org/jira/browse/OPENJPA-511 Project: OpenJPA Issue Type: Bu

Re: Problems

2008-02-05 Thread Michael Dick
Hi Sebastian, I took a look at the previous thread where you were having problems with a missing class definition. I think you'll want something like this:

Re: Loading OpenJPA Source Code in Eclipse

2008-02-05 Thread Michael Dick
FWIW the eclipse:eclipse goal has been working for me, with a few caveats. The subprojects are created fine, but there are a couple warts copying the license.txt file. It also adds maven ant builders which seem to cause problems (I just disable them). OPENJPA-510 was opened to track the issue from

[jira] Created: (OPENJPA-510) ReverseMappingTool generates incorrect SQL for PostgreSQL if -fk = true

2008-02-05 Thread Michael Dick (JIRA)
ReverseMappingTool generates incorrect SQL for PostgreSQL if -fk = true --- Key: OPENJPA-510 URL: https://issues.apache.org/jira/browse/OPENJPA-510 Project: OpenJPA Issue Ty

Re: Failures in TeamCity Derby build and svn commit: r616972

2008-02-05 Thread David Ezzio
Hi Patrick, The build was fragile because a couple of test cases were fragile (one did not clean out data before checking whether only the data it added was present, and the other did not ensure that time passed between updates when using a timestamp version check), and because the testing fr

Re: svn commit: r618834 - in /openjpa/branches/1.0.x: openjpa-kernel/src/main/java/org/apache/openjpa/event/ openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/callbacks/ openjpa-pe

2008-02-05 Thread Craig L Russell
Or maybe there's no TCK test for these callbacks. Craig On Feb 5, 2008, at 4:09 PM, [EMAIL PROTECTED] wrote: Author: pcl Date: Tue Feb 5 16:09:28 2008 New Revision: 618834 URL: http://svn.apache.org/viewvc?rev=618834&view=rev Log: OPENJPA-506. svn merge -c 618821 ../../trunk. Oddly, the TCK

[jira] Updated: (OPENJPA-509) MappedSuperClass-Entity-Embedded domain model fails during insert

2008-02-05 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar updated OPENJPA-509: -- Attachment: patch-509.1.txt Patch ignores primary key field of a Embedded field while insertin

[jira] Created: (OPENJPA-509) MappedSuperClass-Entity-Embedded domain model fails during insert

2008-02-05 Thread Pinaki Poddar (JIRA)
MappedSuperClass-Entity-Embedded domain model fails during insert -- Key: OPENJPA-509 URL: https://issues.apache.org/jira/browse/OPENJPA-509 Project: OpenJPA Issue Type: Bug

[jira] Closed: (OPENJPA-401) UnsatisfiedLinkError in MappingToolTask when using DB2 JDBC driver

2008-02-05 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick closed OPENJPA-401. Resolution: Fixed The MappingToolTask now includes a flag which can be used to disable the tempor

Re: optimistic locking bug?

2008-02-05 Thread Geir Magnusson Jr.
On Feb 4, 2008, at 6:14 PM, Patrick Linskey wrote: So, as a "best practice" for dealing with joined inheritance, have no cacading deletes for FKs in the db schema? Does your metadata (annotations and XML) identify that you've got a cascading constraint on that table? I looked through the sp