Hi,

for the next release (2.0.3) we should try to fix the problems concerning
JDK 1.4. One problem, the building of the javadocs is solved now.

But it seems that there are problems with JDBC Pooling. If I compile
everything using JDK 1.4, the sql examples run well. Running this with JDK
1.4, the hsqldb is throwing an exception:

java.sql.SQLException: Connection is broken: Connection refused: connect
        at org.hsqldb.Trace.getError(Trace.java:180)
        at org.hsqldb.Trace.getError(Trace.java:144)
        at org.hsqldb.Trace.error(Trace.java:205)
        at org.hsqldb.jdbcConnection.reconnectHSQL(jdbcConnection.java:865)
        at org.hsqldb.jdbcConnection.openHSQL(jdbcConnection.java:833)
        at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:678)
        at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:116)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at
org.apache.avalon.excalibur.datasource.JdbcConnectionFactory.<init>(J
dbcConnectionFactory.java:98)

Is this a problem with hsqldb? Are other dbs working?

Carsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to