DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12867>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12867

array of bean_b inside bean_a deserializer problem from dot-net





------- Additional Comments From [EMAIL PROTECTED]  2002-09-24 18:34 -------
The server must be recognizing the agentParams as an indexed property.
So it expects a series of agentParam values of type ParamBean, and sets up the 
BeanPropertyTarget accordingly.

The dot-net client is sending an array instead of a series of ParamBeans.
This results in BeanPropertyTarget.set() being called with a
value that is a ParamBean[] and the BeanPropertyTarget is expecting only
the indexed piece (ParamBean).

The solution simple.  In such cases use the non-indexed pd.set.

Reply via email to