You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/01/06 08:25:05 UTC

[jira] Commented: (CAMEL-1223) FactoryFinder should support OSGI as well

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