Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 345481

Summary: Cannot upgrade to axiom 1.2.3 or later
Product: z_Archived Reporter: George Stanchev <gstanchev>
Component: HigginsAssignee: Michael McIntosh <mikemci>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description George Stanchev CLA 2011-05-11 13:56:34 EDT
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