-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: None
-
Component/s: adb, databinding, om
-
Labels:None
This bug still exists in the 1.5.1 source code.
If there is a byte array defined, the name of the element isn't used to look up the element from the "beanElement". The OMElementImpl#getFirstElement() method is used. There is a good chance that the byte array won't be first.
These are the original issues that I can find:
AXIS2-3538,AXIS2-3765
Both 3538 and 3765 have proposed solutions.