Have you tried setting openjpa.jdbc.SchemaFactory=native in your persistence.xml or as a system property? Using the native schema factory will tell OpenJPA to read the table definitions from the database.
I haven't had a chance to try the testcases, but if it is an SQL ordering problem, the schema factory will usually help. -mike On Tue, Jan 29, 2013 at 2:14 PM, pankajpriyadarshi <[email protected]>wrote: > Any updates yet. Do the test cases correctly depict the problem? Thank > You. > > > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/Savepoint-issue-with-OpenJPA-tp7581548p7582652.html > Sent from the OpenJPA Developers mailing list archive at Nabble.com. >
