I have a solution that will compile under both.  It is running in
production.  I'll have something to show in a day or so.

> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 26, 2002 11:25 AM
> To: Jakarta Commons Developers List; [EMAIL PROTECTED]
> Subject: RE: commons dbcp or pool problems
> 
> 
> 
> On Tue, 26 Feb 2002, Aaron Smuts wrote:
> 
> >
> > Does the pool you are working on work with JDK1.4 and 1.3?
> >
> 
> This is a nasty issue, due to the changes in java.sql.Connection in
1.4.
> Basically, it's not possible to write a single implementation of
> Connection that compiles under both 1.3 and 1.4.
> 
> The current implementation compiles under 1.3, and runs under either
(as
> long as you don't try to call the new methods.  We'll need to come up
with
> a creative strategy to compile an alternative Connection
implementation
> class under 1.4.
> 
> > Aaron
> >
> 
> Craig



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to