Thank you so much to both of you for responding!
I do not see any error message in the logs. That was one of the first things
that I had checked. But here is what the blueprint looks like. THis is the
same as in the quickstart guide.

<?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:camel/input"/>
        <log message="Moving ${file:name} to the output directory"/>
        <to uri="file:camel/output"/>
      </route>
    </camelContext>

</blueprint>



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Unable-to-hot-deploy-in-servicemix-4-5-1-tp5716684p5716698.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to