[ http://issues.apache.org/jira/browse/XALANJ-2113?page=comments#action_12316033 ]
Henry Zongaro commented on XALANJ-2113: --------------------------------------- I have reviewed John's patch,[1] and I believe that it correctly resolves the problem in org.apache.xalan.processor.TransformerFactoryImpl - as well as improving how exceptions thrown by the ErrorListener are handled. However, the initial report pointed out that this same problem also exists in org.apache.xalan.xsltc.trax.TransformerFactoryImpl and org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl. John, if you apply the patch, please keep the bug report open so that we can keep track of the problem in the other TransformerFactory implementations. [1] http://issues.apache.org/jira/secure/attachment/12311237/TransFacImpl-patch.txt > Exceptions created but not thrown > --------------------------------- > > Key: XALANJ-2113 > URL: http://issues.apache.org/jira/browse/XALANJ-2113 > Project: XalanJ2 > Type: Bug > Components: transformation > Versions: CurrentCVS > Environment: win32 xp > Reporter: Dave Brosius > Assignee: John Gentilin > Priority: Minor > Attachments: TransFacImpl-patch.txt, XfmrFacImpl-JIRA2113-Patch.txt > > Three instances of TranformFactoryImpl's implement the method newXMLFilter. > In each case these methods create an Exception but do not throw it. It would > seem that that was the intent of creating the exception. -- 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]
