Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 64142 invoked from network); 19 Apr 2004 20:26:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Apr 2004 20:26:56 -0000 Received: (qmail 50019 invoked by uid 500); 19 Apr 2004 20:26:42 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 49867 invoked by uid 500); 19 Apr 2004 20:26:41 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 49830 invoked from network); 19 Apr 2004 20:26:39 -0000 Received: from unknown (HELO mailgate.gpi.com) (66.192.59.17) by daedalus.apache.org with SMTP; 19 Apr 2004 20:26:39 -0000 Reply-To: From: "Adrian Klingel" To: "Apache Torque Users List" Subject: RE: Nagging error while trying to create project-schema.xml file from Oracle DB via JDBC Date: Mon, 19 Apr 2004 16:26:44 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal 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 Nevermind. This appears to be some sort of Eclipse-Ant issue, as I was able to generate the XML successfully from the command line. Thanks, Adrian -----Original Message----- From: Adrian Klingel [mailto:Adrian.Klingel@gpi.com] Sent: Monday, April 19, 2004 2:06 PM To: torque-user@db.apache.org Subject: Nagging error while trying to create project-schema.xml file from Oracle DB via JDBC While attempting to build Torque with Ant, I am unable to build to target jdbc. I have an already existing data source in an Oracle 9i Release 2 database. I'm using Sun's J2SDK 1.4.2_04 release with the Oracle JDBC driver for Java SDK release 1.4, or ojdbc14.jar. I've tried just about everything, but I continue to get a NoClassDefFoundError for java.sql.Savepoint. Oracle SAYS they have implemented the java.sql.Savepoint, so I'm not quite sure what's going on here. I know that others have had this error before because they've attempted to use Oracle 1.4 driver with a less-than-1.4 JDK. Just so you know, that's not the case here. I also know that Oracle JDBC driver is not a complete implementation to the JDBC spec (incomplete BLOB implementation, for example), so if something else is missing it won't completely surprise me. Someone must have tried this before, hopefully someone has seen the problem or can point out the obvious thing that I may be missing. Finally, I'm running Ant out of Eclipse 2.1.1. Thanks for any help you can offer. Adrian Klingel --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org