throws Exception {
Map<String, String> options = new HashMap<String, String>();
options.put("url", "http://localhost:8080/fedora/melcoerisearch");
options.put("username", "");
options.put("password", "");
rels = new RELSRelationshipResolver(options);
}