[jboss-jira] [JBoss JIRA] (WFLY-1568) Cannot reliably reinstall service with same name
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Jul 18 01:09:30 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated WFLY-1568:
-------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 8.0.0.Alpha3)
> Cannot reliably reinstall service with same name
> ------------------------------------------------
>
> Key: WFLY-1568
> URL: https://issues.jboss.org/browse/WFLY-1568
> Project: WildFly
> Issue Type: Bug
> Components: MSC
> Reporter: Thomas Diesler
> Assignee: David Lloyd
> Fix For: 8.0.0.Beta1
>
>
> There seems to be an undefined "cleanup period" needed, before a service with the same name can be installed successfully. If you do the below in the same thread it will always fail (I believe).
> {code}
> controller.setMode(Mode.REMOVE)
> serviceTarget.addService(controller.getName(), service).install()
> {code}
--
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