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:
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
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