[ 
https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59965#action_59965
 ] 

Claus Ibsen commented on CAMEL-2787:
------------------------------------

We consider introducing a new {{<contextScan>}} to be used instead of 
{{<packageScan>}} to tell Camel to scan inside Spring ApplicationContext 
instead. Then you can just do @Component on your route builders and have Spring 
{{<component-scan/>}} find and initialize those beans.

The {{contextScan}} should have the same _includes_ and _excludes_ as the 
other, so you can instruct it to skip certain types etc.

> camel:packageScan convenience for RouteBuilders defined with Spring 
> @Components
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-2787
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2787
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.3.0
>         Environment: MacOSX 10.6.3, Java 1.6.0_20
>            Reporter: Jeremy Norris
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.4.0
>
>         Attachments: spring-integration-testcase.tar.gz
>
>
> When a route builder is defined using @Component, I have to reference is as 
> follows:
>   <camelContext xmlns="http://camel.apache.org/schema/spring";>
>     <routeBuilder ref="routeBuilderFoo"/>
>   </camelContext>
> Should I not be able to use the following instead?
>   <packageScan>
>     <package>org.jnorris.camel</package>
>   </packageScan>

-- 
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