From commons-user-return-17901-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Tue Nov 07 03:48:45 2006 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 93525 invoked from network); 7 Nov 2006 03:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 03:48:43 -0000 Received: (qmail 3780 invoked by uid 500); 7 Nov 2006 03:48:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 3694 invoked by uid 500); 7 Nov 2006 03:48:49 -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 3677 invoked by uid 99); 7 Nov 2006 03:48:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 19:48:49 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [207.172.157.102] (HELO smtp02.lnh.mail.rcn.net) (207.172.157.102) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 19:48:33 -0800 Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 06 Nov 2006 22:48:12 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MMI38882; Mon, 6 Nov 2006 22:48:11 -0500 (EST) Received: from 24-148-28-68.mct-bsr1.chi-mct.il.cable.rcn.com (HELO BRIANLAPTOP) ([24.148.28.68]) by smtp01.lnh.mail.rcn.net with ESMTP; 06 Nov 2006 22:48:09 -0500 Message-Id: <5c1si1$95cpal@smtp01.lnh.mail.rcn.net> X-IronPort-AV: i="4.09,393,1157342400"; d="scan'208,217"; a="307651925:sNHT78257560" From: "Brian Egger" To: Subject: Digester: Problems setting values Date: Mon, 6 Nov 2006 21:48:08 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C701ED.3FA4F280" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AccCH4nF16lkbNqqTkyr9CnfWr9F2A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090207.45500186.003F,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_000F_01C701ED.3FA4F280 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I am writing a calculator with Digester and I am finding that one of the classes I have mapped out is not getting the setter values set. I was wondering if I need to change my digester-rules.xml to do something else. I have tried a couple of different ways to get the data but none have worked. Below is a snippet of the rules file, anyone have any ideas? RULES: The classes not getting set are the ones ending with *Entry, I tried using this method instead of the ------=_NextPart_000_000F_01C701ED.3FA4F280--