zhangzheng created AXIS2-5632:
---------------------------------
Summary: BeanUtil.deserialize bug
Key: AXIS2-5632
URL: https://issues.apache.org/jira/browse/AXIS2-5632
Project: Axis2
Issue Type: Bug
Components: adb
Affects Versions: 1.6.2
Environment: jdk1.6.0_13
Reporter: zhangzheng
method BeanUtil.deserialize(Class beanClass,
OMElement beanElement,
MultirefHelper helper,
ObjectSupplier objectSupplier) throws
AxisFault
at line number 495 put name is original
properties.put(proprty.getName(), proprty);
but at line number 509 use lowercase
PropertyDescriptor prty = properties.get(
partsLocalName.toLowerCase());
if complex object's property has uppercase character then cann't get value
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]