BeanUtil.deserialize byte array (still) blindly attempts to decode the first
element in the doc
-----------------------------------------------------------------------------------------------
Key: AXIS2-4615
URL: https://issues.apache.org/jira/browse/AXIS2-4615
Project: Axis2
Issue Type: Sub-task
Components: adb, databinding, om
Affects Versions: 1.5.1
Reporter: William Headrick
Priority: Blocker
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
3538 has a proposed solution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.