*
*/
public static IOrganisationService getOrganisationService() throws SimalRepositoryException {
switch (repoType) {
case JENA:
return new JenaOrganisationService(getInstance());
case JCR:
// commented out as this code moved to a branch - do we need to remove it yet?
// return new JcrOrganisationService(getInstance());
default:
throw new SimalRepositoryException("Attempt to create an unknown repository type");