Hi, I simply drop this camel blueprint router to $SMX_HOME/deploy folder, and it works for me.
I can see ./camel/input/ ./camel/output/ folder get created in $SMX_HOME and the router also works for me The related log is like 21:47:41,291 | INFO | rint Extender: 1 | ManagementStrategyFactory | 100 - org.apache.camel.camel-core - 2.10.4 | JMX enabled. 21:47:41,296 | INFO | rint Extender: 1 | BlueprintCamelContext | 100 - org.apache.camel.camel-core - 2.10.4 | Apache Camel 2.10.4 (CamelContext: 184-camel-3) is starting 21:47:41,375 | INFO | rint Extender: 1 | Activator | 100 - org.apache.camel.camel-core - 2.10.4 | Found 2 @Converter classes to load 21:47:41,428 | INFO | rint Extender: 1 | Activator | 100 - org.apache.camel.camel-core - 2.10.4 | Found 2 @Converter classes to load 21:47:41,583 | INFO | rint Extender: 1 | BlueprintCamelContext | 100 - org.apache.camel.camel-core - 2.10.4 | Route: route1 started and consuming from: Endpoint[file://camel/input] 21:47:41,583 | INFO | rint Extender: 1 | faultManagementLifecycleStrategy | 100 - org.apache.camel.camel-core - 2.10.4 | StatisticsLevel at All so enabling load performance statistics 21:47:41,587 | INFO | rint Extender: 1 | BlueprintCamelContext | 100 - org.apache.camel.camel-core - 2.10.4 | Total 1 routes, of which 1 is started. 21:47:41,590 | INFO | rint Extender: 1 | BlueprintCamelContext | 100 - org.apache.camel.camel-core - 2.10.4 | Apache Camel 2.10.4 (CamelContext: 184-camel-3) started in 0.291 seconds 21:48:30,248 | INFO | le://camel/input | route1 | 100 - org.apache.camel.camel-core - 2.10.4 | Moving mytest.xml to the output directory What's your platform and your JDK version? ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 www.camelone.org : The open source integration conference: On 2013-5-10, at 下午8:39, MaryAnn wrote: > 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.