Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 76733 invoked from network); 7 Jul 2005 17:33:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2005 17:33:16 -0000 Received: (qmail 2196 invoked by uid 500); 7 Jul 2005 17:33:00 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 2098 invoked by uid 500); 7 Jul 2005 17:33:00 -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 2053 invoked by uid 99); 7 Jul 2005 17:33:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 10:33:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.25.133.233] (HELO timor.gemplus.com) (195.25.133.233) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 10:32:56 -0700 Received: from GGEEXCVS2.gemplus.corp (unknown [10.2.158.20]) by timor.gemplus.com (Postfix) with ESMTP id 4DF7EBC3C0 for ; Thu, 7 Jul 2005 17:32:53 +0000 (GMT) Received: from GCIEXCVS1.gemplus.corp ([10.10.62.19]) by GGEEXCVS2.gemplus.corp with Microsoft SMTPSVC(6.0.3790.211); Thu, 7 Jul 2005 19:32:53 +0200 Received: from hvoyerw2Kp4 ([10.100.12.103]) by GCIEXCVS1.gemplus.corp with Microsoft SMTPSVC(6.0.3790.211); Thu, 7 Jul 2005 19:32:51 +0200 Reply-To: From: "Henry Voyer" To: Subject: RE: [DBUtils] Oracle Row Processor Date: Thu, 7 Jul 2005 13:32:50 -0400 Message-ID: <000f01c58319$e6b80d90$670c640a@CORP.DS.GEMPLUS.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-reply-to: <20050707163724.12294.qmail@web50402.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-OriginalArrivalTime: 07 Jul 2005 17:32:51.0903 (UTC) FILETIME=[E6C52CF0:01C58319] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I just created my oracle row processor. The current implementation of BasicRowProcessor has a method that checks if the field is valid : private boolean isCompatibleType(Object value, Class type) This method ignore dates and most important specific JDBC values. Oracle timestamp is transformed in the jdbc process into a oracle.sql.DATE object that needs to be transformed into a java.util.date . So in order to use dates in oracle we need to add the transformation process in the row processor. Regards -----Original Message----- From: David Graham [mailto:grahamdavid1980@yahoo.com] Sent: Thursday, July 07, 2005 12:37 PM To: Jakarta Commons Users List; henry.voyer@gemplus.com Subject: Re: [DBUtils] Oracle Row Processor I'm not quite sure what you mean. Can you be more specific about why the current implementation doesn't work for Oracle? Thanks, David --- Henry Voyer wrote: > Hi everyone > > Is there a free implementation of an Oracle Row processor ? > > Where can i find it ? > > Regards > > Get Firefox! http://www.mozilla.org/firefox/ ____________________________________________________ Sell on Yahoo! Auctions � no fees. Bid on great items. http://auctions.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org