Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 16041 invoked from network); 3 Sep 2003 08:30:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Sep 2003 08:30:17 -0000 Received: (qmail 8487 invoked by uid 500); 3 Sep 2003 08:26:41 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 8448 invoked by uid 500); 3 Sep 2003 08:26:40 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 8295 invoked from network); 3 Sep 2003 08:26:36 -0000 Received: from unknown (HELO smtp.web.de) (217.72.192.151) by daedalus.apache.org with SMTP; 3 Sep 2003 08:26:36 -0000 Received: from p50903851.dip.t-dialin.net ([80.144.56.81] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #448) id 19uSyH-0008Am-00 for ojb-dev@db.apache.org; Wed, 03 Sep 2003 10:26:33 +0200 Message-ID: <3F55A60C.1000704@web.de> Date: Wed, 03 Sep 2003 10:27:56 +0200 From: Thomas Mahler Reply-To: thma@apache.org Organization: Apache Foundation User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: OJB Developers List Subject: [Fwd: RowReaderDefaultImpl.java] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: thma32@web.de X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -------- Original Message -------- Subject: RowReaderDefaultImpl.java Date: Tue, 2 Sep 2003 14:48:19 -0500 From: Mullen-Schultz, Gary L. To: 'thma@apache.org' Thomas: Please change the following line in RowReaderDefaultImpl: // 1. create an empty Object by calling the no-parms factory method result = targetClassDescriptor.getFactoryMethod().invoke(null, null); To this. Thanks. // 1. create an empty Object by calling the no-parms factory method Object obj = targetClassDescriptor.getFactoryClass().newInstance(); result = targetClassDescriptor.getFactoryMethod().invoke(obj, null); Gary L. Mullen-Schultz Sun Certified Java Programmer/Developer/Architect Mayo Collaborative Services, Inc. mullenschultz.gary@mayo.edu phone: 507-284-5844 fax: 507-284-0615 --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org