]
Brian Stansberry updated WFLY-4970:
-----------------------------------
Component/s: Security
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
Components: Security
Affects Versions: 8.2.0.Final
Environment: Windows 7 64-bit, Java 7
Reporter: David Frank
Assignee: Brian Stansberry
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.