Hi,
I am getting the following error message from JBoss 4.0.1 sp1 while acessing a 
method 
int printTypes(ComplexTypeArray ctr)

ERROR [BeanPropertyTarget] Could not convert [Lbb.wseetest1.data.ComplexType; 
to bean f
  | s[0]', type [Lbb.wseetest1.data.ComplexType;
  | ERROR [RPCInvocation] java.lang.IllegalArgumentException: array element 
type mismatch
  | egalArgumentException: array element type mismatch
  | 
g.apache.axis.encoding.ser.BeanPropertyTarget.set(BeanPropertyTarget.java:243)
  | 
g.apache.axis.encoding.DeserializerImpl.valueComplete(DeserializerImpl.java:305)
  | 
g.apache.axis.encoding.ser.ArrayDeserializer.valueComplete(ArrayDeserializer.java:664)
  | 
g.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:590)
  | 
g.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl
  | 
  | g.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:252)
  | 
g.apache.axis.message.SOAPElementAxisImpl.publishToHandler(SOAPElementAxisImpl.java:138
  | 
  | 
g.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:436)
  | 
g.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextIm
  | 
  | g.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:244)
  | 
g.apache.axis.message.SOAPElementAxisImpl.publishToHandler(SOAPElementAxisImpl.java:138
  | 
  | g.apache.axis.message.RPCElement.deserialize(RPCElement.java:262)
  | g.apache.axis.message.RPCElement.getParams(RPCElement.java:396)
  | 
g.apache.axis.providers.java.RPCInvocation.prepareFromRequestEnvelope(RPCInvocation.java

I am not sure why this is since the type of the ComplexType element that it is 
trying to assing to an element of the array, is the same 
anonymous wrote : [Lbb.wseetest1.data.ComplexType

I am successfully able to access a method returning a ComplexType that is not 
an array, though.

Please help.
Thanks, Sid.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875342#3875342

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875342


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to