]
Brian Stansberry commented on WFLY-4970:
----------------------------------------
The response to the initial remove indicates that the change requires a reload. Until that
is done you can't re-add the resource, because the services for the original one were
not removed.
After removing a resource through the CLI, one with the same name can
not be added
----------------------------------------------------------------------------------
Key: WFLY-4970
URL:
https://issues.jboss.org/browse/WFLY-4970
Project: WildFly
Issue Type: Bug
Affects Versions: 8.2.0.Final
Environment: Windows 7 64-bit, Java 7
Reporter: David Frank
Assignee: Jason Greene
If a resource (tested with a datasource and a security domain) is removed using the CLI,
a new resource (of the same type) with the same name can not be added. The CLI shows the
resource as removed, but an error will always be returned to the caller indicating that
the resource already exists. In the Wildfly server log, you see a
DuplicateServiceException.