You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/04/09 06:18:33 UTC

[jira] Commented: (CAMEL-195) support convertBody() intercept() setHeader() into the XML DSL

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

Claus Ibsen commented on CAMEL-195:
-----------------------------------

Jonathan as always quality work from you. The patch is great with good unit tests as well.

[1] It is there in the core with a unit tests that however has a TODO attached to it :(
XmlParseTest.java

{code}
    //TODO get the test fixed
    public void xtestParseRouteWithInterceptorXml() throws Exception {
        RouteType route = assertOneRoute("routeWithInterceptor.xml");
        assertFrom(route, "seda:a");
        assertChildTo("to", route, "seda:d");
        assertInterceptorRefs(route, "interceptor1", "interceptor2");
    }
{code}

> support convertBody() intercept() setHeader() into the XML DSL
> --------------------------------------------------------------
>
>                 Key: CAMEL-195
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-195
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 1.4.0
>
>         Attachments: camel-195.patch
>
>
> See the discussion: : http://www.nabble.com/How-to-do-that-in-Camel-XML-%28again%29---tf4647505s22882.html#a13276113
> we need to add more of the built in Java processors to the XSD...

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