Hannes Bjurek created KARAF-4701:
------------------------------------
Summary: Problem installing feature
Key: KARAF-4701
URL: https://issues.apache.org/jira/browse/KARAF-4701
Project: Karaf
Issue Type: Bug
Affects Versions: 4.0.6
Reporter: Hannes Bjurek
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.4#6332)