Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 38854 invoked from network); 17 Jul 2009 00:25:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 00:25:01 -0000 Received: (qmail 41109 invoked by uid 500); 17 Jul 2009 00:26:06 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 40993 invoked by uid 500); 17 Jul 2009 00:26:05 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 40983 invoked by uid 99); 17 Jul 2009 00:26:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 00:26:05 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.141.13.70] (HELO ftc-mail-edge1.fsc.usda.gov) (199.141.13.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 00:25:55 +0000 Received: from (unknown [199.141.13.70]) by DA32USCOFC1_AVS01.usda.gov with smtp id 5094_57890a28_7268_11de_943c_001143d22fdf; Fri, 17 Jul 2009 00:25:35 +0000 Received: from (unknown [199.141.13.70]) by FTC-MAIL-AV1.FSC.USDA.GOV with smtp id 6be2_578a76ba_7268_11de_999e_001143d33bf3; Thu, 16 Jul 2009 18:25:34 -0600 Received: from MDBELTSVI4S300.aglo.one.usda.gov ([151.121.157.200]) by ftc-mail-edge1.fsc.usda.gov (8.13.8/8.13.8) with ESMTP id n6H0PVQC020225 for ; Thu, 16 Jul 2009 20:25:33 -0400 Received: from mokansascis309.agcentral.one.usda.gov ([165.221.20.109]) by MDBELTSVI4S300.aglo.one.usda.gov with Microsoft SMTPSVC(6.0.3790.3959); Thu, 16 Jul 2009 18:03:28 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: Commons dbutils - why some BeanProcessor members are private instead of protected? Date: Thu, 16 Jul 2009 17:03:27 -0500 Message-ID: <22ED5A9EB260F2488FC761C5602669740145BBFD@mokansascis309.agcentral.one.usda.gov> In-Reply-To: <22ED5A9EB260F2488FC761C5602669740145BBF9@mokansascis309.agcentral.one.usda.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Commons dbutils - why some BeanProcessor members are private instead of protected? Thread-Index: AcoElXklara3GekwTWqvVFaF54N5WAAMzslAAGYADvA= References: <24478702.post@talk.nabble.com> <03d601ca0495$9f801510$7e00005a@steve> <22ED5A9EB260F2488FC761C5602669740145BBF9@mokansascis309.agcentral.one.usda.gov> From: "Philip, Anil - Kansas City, MO" To: "Commons Users List" X-OriginalArrivalTime: 16 Jul 2009 22:03:28.0764 (UTC) FILETIME=[3FEE0BC0:01CA0661] X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3320=0 X-Virus-Checked: Checked by ClamAV on apache.org =20 Hi, Trying to inherit from BeanProcessor, I find that some methods are private, instead of protected and cannot be accessed from the child class. private void callSetter(Object target, PropertyDescriptor prop, Object value) throws SQLException=20 private static final Map primitiveDefaults =3D new HashMap(); Was there a reason so? =20 thanks, Anil=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org