java.lang.ArrayStoreException if you have methods that return same object type
in array and single type
-------------------------------------------------------------------------------------------------------
Key: AXIS-2669
URL: https://issues.apache.org/jira/browse/AXIS-2669
Project: Axis
Issue Type: Bug
Components: Basic Architecture
Affects Versions: 1.4
Environment: JBoss 4.0.5, JDK 1.5.0.11, XP
Reporter: Vesa Luomala
I have noticed the following problem:
If I return the same Object both in array and as single value list, or if I
have same dataobject, then the method which returns an array does not work from
client side but throws:
java.lang.ArrayStoreException: com.teliasonera.paytv.ws.types.ProgramCard
org.apache.axis.utils.JavaUtils.convert(JavaUtils.java:493)
org.apache.axis.client.Call.invoke(Call.java:2537)
org.apache.axis.client.Call.invoke(Call.java:2366)
org.apache.axis.client.Call.invoke(Call.java:1812)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]