Joined: Mon Jan 06, 2014 5:10 pm Posts: 1
|
Hi Hibernate Experts,
while using Hibernate
<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.3.0.Final</version> </dependency>
and hibernate-mapping for clob (<property name="xml_response" column="XML_RESPONSE" type="clob" />) with database mysql I´m getting the following error.
java.lang.IllegalArgumentException: interface org.hibernate.engine.jdbc.WrappedClob is not visible from class loader
What does it mean? What´s missing ... The class "org.hibernate.engine.jdbc.WrappedClob" is included in "hibernate-core-4.2.8.Final.jar" and in lib folder!
Thanks so much Regards Andre
|
|