Hope you viewed my code in earlier post. Create a new fuse project. Copy my
code there. See the generated route in graphical format . Before that try to
deploy that code and understand the scenario . Which will be very helpful.
Else try the very simple code shown below. 

<?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";
trace="true">
             
          <route>   
             
                  <from uri="file://inputdir/"/>
                  <to uri="file://outputdir"/>
        </route>
           
            
     
     </camelContext>
</blueprint> 

regards
Guru


-----
Cheers
 Guru
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Reg-basic-set-up-of-Apache-service-mix-tp4793735p4798163.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to