}
ConnectionInfo ci = getConnectionInfo(fLoc, false);
// Targets also return a file list but right now this list is always empty
// In the future we might need it however.
testConnection.testFileTypeConnection(userName, password, ci, target.getID().toString(), false);
return true;
}
private boolean testDatabaseSource(Source source, DatabaseLocation dbLoc, ServerCallback callback)
throws IntegrationServerException, RemoteException {