Hi, Thanks for the reply and had reset the value.However got same exception which got earlier.
<camel:camelContext xmlns="http://camel.apache.org/schema/spring" streamCache="true"> <camel:properties> <camel:property key="CamelCachedOutputStreamThreshold" value="1000000"/> </camel:properties> <camel:route> <camel:from uri="jbi:endpoint:http://planetsoft.com/picf2/MIB401Req/endpoint"/> <camel:convertBodyTo type="java.lang.String"></camel:convertBodyTo> <bean ref="converterUtil" method="convert"/> <camel:to uri="jbi:endpoint:http://planetsoft.com/picf2/MIB401ReqProxy/endpoint?mep=in-out" /> <camel:convertBodyTo type="javax.xml.transform.stream.StreamSource"/> <camel:convertBodyTo type="java.lang.String"></camel:convertBodyTo> </camel:route> Please find atatched beans.xml, log file for your reference. Regards, Praveen Chakinala http://servicemix.396122.n5.nabble.com/file/n4666564/ihub.log.1 ihub.log.1 http://servicemix.396122.n5.nabble.com/file/n4666564/beans.xml beans.xml -- View this message in context: http://servicemix.396122.n5.nabble.com/No-type-converter-available-to-convert-from-type-javax-xml-transform-stream-StreamSource-to-the-reque-tp4665554p4666564.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
