Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
3.0.0-SNAPSHOT
Description
http://mail-archives.apache.org/mod_mbox/karaf-user/201209.mbox/%3C505B9799.5050004@gmail.com%3E
1) I am doing feature deploy via manual drop of feature.xml into
${karaf.base}/deploy folder
which has some 20 bundles in it;
2) I have intermittent problems with feature deploy with
install="auto" that happen on first drop;
they are due to wiring: some bundles from this feature.xml can not
find some other bundles from the same feature.xml
following with "feature:install" from console or karaf restart
resolves the issue - feature.xml installs and runs fine;
3) it seems FeatureDeploymentListener and FeaturesServiceImpl do not
make any effort to avoid this;