-
Task
-
Resolution: Done
-
Major
-
jbossws-cxf-5.1.7.Final
-
None
We now have the groovy script to change some specific wildfly configuration element with index :
def securityDomains = root.profile.subsystem.'security-domains'[0]
This isn't the good way to get the element to change, especially there is elytron security domain is added now. This should be changed to check namspace uri to get the target element .