Gert Vanthienen created CAMEL-9366:
--------------------------------------
Summary: 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-cxfrs
Affects Versions: 2.16.1
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: 2.16.2, 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)