Hi Freeman, I want to make it clear, That i was just making the following code into a sample xml file and putting it to deploy folder. as i am following this link:
http://servicemix.apache.org/docs/4.3.0-SNAPSHOT/quickstart/camel.html the code i put : <?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd"> <camelContext xmlns="http://camel.apache.org/schema/blueprint"> <route> <from uri="file://inputdir/"/> <log message="Moving ${file:name} to the output directory"/> <to uri="file://outputdir/"/> </route> </camelContext> </blueprint> If this was the case you say, can you pin up your code/clarify my code if there is a bug. Also by the way i installed the camel-blueprint feature using feature:install camel-blueprint. ----- Cheers Guru -- View this message in context: http://servicemix.396122.n5.nabble.com/CAMEL-Deploy-Issue-tp4538523p4541018.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
