Hibernate : Disabling contextual LOB creation as createClob() method threw error

Posted by Giri Byaks on Stack Overflow See other posts from Stack Overflow or by Giri Byaks
Published on 2011-01-03T22:00:16Z Indexed on 2011/01/04 13:53 UTC
Read the original article Hit count: 301

Filed under:
|
|
|

Hi, I am using using hibernate 3.5.6 with Oracle 10g. I am seeing the below exception during initialization but the application itself is working fine. What is the cause for this exception? and how it can be corrected?

Exception
Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException

Info
Oracle version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 JDBC driver: Oracle JDBC driver, version: 11.1.0.7.0

Thanks, Girish

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate