I am getting the following exception
Code:
org.dom4j.DocumentException: Validation not supported for XMLReader: com.bluecast.xml.Piccolo@1815859 Nested exception: validation is not supported Nested exception: Validation not supported for XMLReader: com.bluecast.xml.Piccolo@1815859 Nested exception: validation is not supported
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1218)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1177)
at com.nomura.jaguar.util.HibernateUtil.<clinit>(HibernateUtil.java:30)
Please suggest me how to solve this issue.