XDB « Oracle « JPA Q&A





1. Hibernate incompatible with Oracle 11g drivers + XDB?    forum.hibernate.org

I'm trying to demonstrate or disprove the feasibility of using a Hibernate user type that is stored as org.w3c.dom.Document on the Java side and Oracle's XMLType in the database. I'm basing my code on the example at http://community.jboss.org/wiki/MappingOracleXmlTypeToDocument. Using Hibernate 3.6.0 Final and the Oracle 10g driver, "xdb.jar" and "xmlparserv2.jar", my code works for simple XML of the sort I expect ...