Joined: Fri Jan 12, 2007 1:31 pm Posts: 3
|
Hi, I have an application running in Oracle Application Server on Oracle 10g. It has no problems in the in-house environment but on the client's production environment I'm getting the error below. Any help in resolving this will be greatly appreciated. I have to note that the application is able to create another hibernate session factory without a problem using a superset of the config files.
Caused by: org.hibernate.MappingException: Could not parse mapping document in input stream at org.hibernate.cfg.Configuration.addInputStream(Configuration.java:431) at org.hibernate.cfg.Configuration.addResource(Configuration.java:482) ... 32 more Caused by: org.dom4j.DocumentException: Validation not supported for XMLReader: oracle.xml.parser.v2.SAXParser@12cc460 Nested exception: SAX feature 'http://xml.org/sax/features/validation' not supported. Nested exception: Validation not supported for XMLReader: oracle.xml.parser.v2.SAXParser@12cc460 Nested exception: SAX feature 'http://xml.org/sax/features/validation' not supported. at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.addInputStream(Configuration.java:422) ... 33 more 11/01/06 08:47:55 %%%% Error Creating Local SessionFactory %%%% 11/01/06 08:47:55 Rebuilding Session Factory.
|
|