[ 
https://issues.apache.org/activemq/browse/CAMEL-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45347#action_45347
 ] 

Willem Jiang commented on CAMEL-460:
------------------------------------

I just commit a patch with supporting the below configuration
{code:language=xml}
<camelContext id="camel" xmlns="http://activemq.apache.org/camel/schema/spring";>
    <intercept>
      <to uri="mock:middle1"/>
    </intercept>
    <route>
      <from uri="direct:start"/>
      <to uri="mock:end"/>
    </route>
  </camelContext>
{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.

Reply via email to