[ 
https://issues.apache.org/activemq/browse/CAMEL-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-3271:
-------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 2.5.0)
                   2.6.0

Can you try using <package> instead of <packageScan>. 

<package> was the old way before we introduced <packageScan> which has the 
filters.


> 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
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: camel-blueprint-0.0.1-SNAPSHOT-sources.jar, 
> camel-blueprint-0.0.1-SNAPSHOT.jar
>
>
> 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