Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning
titleWarning

This component has been deprecated in favor to servicemix-validation component.

The validation component provides schema validation of documents using JAXP 1.3 and XMLSchema or RelaxNG.

...

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>

...