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 2EC0A19EC7 for ; Sat, 12 Mar 2016 22:54:35 +0000 (UTC) Received: (qmail 99863 invoked by uid 500); 12 Mar 2016 22:54:34 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 99557 invoked by uid 500); 12 Mar 2016 22:54:34 -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 99546 invoked by uid 99); 12 Mar 2016 22:54:34 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2016 22:54:34 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA0FB2C1F6C for ; Sat, 12 Mar 2016 22:54:33 +0000 (UTC) Date: Sat, 12 Mar 2016 22:54:33 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AXIS2-5435) Axis2 BeanUtil doesn't appear to support is/has getter forms for fields. 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-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-5435. ------------------------------------ Resolution: Invalid {quote} {noformat} public Boolean isValue() { return value; } public boolean isValue() { return value; } {noformat} Are considered the same signature by the compiler. {quote} Yes, they have the same signature, simply because the return type is not part of the signature. That has nothing to do with the fact that one returns boolean and the other returns Boolean. Therefore, the argument is invalid. > Axis2 BeanUtil doesn't appear to support is/has getter forms for fields. > ------------------------------------------------------------------------- > > Key: AXIS2-5435 > URL: https://issues.apache.org/jira/browse/AXIS2-5435 > Project: Axis2 > Issue Type: Bug > Components: adb > Affects Versions: 1.6.2 > Environment: Windows 7 64. Java 1.7 > Reporter: Thomas Valine > Labels: adb, databinding > > Binding POJO's having boolean getter methods of the form isBool, hasBool doesn't appear to work. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org