Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Any Axis 1.4 environment
Description
Getting a persistent exception when invoking a remote webservice. Traced through the logic and seem to be a flaw in Axis (so I think). Boils down to this:
Create 3 MessageElements (A, B and C) all initially stand-alone without parents or children. Make A the parent of B. All is OK. Now, tell B to have C as its parent instead (reparent B to C). This blows up with the exception above. Walking through the logic, code seems to remove B from A (OK), then expects B to have a parent before it places itself onto C (never going to happen).
TestCase:
public void testAXISSetParent()
throws Exception
Attachments
Attachments
Issue Links
- relates to
-
AXIS-2347 setBody results in a DOMException
- Open