[jboss-jira] [JBoss JIRA] (WFLY-1568) Cannot reliably reinstall service with same name
David Lloyd (JIRA)
issues at jboss.org
Thu Feb 6 11:04:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd updated WFLY-1568:
------------------------------
Fix Version/s: 9.0.0.CR1
(was: 8.0.0.Final)
> Cannot reliably reinstall service with same name
> ------------------------------------------------
>
> Key: WFLY-1568
> URL: https://issues.jboss.org/browse/WFLY-1568
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: MSC
> Reporter: Thomas Diesler
> Assignee: David Lloyd
> Fix For: 9.0.0.CR1
>
>
> 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