BoneCPDataSource ds = new BoneCPDataSource();
ds.setJdbcUrl("jdbc:postgresql://localhost/postgres");
ds.setUsername("postgres");
ds.setPassword("postgres");
ds.setDefaultAutoCommit(false);
ds.sanitize();
System.out.println("Initial connection test");
testConnection(ds);
System.out.println("Unplug your network cable ");