Hi,
I have modified Clob type as
CLOB.class = net.sourceforge.sqlunit.types.StringType CLOB.type = 2005
and passing a string. I get following exception net.sourceforge.sqlunit.SQLUnitException: System error (java.lang.ClassCastException): null
could any one pl help me?
Log in to post a comment.
Hi,
I have modified Clob type as
CLOB.class = net.sourceforge.sqlunit.types.StringType
CLOB.type = 2005
and passing a string. I get following exception
net.sourceforge.sqlunit.SQLUnitException: System error (java.lang.ClassCastException): null
could any one pl help me?