You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "metatech (JIRA)" <ji...@apache.org> on 2015/09/07 15:35:46 UTC

[jira] [Updated] (CAMEL-9119) XSLT errors should not be ignored

     [ https://issues.apache.org/jira/browse/CAMEL-9119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

metatech updated CAMEL-9119:
----------------------------
    Attachment: camel_xslt_errors_thrown.patch

> XSLT errors should not be ignored
> ---------------------------------
>
>                 Key: CAMEL-9119
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9119
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.14.3
>         Environment: ServiceMix 5.4.1
>            Reporter: metatech
>         Attachments: camel_xslt_errors_thrown.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Since CAMEL-4396, XSLT exceptions are not logged anymore on System.err.
> Unfortunately, the XsltErrorHandler which was introduced does not behave as the default ErrorHandler which logs on System.err and re-throws exceptions (my mistake). 
> The XsltErrorHandler should re-throw exceptions for ERROR or FATAL, otherwise they are ignored and the service is allowed to start, although the XSLT transformation is not successfully started.
> Here is a small patch that fixes that.
> The test "XsltTestErrorListenerTest" is still successful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)