[
https://issues.apache.org/jira/browse/SMX4-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187725#comment-13187725
]
metatech commented on SMX4-744:
-------------------------------
Here is a safe way to declare a runtime dependency.
The using bundle will wait until the Camel component is available in the OSGi
registry, which means that it is fully initialized.
Extract from camel-config.xml :
{code}
<osgi:reference id="jetty" interface="org.apache.camel.spi.ComponentResolver"
filter="(component=jetty)"/>
{code}
> specify camel feature bundle start level less than 60
> -----------------------------------------------------
>
> Key: SMX4-744
> URL: https://issues.apache.org/jira/browse/SMX4-744
> Project: ServiceMix 4
> Issue Type: Improvement
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 4.4.0
>
>
> so that the camel related bundles always get started before end users
> bundle, this can avoid lots of asyn issues customer may encounter.
> More discussion from [1]
> [1]http://servicemix.396122.n5.nabble.com/DISCUSS-how-about-specify-camel-feature-bundle-level-less-than-60-td3334566.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira