httpRepository = new HTTPRepository(serverUrl);
// TODO: would be better to implement a RepositorySail as NotifyingSail wrapper around a repository
Federation store = new Federation();
store.addMember(httpRepository);
return (NotifyingSail)store;
}
/**