ClassCastException on RPC-Literal Byte Array
--------------------------------------------
Key: AXIS2-4294
URL: https://issues.apache.org/jira/browse/AXIS2-4294
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Nikhil Thaker
JAXWS Unmarshalling of ByteArray fails with a class cast exception, below is
the stack trace for the issue:
java.lang.ClassCastException: [Ljava.lang.Byte; incompatible with [B
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
$Proxy50.retBase64Binary(Unknown Source)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
org.tempuri.CustomBinding_IBaseDataTypesRpcLitProxy.retBase64Binary(CustomBinding_IBaseDataTypesRpcLitProxy.java:97)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.sampleClient.SampleClient.buildRetByteArray(SampleClient.java:409)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.sampleClient.SampleClient.testRetByteArray(SampleClient.java:1021)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.sampleClient.SampleClient.CallService(SampleClient.java:166)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.sampleClient.SampleClient.CallFromServlet(SampleClient.java:114)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.wstest.bp.ClientServlet.processRequest(ClientServlet.java:88)
[12/15/08 7:46:20:749 EST] 00000024 SystemErr R at
com.ibm.wstest.bp.ClientServlet.doGet(ClientServlet.java:36)
I will provide a fix for this issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.