[jboss-jira] [JBoss JIRA] (AS7-6706) Move Webservices client-config management into an MSC service
Paul Robinson (JIRA)
jira-events at lists.jboss.org
Mon Mar 11 11:02:41 EDT 2013
Paul Robinson created AS7-6706:
----------------------------------
Summary: Move Webservices client-config management into an MSC service
Key: AS7-6706
URL: https://issues.jboss.org/browse/AS7-6706
Project: Application Server 7
Issue Type: Enhancement
Components: Web Services
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 8.0.0.Alpha1
Currently the client configuration is managed in 'add' and 'remove' step handlers. This causes two problems:
1) Other services can not depend on this configuration being ready.
2) Injection can't be used to obtain the ServerConfig.
The solution is to have the add and remove step handlers start and stop a service (respectively). This service is dependent on the CONFIG_SERVICE and has the ServerConfig injected. Other services that need the ClientConfig can depend on this service.
--
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