Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 8539 invoked from network); 17 Jun 2010 20:30:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 20:30:50 -0000 Received: (qmail 4811 invoked by uid 500); 17 Jun 2010 20:30:50 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 4485 invoked by uid 500); 17 Jun 2010 20:30:49 -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 4476 invoked by uid 99); 17 Jun 2010 20:30:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 20:30:49 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 20:30:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5HKUPDU015166 for ; Thu, 17 Jun 2010 20:30:25 GMT Message-ID: <12360550.64111276806625174.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 16:30:25 -0400 (EDT) From: "Aaron Gourley (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Commented: (AXIS2-4193) WSDL2JAVA no setters in ADBBean 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 [ https://issues.apache.org/jira/browse/AXIS2-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879918#action_12879918 ] Aaron Gourley commented on AXIS2-4193: -------------------------------------- I am not familiar with how to run the unit tests. Feel free to find another way to implement this fix if the failures are legitimate. In either case, I've come across 3 WSDLs that are syntactically valid that exploit this issue (one from Microsoft, one from Telus, and one created in house). The sample that I've uploaded exploits the issue concisely. > WSDL2JAVA no setters in ADBBean > ------------------------------- > > Key: AXIS2-4193 > URL: https://issues.apache.org/jira/browse/AXIS2-4193 > Project: Axis2 > Issue Type: Bug > Components: adb, codegen > Affects Versions: 1.4.1 > Reporter: Roger Niederland > Attachments: gencode.zip, SchemaCompiler.java.patch, SoapService.wsdl > > > Generating java classes using wsdl2java (as ADBBeans) (Axis2 version 1.4.1) > on WSDL containing the following information: > > > > > > > > > > > > > The generated PaymentAmount class has no setter or getter methods. > The generated Amount class has as expected setter and getter method for Currency and Decimal. -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org