I think Craig is the only person who's worked on DBCP recently. I've been thinking about tackling the JDK 1.4 issue, but I think it will be a little tricky to find a solution that meshes well with JOCL configuration.
- Morgan ----- Original Message ----- From: "otisg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 5:31 PM 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: > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
