-
Bug
-
Resolution: Obsolete
-
Optional
-
None
-
None
-
None
When an action is taken on any OSGi bundle in OSGi/Bundles view, the view is reinitialized:
OSGiRuntimePresenter ... {
private void bundleAction(OSGiBundle bundle, String operationName)
}
This is annoying especially in combination with AS7-6267:
i.e. when a large amount of bundles is deployed to the framework and a user navigates to any next page to start/stop a bundle, the view gets reset after the action is being taken. If the user wants to start any other bundle (previously shown on the same page), he must navigate back to the page.
The user should better see the same page.