amityadav1983 / probatron4j

Automatically exported from code.google.com/p/probatron4j
0 stars 0 forks source link

Probatron changes system property 'javax.xml.transform.TransformerFactory' #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

At line 59, of the Utils.java, it changes the system property 
'javax.xml.transform.TransformerFactory'

 System.setProperty( PROPERTY_TRAX_IMPLEMENTATION, SAXON_TRAX_CLASS );

It creates problem when the system uses another impl. TransformerFactory.

It is unexpected behavior and creates side-effect

Kind regards

Original issue reported on code.google.com by turgayki...@gmail.com on 11 Mar 2014 at 10:01