]
Alessio Soldano updated JBWS-4055:
----------------------------------
Fix Version/s: (was: jbossws-cxf-5.2.0.Final)
Remove the lines with index element in test configuration groovy
script
-----------------------------------------------------------------------
Key: JBWS-4055
URL:
https://issues.jboss.org/browse/JBWS-4055
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.1.7.Final
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-cxf-5.1.8.Final
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 .