Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hsqldb データベースへの jdbc 接続をスパイしようとすると、機能しません。org.hsqldb.jdbcDriver が登録解除されていないようです。
解決策は、hsqldb.jar によって登録された両方のドライバーを登録解除することです。
spy.properties には、
realdriver=org.hsqldb.jdbcDriver realdriver2=org.hsqldb.jdbc.JDBCDriver deregisterdrivers=true