You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/08/01 16:38:14 UTC

[jira] Resolved: (XALANJ-2261) com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl reset corrupts transformer.

     [ http://issues.apache.org/jira/browse/XALANJ-2261?page=all ]

Brian Minchau resolved XALANJ-2261.
-----------------------------------

    Resolution: Invalid

I'm resolving this problem as invalid because it is in SUN's repackaging of Apache code, not in Apache code.

Please approach SUN on this problem, or reproduce it with org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl and re-open this issue.

Regards,
Brian Minchau

> 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
>          Issue Type: Bug
>          Components: XSLTC
>    Affects Versions: Latest Development Code, 2.7
>         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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org