I'm trying to save clob to oracle in JPA in osgi environment and getting following exception. Does anyone have any ideas?:
Caused by: java.sql.SQLException: oracle.sql.CLOB at org.apache.openjpa.jdbc.sql.OracleDictionary.getEmptyClob(OracleDictionary.java:1232) at org.apache.openjpa.jdbc.sql.OracleDictionary.setNull(OracleDictionary.java:636) at org.apache.openjpa.jdbc.sql.DBDictionary.setTyped(DBDictionary.java:1257) at org.apache.openjpa.jdbc.sql.RowImpl.flush(RowImpl.java:896) at org.apache.openjpa.jdbc.sql.RowImpl.flush(RowImpl.java:856) at org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl.flushBatch(BatchingPreparedStatementManagerImpl.java:166) -- View this message in context: http://openjpa.208410.n2.nabble.com/oracle-clob-exception-tp7580960.html Sent from the OpenJPA Users mailing list archive at Nabble.com.