I've created a web application using Hibernate and Spring. My development environment uses JBoss where everything works OK, but uploading the same web application to Resin causes the error shown at the end of this message.
Having looked around the web this appears to be a problem with the XML parser but I cannot find the solution to the problem.
Can anyone help.................
Error:
Caused by: net.sf.hibernate.MappingException: org.dom4j.DocumentException:
Validation not supported for XMLReader: com.caucho.xml.Xml@201a41 Nested
exception:
http://xml.org/sax/features/validation Nested exception: Validation
not supported for XMLReader: com.caucho.xml.Xml@201a41 Nested exception:
http://xml.org/sax/features/validation
at net.sf.hibernate.cfg.Configuration.addInputStream(Configuration.java:290)
at net.sf.hibernate.cfg.Configuration.addResource(Configuration.java:304)
... 24 more
Caused by: org.dom4j.DocumentException: Validation not supported for XMLReader:
com.caucho.xml.Xml@201a41 Nested exception:
http://xml.org/sax/features/validation
Nested exception: Validation not supported for XMLReader: com.caucho.xml.Xml@201a41
Nested exception:
http://xml.org/sax/features/validation
Thanks,