Hi,
I have written a
test class in which I've typecasted java.sql.CallableStatement into oracle.jdbc.driver.OracleCallableStatement and it's works fine.
the code is:-
When I put the code in an
ejb business method and invoke the method, it throws
java.lang.ClassCastException at line #456
I don't have any clue why it's behaving like this. Will anybody help me???
Thanks in advance.