RE: OneToMany Delete Order Problem

2013-06-24 Thread Boblitz John
Good Morning, could this issue somehow be related to https://issues.apache.org/jira/browse/OPENJPA-2211? Just an idea ... John > -Original Message- > From: josh.wilson [mailto:josh.wil...@inspiredbyte.com] > Sent: Monday, June 24, 2013 8:43 PM > To: users@openjpa.apache.org > Subject:

Re: ORA-24816 - column ordering during inserts

2013-06-24 Thread Virag Kothari
Hi, An update: It seems the problem is something else. In our code, we have defined the length as 4000. @Basic @Column(name = "sla_xml", length = 4000) private String slaXml = null; However, if this column has more than 1000 characters, it complains with the below ORA-24816. Wit

Re: OneToMany Delete Order Problem

2013-06-24 Thread josh.wilson
I tried adding the SchemaFactory property to the persistence.xml but it did not correct the statement order. Any other ideas? On Thu, Jun 20, 2013 at 2:59 AM, Jens Leisenberg [via OpenJPA] < ml-node+s208410n7584221...@n2.nabble.com> wrote: > Josh, > > did you tried to set the ShemaFactory prope