You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by garpinc <ga...@yahoo.com> on 2012/11/26 08:17:57 UTC

ClassCastException for Clob

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.