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

Willem Jiang commented on CAMEL-1223:
-------------------------------------

Current FactoryFinder will go through the class path to search the "META-INF", 
but in the OSGI environment, we need to use other API to do this meta-info 
searching.
We can provides two kinds of FactoryFinder  from camel. One is working for the 
more deployment, the other just for the OSGI.
Since we could tell if the camel context is for the OSGI environment, the camel 
context can delegate the creation of the FactoryFinder.

I just checked  the FactoryFinder's construction caller code, they all can 
access the camel context.

> FactoryFinder should support OSGI as well
> -----------------------------------------
>
>                 Key: CAMEL-1223
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1223
>             Project: Apache Camel
>          Issue Type: Sub-task
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.5.1, 2.0.0
>
>


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