[
https://issues.apache.org/jira/browse/CAMEL-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gert Vanthienen resolved CAMEL-9366.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.15.5
Fixed in...
*
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commitdiff;h=083b89bfadfb7c9436347d43199fc92516abaaa5
for {{camel-2.16.x}}
*
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commitdiff;h=5347e630a08cb71ee8ef329072641b7d8fc4895d
for {{camel-2.15.x}}
> CXFRS "skipFaultLogging" attribute doesn't work in Spring
> ---------------------------------------------------------
>
> Key: CAMEL-9366
> URL: https://issues.apache.org/jira/browse/CAMEL-9366
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.16.1
> Reporter: Gert Vanthienen
> Assignee: Gert Vanthienen
> Fix For: 2.16.2, 2.15.5, 2.17.0
>
>
> When defining a camel-cxf cxf:rsClient bean with skipFaultLogging enabled,
> like this
> {code}
> <camelcxf:rsClient id="rsClient"
> address="http://localhost:9081/CxfRsService/rest"
>
> serviceClass="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService"
> skipFaultLogging="true" />
> {code}
> ... the exception will still be logged. If you add the flag to the endpoint
> URI instead, {{skipFaultLogging}} works as expected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)