[
https://issues.apache.org/activemq/browse/CAMEL-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45372#action_45372
]
davsclaus edited comment on CAMEL-460 at 9/3/08 8:59 PM:
-----------------------------------------------------------
Willem, ah I forgot that proceed is now default, so its the other one that
might be missing - stop(). In java DSL you can use .stop(), is this supported
in the spring XML as well?
{code}
<intercept>
<to uri="bean:myspeicalbean"/>
<stop/>
</intercept>
{code}
was (Author: davsclaus):
Willem, ah yeah of course proceed is now default, but then you can set
stop() in the java DSL, is this supported in the spring XML as well?
{code}
<intercept>
<to uri="bean:myspeicalbean"/>
<stop/>
</intercept>
{code}
> Add spring unit tests for the intercept() feature
> -------------------------------------------------
>
> Key: CAMEL-460
> URL: https://issues.apache.org/activemq/browse/CAMEL-460
> Project: Apache Camel
> Issue Type: Test
> Components: camel-spring
> Affects Versions: 1.3.0
> Reporter: Jonathan Anstey
> Assignee: Willem Jiang
> Fix For: 1.5.0
>
> Attachments: camel-460.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.