In case JavaTypes.STRING: switch in org.apache.openjpa.jdbc.sql.DBDictionary, I'm getting a classcastexception on following line.
setClobString(stmnt, idx, (String) val, col); Perhaps it should go through same logic as the non-clob version checking for instanceof String -- View this message in context: http://openjpa.208410.n2.nabble.com/ClassCastException-for-Clob-tp7581924.html Sent from the OpenJPA Users mailing list archive at Nabble.com.