public void testAttributes2() throws IOException, Exception {
DbPool pool = createPool().getPool("test");
DbConnection con = pool.getConnection();
try {
con.getStatement("cleanup2").execute(null);
con.commit();
} catch (ClassNotFoundException e1) {
System.out.println("testAttributes: sql driver not found - skip test");
return;
} catch (SQLException e2) {
if (e2.getMessage().startsWith("Communications link failure")) {