WSC DRT Failure: Complex object types which contain arrays
----------------------------------------------------------
Key: BEEHIVE-1063
URL: http://issues.apache.org/jira/browse/BEEHIVE-1063
Project: Beehive
Type: Bug
Components: Web Services (181)
Reporter: Chad Schoettger
On deserialization of the SOAP message, wsm complains about the '<item>'
tags for the array items.
On further investigation this appears to be due to a type mapping bug in
wsm, it doesn't appear the
TypeDesc for the object is being created correctly so axis thinks that the
transactions field of BankAccount
is not an array.
For this same case with pojo objects it works -- but it appears that it is
pretty much a fluke, they TypeDesc's
on the WSM side are not correct and axis uses a fallback clause to try to
guess the serializer.
DRTs:
ComplexTypesDocLitWrappedAxisgenTest.java
ComplexTypesDocLitWrappedXmlbeangenTest.java
ComplexTypesRpcLitAxisgenTest.java
ComplexTypesRpcLitXmlbeangenTest.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira