-
Bug
-
Resolution: Done
-
Critical
-
jbossws-1.0.0
-
None
Calling a WS-method with two args, first of type AtringArray, second of type StringArrayArray.
StringArray class contains a String[] with a no arg constructor and the get- and set-Method for the value.
This data is serialized and deserialized correct.
StringArrayArray has StringArray[] as its value.
This gets serialized correct as far as I can see, but it get's deserialized StringArrayArray object containing only null objects.
The code didn't change the last weeks and worked with JBoss-AS 4.0.4.CR2 using the Axis based WS implementation.
I'll attach the two classes, the debug output from server.log, wsdl and mapping.