You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/04/12 22:16:35 UTC

DO NOT REPLY [Bug 8033] New: - SAXExceptions in incremental mode reported incorrectly

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8033>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8033

SAXExceptions in incremental mode reported incorrectly

           Summary: SAXExceptions in incremental mode reported incorrectly
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.transformer
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: proyal@managingpartners.com


I'm using Xalan CVS (nightly build 0412) with Cocoon 2.0.3. I am testing
incremental processing and exception handling by forcing an exception during the
SAX stream.

In TransformerImpl.run(), line ~3276, my SAXException is being re-thrown as a
RuntimeException, since the check against the transformThread fails.

Let me know if test case / further assitance is required. Thanks.