Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 99699 invoked from network); 22 Sep 2006 01:19:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 01:19:37 -0000 Received: (qmail 99058 invoked by uid 500); 22 Sep 2006 01:19:32 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 99044 invoked by uid 500); 22 Sep 2006 01:19:32 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 99028 invoked by uid 99); 22 Sep 2006 01:19:32 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 18:19:32 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jhumph@efn.org; spf=softfail X-ASF-Spam-Status: No, hits=1.2 required=5.0 tests=RCVD_IN_SORBS_WEB Received-SPF: softfail (idunn.apache.osuosl.org: domain efn.org does not designate 209.237.85.20 as permitted sender) Received: from [209.237.85.20] ([209.237.85.20:55418] helo=smtp.lunarlogic.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id B2/C3-06791-22A33154 for ; Thu, 21 Sep 2006 18:19:31 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.lunarlogic.com (Postfix) with ESMTP id D9451478ADE for ; Thu, 21 Sep 2006 18:19:27 -0700 (PDT) Received: from smtp.lunarlogic.com ([127.0.0.1]) by localhost (newman [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28870-04 for ; Thu, 21 Sep 2006 18:19:27 -0700 (PDT) Received: by smtp.lunarlogic.com (Postfix, from userid 110) id C4767478AFE; Thu, 21 Sep 2006 18:19:27 -0700 (PDT) Received: from [192.168.8.42] (unknown [207.109.253.97]) by smtp.lunarlogic.com (Postfix) with ESMTP id BC8C6478ADE for ; Thu, 21 Sep 2006 18:19:27 -0700 (PDT) Message-ID: <45133994.7060008@efn.org> Date: Thu, 21 Sep 2006 18:17:08 -0700 From: "J. H." User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Boolean getters in Betwixt Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Newman-Loop: You see, certified mail is always registered, but registered mail is not necessarily certified. X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lunarlogic.com X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, Just started using Betwixt 0.7 and its happily turning my beans into XML except this annoying scenario where i have a getter of the form public Boolean isSomeValue() {....} where it refuses to believe "someValue" is worthy of being part of the XML. Of course public boolean isSomeValue() {....} works just fine. Is there anyway i can tell my BeanWriter to count the former method as a valid getter? (i don't have the ability to change the getter return type) thanks all! - Jordi --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org