I am working on a Java solution which integrates with CMIS repositories. Having chosen OpenCMIS as my open source library, am trying to ensure all test scenarios are covered. I have explored few of the repositories (Alfresco, Chemistry InMemory, Chemistry Fileshare, OpenKM) and none of them seem to provide multiple repositories which I feel is required to be covered as a part of my testing.
Being more specific with the code, below works well with almost all repositories.
Repository soleRepository = sessionFactory.getRepositories(parameter).get(0);
But I want to know if any repository supports (or can be configured to support) this code: sessionFactory.getRepositories(parameter).get(1)