Mark Woon wrote:
> Berin Loritsch wrote:
> 
> 
>>Mark Woon wrote:
>>
>>>I've just tried switching from JDK 1.3 to JDK 1.4 and found that
>>>JdbcConnectionPools no longer work.  Has anyone noticed this?  Switching
>>>back to JDK 1.3 solves the problem.
>>>
>>You do have to make sure that the JDBC connection pool was compiled
>>against the JDK 1.4 libraries.
>>
> 
> I've just tried it, and it still fails.  I'm guessing from this that I'm the only one
> experiencing this problem?
> 

One last thing to try.

In the build.xml file, the javac has an attribute "target".  Remove that
declaration so that javac compiles JDK 1.4 compliant bytecode.  This
could fix it.


Of course, I do have to ask if you can connect using the settings you
have and a direct JDK 1.4 test harness...  It could be problems with
your driver and JDK 1.4 :(


-- 

"They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety."
                 - Benjamin Franklin


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

Reply via email to