You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/01/02 06:02:16 UTC

[jira] Resolved: (CAMEL-2326) Add a DSL for JAXB DataFormat to take the context path setting

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

Willem Jiang resolved CAMEL-2326.
---------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?rev=895117&view=rev

> Add a DSL for JAXB DataFormat to take the context path setting
> --------------------------------------------------------------
>
>                 Key: CAMEL-2326
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2326
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> We should support this dsl
> {code} 
>            from("direct:marshalled").
>                         unmarshal().jaxb("org.apache.camel.example").
>                         to("mock:result");
> {code}

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