[
https://issues.apache.org/activemq/browse/SMX4KNL-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49331#action_49331
]
lhein edited comment on SMX4KNL-183 at 2/11/09 2:19 AM:
-----------------------------------------------------------------
Uninstalling a feature which contains other features which contain bundles will
end up in having the most top feature in state uninstalled but the sub-features
and components are no touched.
For example:
{noformat}
Feature MyFeature
| --- MySubFeature1
| | --- Bundle A
| | --- Bundle B
| --- MySubFeature2
| | --- Bundle C
| | --- Bundle D
{noformat}
When uninstalling the feature "MyFeature" the result is this:
{noformat}
[uninstalled] MyFeature
[ installed ] MySubFeature1
[ installed ] MySubFeature2
{noformat}
This is imho not the correct behaviour.
was (Author: lhein):
Uninstalling a feature which contains other features which contain bundles
will end up in having the most top feature in state uninstalled but the
sub-features and components are no touched.
> features/uninstall behaves different in version selection than
> features/install
> -------------------------------------------------------------------------------
>
> Key: SMX4KNL-183
> URL: https://issues.apache.org/activemq/browse/SMX4KNL-183
> Project: ServiceMix Kernel
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Lars Heinemann
> Fix For: 1.1.0
>
>
> When using "features/install xxx" without a version info, than it takes the
> latest available version.
> When using "features/uninstall xxx" without a version info, than it complains
> if the version isn't 0.0.0.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.