Marian Stránecký created AS7-6268:
-------------------------------------
Summary: BundleRuntimeView is reinitialized when Start/Stop action is taken
Key: AS7-6268
URL:
https://issues.jboss.org/browse/AS7-6268
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.2.0.Alpha1
Reporter: Marian Stránecký
Assignee: Heiko Braun
Priority: Optional
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) {
...
getView().initialLoad();
}
}
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira