Type converters not working in ServiceMix
-----------------------------------------
Key: SM-1104
URL: https://issues.apache.org/activemq/browse/SM-1104
Project: ServiceMix
Issue Type: Bug
Components: servicemix-camel
Reporter: Gert Vanthienen
Fix For: 3.2
Currently, the Camel type converters do not work inside ServiceMix. Consider
this example (replacing the eip:wire-tap in our tutorial using Camel)
{code}
from("jbi:service:urn:servicemix:tutorial:wiretap")
.convertBodyTo(DOMSource.class)
.to("jbi:endpoint:urn:servicemix:tutorial:jms:myQueue",
"jbi:endpoint:urn:servicemix:tutorial:file:sender");
{code}
The snippet intends to convert the StreamSource, coming from the <file:poller/>
to a DOMSource for sending it to both other endpoints, but conversion never
happens. Haven't really looked into this, but it might be a classloading
issue..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.