// The callback should already have been notified by now.
return false;
}
ConnectionInfo ci = getConnectionInfo(dbLoc, true);
testConnection.testDatabaseConnection(userName, password, ci, source.getID().toString(), true);
return true;
}
private boolean testDatabaseTarget(Target target, DatabaseLocation dbLoc, ServerCallback callback)
throws IntegrationServerException, RemoteException {