[
https://issues.apache.org/jira/browse/KARAF-4701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-4701.
-----------------------------------------
Resolution: Fixed
> Problem installing feature
> --------------------------
>
> Key: KARAF-4701
> URL: https://issues.apache.org/jira/browse/KARAF-4701
> Project: Karaf
> Issue Type: Bug
> Components: karaf-feature
> Affects Versions: 4.0.6
> Reporter: Hannes Bjurek
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.9, 4.1.1
>
>
> Sometimes(roughly every 5) time we deploy a feature karaf thinks it needs to
> refresh our org.apache.servicemix.bundles.jaxb-impl bundle even though it
> should not. We have debugged the Deployer.computeDeployent method and
> discovered that cause of this problem is that the jaxb-impl bundle is
> duplicated in the bundlesPerRegions-map and then it gets duplicated in the
> toDeploy list.
> The "first" jaxb-impl gets removed on line 1219 but the "second" one of
> course is still there and then it triggers the unexpected event.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)