Jakub, That is not possible today but can be implemented.
- Florian On 23/03/2011 13:33, Jakub Liska wrote:
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
