hi i have given inputdir as i mentined in below xml . In D:\inputdir i kept
my xml file.


<?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:///D:/inputdir"/>
                  <to uri="file:///D:/outputdir"/>
        </route>
            
            

      
     </camelContext>
</blueprint>

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

Reply via email to