Hey, I'm wondering, how to access a JCR repository if a CMIS session already exists and the repository is locked ?
Also the other way around. I create a standard jackrabbit session repository = new TransientRepository(new File(repositoryHome)); session = repository.login(new SimpleCredentials(username, password.toCharArray())); and I'd like to create also : org.apache.chemistry.opencmis.client.api.Session session = factory.createSession(parameters); Is this possible ? Thank you for help
