org.apache.xalan.templates.FuncDocument hides exceptions cause
--------------------------------------------------------------

         Key: XALANJ-2266
         URL: http://issues.apache.org/jira/browse/XALANJ-2266
     Project: XalanJ2
        Type: Bug
    Versions: 2.7    
    Reporter: Hendrik Haddorp


My stylesheet uses the document function to include another document. If an 
throwable is thrown during this process only the original message text is 
passed on everything else is lost. FuncDocument is catching Throwable thus even 
Errors are almost unresolvable.

Without haveing registered an ErrorListener things are even worse. If an Error 
is thrown only a warning is printed out.

In my case the included document is generated by using an URIResolver. 
Currently I'm forced to also catch everything and log it out before it gets 
lost in Xalan.

-- 
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]

Reply via email to