]
Jason Greene updated WFLY-1568:
-------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
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.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: