As I've said before, if someone's got a reflection or conditional-compilation based solution (or better), I'd be happy to commit it. (If you check the archives, I think at least two people had mentioned that they we're thinking of doing so over the last month or so.) If I get a chance, I'll take stab, but frankly it'll be a while before I get a chance.
Otherwise, I believe DBCP will work just fine running under JDK 1.4 (minus in JDK 1.4 features), it just won't compile there. -----Original Message----- From: otisg [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 5:32 PM To: [EMAIL PROTECTED] Subject: Re: [dbcp] Build fails with JDK 1.4 That would be fine with me. Is anyone still working on DBCP? Thanks, Otis _______________________________________________________________ Get your own FREE email account at iVillage.com! http://webmail.ivillage.com/ <-----Original Message-----> > > From: Juozas Baliuka > Sent: 3/11/2002 1:32:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [dbcp] Build fails with JDK 1.4 > > Hi, > We use reflection in Simplestore, it is not very fast, but it is very > trivial solution > to implement version neutral Connection interface (implementation generated > at runtime). > > > > Sure DBCP can't be compiled with JDK 1.4. > JDK 1.4 goes with JDBC 3.0, which classes contain > a lot of addtional abstract methods. > > > otisg wrote: > > > > Hello, > > > > It appears that DBCP cannot be compiled with JDK 1.4. > > Are there any plans to make DBCP compatible with 1.4? > > > > build-java: > > [javac] Compiling 9 source files to > > /home/otis/cvs-repositories/jakarta/jakarta-commons/dbcp/dist/classes > > [javac] > > /home/otis/cvs-repositories/jakarta/jakarta-commons/dbcp/src/java/org/ap > > ache/commons/dbcp/PoolablePreparedStatement.java:79: > > org.apache.commons.dbcp.PoolablePreparedStatement should be declared > > abstract; it does not define getMoreResults(int) in > > org.apache.commons.dbcp.PoolablePreparedStatement > > [javac] public class PoolablePreparedStatement extends > > DelegatingPreparedStatement implements PreparedStatement { > > [javac] ^ > > [javac] > > /home/otis/cvs-repositories/jakarta/jakarta-commons/dbcp/src/java/org/ap > > ache/commons/dbcp/PoolablePreparedStatement.java:79: warning: > > setUnicodeStream(int,java.io.InputStream,int) in > > java.sql.PreparedStatement has been deprecated > > [javac] public class PoolablePreparedStatement extends > > DelegatingPreparedStatement implements PreparedStatement { > > [javac] ^ > > [javac] > > /home/otis/cvs-repositories/jakarta/jakarta-commons/dbcp/src/java/org/ap > > ache/commons/dbcp/PoolingConnection.java:78: > > org.apache.commons.dbcp.PoolingConnection should be declared abstract; > > it does not define setHoldability(int) in > > org.apache.commons.dbcp.PoolingConnection > > [javac] public class PoolingConnection extends DelegatingConnection > > implements Connection, KeyedPoolableObjectFactory { > > [javac] ^ > > [javac] 2 errors > > [javac] 1 warning > > > > BUILD FAILED > > > > Thanks, > > Otis > > _______________________________________________________________ > > Get your own FREE email account at iVillage.com! > > http://webmail.ivillage.com/ > > > Thanks, > > > -- > 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: > > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > >
