The examples here: http://cxf.apache.org/docs/configuration.html

Why is there the difference for the plain Spring example and the custom CXF
bean example for the last property.

The plain Spring example has:

<property name="outFaultInterceptors">
   <list>
      <ref bean="logOutbound"/>
   </list>
</property>



and the custom CXF bean has:

<cxf:inFaultInterceptors>
   <ref bean="logOutbound"/>
</cxf:inFaultInterceptors>


Is this correct? Shouldn't it be cxf:outFaultInterceptors and not in* ?

Thanks, S.D.

Reply via email to