Bus config should read:
[bus]
<cxf:bus>
<cxf:inInterceptors>
<ref bean="logInbound"/>
<ref bean="faultInInterceptor"/>
</cxf:inInterceptors>
<cxf:outInterceptors>
<ref bean="logOutbound"/>
<ref bean="faultOutInterceptor"/>
</cxf:outInterceptors>
</cxf:bus>
[/bus] -- View this message in context: http://cxf.547215.n5.nabble.com/Intercepting-exceptions-on-the-server-side-tp5719964p5719996.html Sent from the cxf-user mailing list archive at Nabble.com.
