Hi,

That's weird as you already install camel-blueprint feature before you deploy the blueprint camel router. I exactly use same blueprint file as you use, actually copy and paste it from your email.

Could you see any exception in data/log/servicemix.log when you put the blueprint file into deploy folder?
Btw, does the machine running Servicemix has internet connection?

Freeman
On 2011-7-1, at 下午1:16, Gnanaguru S wrote:

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.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com









Reply via email to