[ 
https://issues.apache.org/activemq/browse/CAMEL-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved CAMEL-266.
--------------------------------

    Fix Version/s: 1.3.0
       Resolution: Fixed

The patch is applied into the svn repository.

> make it easy to throw a SOAP fault in a Camel route
> ---------------------------------------------------
>
>                 Key: CAMEL-266
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-266
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core, camel-cxf
>            Reporter: James Strachan
>            Assignee: Willem Jiang
>             Fix For: 1.3.0
>
>
> we should be able to easily throw an exception or a SOAP fault from inside a 
> Camel route. e.g. something vaguely like..
> {code}
> from("foo").
>   filter().xquery("/foo/bar = 
> 'abc').throwFault().xquery("<someFaultExpression/>").end().
>   to("success");
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to