[
https://issues.apache.org/activemq/browse/CAMEL-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62794#action_62794
]
Claus Ibsen commented on CAMEL-3271:
------------------------------------
No I dont know of any examples. Blueprint is still in the works in a few spots,
so some features may be not working / missing.
> 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.