Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 96098 invoked from network); 31 Mar 2009 19:27:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 19:27:15 -0000 Received: (qmail 53662 invoked by uid 500); 31 Mar 2009 19:27:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 53559 invoked by uid 500); 31 Mar 2009 19:27:13 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 53541 invoked by uid 99); 31 Mar 2009 19:27:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 19:27:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 19:27:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E0A5234C052 for ; Tue, 31 Mar 2009 12:26:50 -0700 (PDT) Message-ID: <1874656092.1238527610646.JavaMail.jira@brutus> Date: Tue, 31 Mar 2009 12:26:50 -0700 (PDT) From: "Nikhil Thaker (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-4294) ClassCastException on RPC-Literal Byte Array MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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.