packageScan does not work with camel-blueprint
----------------------------------------------

                 Key: CAMEL-3271
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3271
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-blueprint
    Affects Versions: 2.4.0
         Environment: Fuse servicemix 4.3
            Reporter: Geert Schuring
             Fix For: 2.5.0


Using the following xml code does not activate the Java Camel routes that can 
be found in the given package;

<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";>
        <camelContext xmlns="http://camel.apache.org/schema/blueprint";>
                <packageScan>
                        <package>eu.schuring.camel.blueprint.route</package>
                </packageScan>
        </camelContext>
</blueprint>

Attached is a usecase that should output messages from both a native blueprint 
DSL route and a Java DSL route activated by the xml section above. I've 
attached both the bundle and a source jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to