Pierre van Rooden wrote: > Gerard van Enk wrote: > >>> In this given situation, could ant be configured to build a certain >>> class for it's jdbc(if it is a problem)? >> >> >> Yes, I was thinking about something like this. There are 2 options: >> >> 1. Ant gives a warning when using jdk-1.4 about uncommenting a few >> methods. >> 2. A copy is made of the database-classes in wich the commented >> methods are, in this copy the methods are uncommented. These files are >> added to cvs and used when ant is detecting jdk-1.4 > > > I'm in favor of method #1, not method #2. > The reason being that if we use the second message, I fear the problem > will never be really solved. > The final solution would be that MultiConnection and MultiStatement > classes are removed, and their functionality (logging and pooling) moved > elsewhere. >
I'm also in favor of 1, so I'll add this check next week. Gerard
