Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.1
Hi,
I'm using JDK1.5.0_04 and wish to use updated XSLT processor. I set the system property -Djavax.xml.transformer.TransformerFactory but the call to
configuration.buildSessionFactory() sets the system property to be something else. The configuration is built using addJar with several JARS containing mapping files. What is making buildSessionFactory set the System property javax.xml.transformer.TransformerFactory?
Thanks for any help