Hi David,

I think that your changes that went in with revision 371561 are
causing ClientPooledConnection40.java to fail to compile:

compile_jdbc4_target:
     [echo]     [javac]
C:\derby-trunk\java\client\org\apache\derby\client\ClientPooledConnection40.java:32:
unreported exception java.sql.SQLException; must be caught or declared
to be thrown
     [echo]     [javac]         super(ds,logWriter,user,password);
     [echo]     [javac]              ^

<snip other two errors>

     [echo]     [javac] 3 errors
     [echo]
     [echo] BUILD FAILED

Because ClientPooledConnection40 extends ClientPooledConnection, but
the latter now throws SQLExceptions instead of SqlExceptions. Take a
look if you have a moment.

Thanks,
andrew

Reply via email to