The referenced JIRA (openjpa-542) should only be related if you are running an extremely old version of OpenJPA... :-) What version of OpenJPA are you running?
Is there more to the exception? Any additional error codes, etc from Oracle? Since we have JUnits and other tests that seem to be working with Oracle and CLOBs, you might have to help figure out the uniqueness to your scenario. Like writing a JUnit to demonstrate the problem. There just isn't enough information to formulate a better response... Thanks, Kevin On Tue, Aug 28, 2012 at 8:35 AM, garpinc <garp...@yahoo.com> wrote: > It maybe related to https://issues.apache.org/jira/browse/OPENJPA-542: > > return EMPTY_CLOB = (Clob) > Class.forName("oracle.sql.CLOB",true, > AccessController.doPrivileged(J2DoPrivHelper > .getContextClassLoaderAction())). > getMethod("empty_lob", new Class[0]). > invoke(null, new Object[0]); > > > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/oracle-clob-exception-tp7580960p7580961.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >