Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 345481 - Cannot upgrade to axiom 1.2.3 or later
Summary: Cannot upgrade to axiom 1.2.3 or later
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Higgins (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael McIntosh CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 13:56 EDT by George Stanchev CLA
Modified: 2016-11-09 16:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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