[ https://issues.apache.org/jira/browse/XALANJ-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478938 ]
Dan Smith commented on XALANJ-2371: ----------------------------------- We're seeing the same problem. It looks like an attribute in the result of the transformation gets populated with two values concatenated together. e.g. what should be <employee name="Dan"/> comes out <employee name="DanJoe"/>. We started seeing this when we switched from Xalan 2.6 to 2.7. It happens with both Stream source/result and DOM source/result. > Possible Templates/Transformers threading issue > ----------------------------------------------- > > Key: XALANJ-2371 > URL: https://issues.apache.org/jira/browse/XALANJ-2371 > Project: XalanJ2 > Issue Type: Bug > Components: transformation > Affects Versions: 2.7 > Reporter: Tom Fennelly > Attachments: xalan-test-v2.zip > > > While running some tests I noticed something strange - applying > transformations concurrently + unsynchronized using the same template > instance *appears* to be yielding unexpected results i.e. if I > synchronize transformations across the threads (synchronize on the > template instance) I have no issues. > First reported on the xalan users maillist - more details there: > http://marc.theaimsgroup.com/?t=117251838500004&r=1&w=2 > I packaged up the test in a maven2 project: > http://milyn.codehaus.org/xalan/xalan-test-v2.zip -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]