com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl reset
corrupts transformer.
-----------------------------------------------------------------------------------------------
Key: XALANJ-2261
URL: http://issues.apache.org/jira/browse/XALANJ-2261
Project: XalanJ2
Type: Bug
Components: XSLTC
Versions: 2.7, Latest Development Code
Environment: OS X, Java 1.5
Reporter: Sergei Rogovskiy
The bug appears when you try to reset transformer. You call method reset() and
it calls setOutputProperties(null). That method just copies reference from
_propertiesClone to _properties. After that all properties you set to the
transformer go to _propertiesClone as well since it is the same as _properties.
So far any futher attempts to reset the transformer reset the same value, which
is not default value but last runtime value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]