[
https://issues.apache.org/jira/browse/SM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved SM-1826.
--------------------------------------
Resolution: Fixed
Assignee: Jean-Baptiste Onofré
> StreamCacheConverter troubles
> -----------------------------
>
> Key: SM-1826
> URL: https://issues.apache.org/jira/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
> Assignee: Jean-Baptiste Onofré
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira