[jboss-jira] [JBoss JIRA] (WFLY-1568) Cannot reliably reinstall service with same name
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Jun 21 03:18:20 EDT 2013
Thomas Diesler created WFLY-1568:
------------------------------------
Summary: 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.Alpha2
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