Community
Participate
Working Groups
Created attachment 146825 [details] obtain the default sequence table name from the platform class On the Symfoware platform I'm using a platform default sequence with a different name than SEQUENCE as this table name is not allowed on Symfoware (reserved SQL keyword). This leads to a failing JUnit test as the test tries to delete (clear) the sequence table with a hard-coded table name. Attaching a patch to obtain the table name from the platform class.
Created attachment 147000 [details] Patch for bugs 289019-289023
Checked in fix for bug 289019, bug 289020, bug 289021 and bug 289023 These fixes are changes suggested by the bug filer and are reasonably simple. I have reviewed the changes as they were added and run the existing tests to ensure they do not break anything.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink