Re: random insertion order for inherited classes

2009-01-30 Thread Kevin Sutter
Heather, What release/revision of OpenJPA are you using? There was a semi-recent situation with the ordering of inserts in our statement batching support that you may be running into. OPENJPA-817 ( https://issues.apache.org/jira/browse/OPENJPA-817) documents the problem I am thinking of. Besides

random insertion order for inherited classes

2009-01-30 Thread Heather Sterling
Hi, I am experiencing some weird behavior regarding the insertion order for inherited classes. I am using the join table strategy and some of the time it inserts the superclass first, while other times it inserts the subclass first (thus resulting in an exception). It's completely random, with