]
Yeray Borges resolved WFLY-4970.
--------------------------------
Fix Version/s: 11.0.0.Final
Resolution: Done
The issue was fixed by WFCORE-1106
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: Yeray Borges
Fix For: 11.0.0.Final
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.