Regular |
|
Joined: Wed Dec 03, 2003 9:41 pm Posts: 87
|
Problem in build session factory. My console output a lot of messages:
Jan 30, 2004 5:03:50 PM net.sf.hibernate.xml.XMLDatabinder getOutputStyleSheetTemplates
WARNING: Problem opening output stylesheet - databinding disabled
javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: java.net.MalformedURLException
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:964)
at net.sf.hibernate.xml.XMLDatabinder.getOutputStyleSheetTemplates(XMLDatabinder.java:254)
at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:160)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:720)
My program is still running after console output these messages. I read source and seek the source code:
XMLDatabinder.java line:254
templates = TransformerFactory.newInstance().newTemplates( new StreamSource(stream) );
I used version 2.1rc1.
What is databinding?How to get rid of these message?
|
|