[jboss-jira] [JBoss JIRA] (AS7-5978) DefaultDeploymentOperations should use ModelControllerClient.executeAsync()
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Nov 19 09:08:21 EST 2012
Brian Stansberry created AS7-5978:
-------------------------------------
Summary: DefaultDeploymentOperations should use ModelControllerClient.executeAsync()
Key: AS7-5978
URL: https://issues.jboss.org/browse/AS7-5978
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.3.Final (EAP)
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
DefaultDeploymentOperations isn't using the async ModelControllerClient API; instead it is submitting a synchronous execute request to its own Executor. It should use the ModelControllerClient.executeAsync() API to ensure the intended task cancellation logic is invoked.
--
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
More information about the jboss-jira
mailing list