Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And here is the bean definition for the MessageAggregatingErrorHandler (Valid for ServiceMix 3.1 only):

Code Block
xml
xml
<bean id="messageAggregatingErrorHandlerFactory" class="org.apache.servicemix.components.validation.MessageAggregatingErrorHandlerFactory">
    <property name="rootPath" value="Fault/payload/messages"/>
    <property name="namespace" value="http://www.servicemix.org/fault"/>
    <property name="includeStackTraces" value="false"/>
</bean>

...