[ 
https://issues.apache.org/jira/browse/CAMEL-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15028620#comment-15028620
 ] 

Gert Vanthienen commented on CAMEL-9366:
----------------------------------------

When going through the Spring factory bean, the code was adding the {{beanId}} 
to the endpoint properties in one place and the {{FaultListener}} in another 
place.  In the normal {{CxfEndpoint}}, we were merging these properties into a 
single properties map, but that bit of code was missing from the 
{{SpringJAXRSClientFactoryBean}}

Fixed for {{master}} in 
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commitdiff;h=cfa51caf21c7022a62f1bff0142eada38fa3dbdc


> 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.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)

Reply via email to