Community
Participate
Working Groups
Some methods in the STS and it's configuration library use org.apache.axiom.om.OMContainer.getFirstChildWithName(javax.xml.namespace.QName) call to retrieve the first child with a given local name. However as of axiom 1.2.3 and above this method needs a namespaced qualified name. See discussion here [1]. For correct behavior, we need to either create a namespaced qualified name or use the alternative method getChildrenWithLocalName(String).next() [1] http://markmail.org/thread/4kiitknwr4ovsons