[ 
http://issues.apache.org/jira/browse/AXIS-1752?page=comments#action_58191 ]
     
Steve Green commented on AXIS-1752:
-----------------------------------

Dims,

Creating a new data structure is definitely the way to go.  It's still going to 
break any code that depends on the items in the array however.  Would you like 
me to rename the array so as to force refactoring?


~S

> xs:list attributes do not serialize
> -----------------------------------
>
>          Key: AXIS-1752
>          URL: http://issues.apache.org/jira/browse/AXIS-1752
>      Project: Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>     Versions: current (nightly)
>     Reporter: Steve Green
>  Attachments: 1752.diff, 1752.diff-u, 1752.wsdl, 1752_try2.patch, Test.java
>
> When sending messages that contain attributes consisting of a list, the 
> attribute is not serialized.
> The problem appears to be for 2 reasons.
> 1.  wsdl2java does not generate the indexed getter and setter methods.  The 
> bean introspector does not recognize the method as a list method and thus the 
> serializer fails when trying to serialize the "value".
> 2.  BeanSerializer doesn't have any code to serialize attributes that are 
> indexed.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to