[
https://issues.apache.org/activemq/browse/SM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50604#action_50604
]
Guillaume Nodet commented on SM-1826:
-------------------------------------
A workaround may be to force a conversion to a String or StringSource between
the from() and to() terms in your route.
> StreamCacheConverter troubles
> -----------------------------
>
> Key: SM-1826
> URL: https://issues.apache.org/activemq/browse/SM-1826
> Project: ServiceMix
> Issue Type: Bug
> Affects Versions: 3.3
> Environment: Windows XP SP2, Apache ServiceMix 3.2.2, Apache Camel
> 1.6.0
> Reporter: Ivan
> Attachments: stacktrace.txt
>
>
> I've got polling consumer SU(based on proper maven archetype), that sends
> files, marshaled in primitive way(converted to StringSource) to myFileHandler.
> <file:poller service="myServices:myFilePoller"
> endpoint="endpoint"
> targetService="myServices:myFileHandler"
> targetEndpoint="endpoint"
> file="file:///D:/temp/camel/poller"
> autoCreateDirectory="true">
> Also I've got camel SU with route:
> public void configure() {
> noStreamCaching();
>
> from("jbi:endpoint:http://my.test.com/myServices/myFileHandler/endpoint")
> .to("activemq:queue:processingQueue");
>
> from("activemq:queue:processingQueue")
> .to("log:ok");
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.