Hi,

The activemq-blueprint bundle is a fragment bundle, it's expected status is 
"Resolved", you can't start a fragment bundle.

And could you please try to deploy this file
<?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:///Applications/apache-servicemix-4.4.2/activemq/input_helloworld"/>
           <log message="Processing file : ${file:name}"/>
           <to uri="activemq:queue://JOBS.queue.static.helloworld" />
       </route>

       </camelContext>

</blueprint>

to see if it works for you? This file is based on your blueprint file but 
simply remove the bean but keep the file uri and it works for me.

Freeman
                                           
-------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042

On 2012-8-21, at 下午6:15, curtisa wrote:

> Alas no - I've deleted the line entirely and restarted the box (and
> redeployed both jar and xml) and still have the same error
> 
> 
> 
> --
> View this message in context: 
> http://servicemix.396122.n5.nabble.com/Problem-with-simple-Blueprint-Bean-AMQ-example-tp5714184p5714208.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to