[ 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.