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(TransformerFa
ctoryImpl.java:946)
        at
net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:259)
        at
net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:61
8)

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




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to