Jim Ma created JBWS-4055:
----------------------------
Summary: Remove 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.2.0.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 .
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)