[
https://issues.apache.org/activemq/browse/SM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50606#action_50606
]
Ivan commented on SM-1826:
--------------------------
Thanks for quick reply. String actually works!
> 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.