[Geoserver-devel] [jira] Created: (GEOS-1094) XML Transformer factory is being set by System.setProperty, impacting entire JVM, breaking Weblogic 9.x

XML Transformer factory is being set by System.setProperty, impacting entire JVM, breaking Weblogic 9.x
-------------------------------------------------------------------------------------------------------

                 Key: GEOS-1094
                 URL: http://jira.codehaus.org/browse/GEOS-1094
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
         Environment: Weblogic 9.X
            Reporter: Matt Aizcorbe
            Assignee: Andrea Aime

In wfs/src/main/java/org/geoserver/wfs/xml/GML2OutputFormat.java on line 144-145 the XML Transformer factory is being set System wide via System.setProperty(...). Because this property is set JVM wide it cripples Weblogic's Admin capabilities (even startup and shutdown) since it tries to instantiate the TransformerFactory when it doesn't have the specific TransformerFactory class in its classpath.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira