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=9509>.
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=9509

Inconsistent exception when XSL runs into an infinite loop

           Summary: Inconsistent exception when XSL runs into an infinite
                    loop
           Product: XalanJ2
           Version: 2.3
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using the attached SS, in WSAD, the first time I invoke it, I got the
java.lang.StackOverflowError exception. 

The second time I invoke it, I got this instead:
javax.xml.transform.TransformerException: java.lang.NullPointerException
file://f:/eclipse/workspace/XMLTransformProject/address/dtd/infiniteLoop.xsl
Line0; Column0

I am not sure why I cannot get back the same StackOverflow exception.

I've tried the method setRecursionLimit to 20 and 100, but there is no effect.

Reply via email to