Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 4627 invoked from network); 7 Jul 2008 11:50:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2008 11:50:29 -0000 Received: (qmail 85571 invoked by uid 500); 7 Jul 2008 11:50:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 85521 invoked by uid 500); 7 Jul 2008 11:50:23 -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 85510 invoked by uid 99); 7 Jul 2008 11:50:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 04:50:23 -0700 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; Mon, 07 Jul 2008 11:49:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0D0DE234C156 for ; Mon, 7 Jul 2008 04:49:32 -0700 (PDT) Message-ID: <501904016.1215431372052.JavaMail.jira@brutus> Date: Mon, 7 Jul 2008 04:49:32 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-3393) NullPointerException in BeanUtil.getPullParser() returning double[][] from POJO service In-Reply-To: <25031917.1197146683607.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3393: ---------------------------------------- Assignee: Deepal Jayasinghe > NullPointerException in BeanUtil.getPullParser() returning double[][] from POJO service > --------------------------------------------------------------------------------------- > > Key: AXIS2-3393 > URL: https://issues.apache.org/jira/browse/AXIS2-3393 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.3 > Environment: Experienced on both Windows XP, Sun JDK 1.5.0_13 and Max OS X 10.5.1, JDK > Reporter: Brian Panulla > Assignee: Deepal Jayasinghe > Attachments: axis2-1.3-multiD-arrays-stacktrace.txt, axis2-1.3-multiD-arrays.zip > > > I built a Web service to do a scientific computation and return the result in a multi dimensional array (i.e. double[][][]). I couldn't get anything higher than a simple array (double[]) to return without getting a NullPointerException in (I think) org.apache.axis2.databinding.utils.BeanUtil.getPullParser(). -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org