I receive a runtime error during the initial setup of the persisting objects to my oracle database. These include:
16:53:38,992 WARN SessionFactoryImpl:262 - Problem opening output stylesheet - databinding disabled
javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.tran\
sform.TransformerException: Did not find the stylesheet root!
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:946)
at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:259)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:618)
Yet I do not have any stylesheets in use. I can persist my data just fine, but I receive this error during setup which I'm curious if it is a real problem for long term use.
- Earl
|