[ http://issues.apache.org/jira/browse/XALANJ-2261?page=comments#action_12420682 ]
Brian Minchau commented on XALANJ-2261: --------------------------------------- Sergei, sorry to take so long to resond. You say that a reset of com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl reset corrupts the transformer. This class is a repackaging of the Apache code by Sun in their JRE (note that it starts with com.sun).You need to take this issue up with Sun. I don't know your process for getting such support from Sun, but I can probably start you down the path as I know some Apache developers on Xalan who work for Sun and should have such information. On the other hand, if this is also a bug in the Apache code, and exists in org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl please let us know and if possible provide a complete testcase. Thanks, 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 > Type: Bug > Components: XSLTC > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
