Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33AFAD4E8 for ; Mon, 24 Sep 2012 04:09:13 +0000 (UTC) Received: (qmail 19681 invoked by uid 500); 24 Sep 2012 04:09:10 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 19288 invoked by uid 500); 24 Sep 2012 04:09:10 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 19220 invoked by uid 99); 24 Sep 2012 04:09:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 04:09:08 +0000 Date: Mon, 24 Sep 2012 15:09:08 +1100 (NCT) From: "Prabhath Suminda (JIRA)" To: java-dev@axis.apache.org Message-ID: <1355056460.114770.1348459748457.JavaMail.jiratomcat@arcas> In-Reply-To: <844446292.106539.1348209427553.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (AXIS2-5427) POJO services with Parameters/return types like List not working MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461586#comment-13461586 ] Prabhath Suminda commented on AXIS2-5427: ----------------------------------------- Yes, List does not work in 1.6.2, and 1.6.1. But it works in the current trunk. > POJO services with Parameters/return types like List not working > ------------------------------------------------------------------------- > > Key: AXIS2-5427 > URL: https://issues.apache.org/jira/browse/AXIS2-5427 > Project: Axis2 > Issue Type: Bug > Affects Versions: 1.7.0 > Reporter: Prabhath Suminda > Priority: Blocker > Attachments: List_Integer.zip, Test-1.aar > > > I developed a simple service which has following service class, > package Test; > import java.util.*; > public class SimpleService { > > public List helloService(List s){ > return s; > } > } > When I deployed this as a AAR file and send following request > > > > > > 6 > 6 > 6 > > > > It gives me following response which is wrong, > > > > > > > > > > But this works when type is List. I attached the aar file. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org