[
https://issues.apache.org/activemq/browse/CAMEL-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-886:
------------------------------
Fix Version/s: 1.5.0
> <jaxb> element should not require contextPath attribute
> -------------------------------------------------------
>
> Key: CAMEL-886
> URL: https://issues.apache.org/activemq/browse/CAMEL-886
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 1.4.0
> Reporter: Aaron Mulder
> Fix For: 1.5.0
>
>
> In the Java DSL, you can say from("foo").marshal().jaxb().to("bar")
> In XML I think it would look like this:
> <from uri="..." />
> <marshal>
> <jaxb />
> </marshal>
> <to uri="..." />
> The problem is that you can't use the <jaxb /> element without the
> contextPath attribute, which the XSD says is required.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.