I think this would be a good thing to have in the interim.
I'd suggest you post the patches here and hopefully somebody with commit
priviledges can apply them.

Thanks,
Otis
_______________________________________________________________
Get your own FREE email account at iVillage.com!
http://webmail.ivillage.com/

<-----Original Message----->

From: Lev Assinovsky
Sent: 3/13/2002 7:45:41 PM
To: [EMAIL PROTECTED]
Subject: [dbcp] JDBC 3.0 and JDK 1.4

Since JDK 1.4 includes JDBC 3.0
I added all additional functions with a body like:
{
throw new SQLException("Not implemented.");
}
to be able to compile in JDK 1.4.

The following files were modified (in my local box):

./src/java/org/apache/commons/dbcp/DelegatingConnection.java
./src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java
./src/java/org/apache/commons/dbcp/DelegatingStatement.java
./src/test/org/apache/commons/dbcp/TesterConnection.java
./src/test/org/apache/commons/dbcp/TesterPreparedStatement.java
./src/test/org/apache/commons/dbcp/TesterResultSet.java
./src/test/org/apache/commons/dbcp/TesterStatement.java

Now dbcp can be compiled by any JDK.
Do you need these files?

Regards, 
-- 
Lev Assinovsky Peterlink Web
Programmer
St. Petersburg, Russia
Tel/Fax: +7 812 3275343 197022 ul.Chapigina 7�
E-mail: [EMAIL PROTECTED]

--
To unsubscribe, e-mail: 
For additional commands, e-mail: 


Reply via email to