Hi David,

Hope Camel-Blueprint bundle is installed. 

I think it should be syntactic error. I am that good with syntax. 

<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
       
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0";
       
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
        xmlns:ftp="http://mina.apache.org/ftpserver/spring/v1";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://mina.apache.org/ftpserver/spring/v1
       http://mina.apache.org/ftpserver/ftpserver-1.0.xsd";
        default-availability="optional">


     <camelContext xmlns="http://camel.apache.org/schema/blueprint";
trace="true">
             
          <route>   
             
                  <from uri="file://inputdir"/> **
                  <to uri="file://outputdir"/>
        </route>
           
           

     
     </camelContext>
</blueprint> 

-----
Cheers
 Guru
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/RUN-FILE-BINDING-EXAMPLE-IN-SERVICEMIX-4-tp4538165p4806345.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to