Hi,
I'm trying do create bundle to connect Jackrabbit repository.
The line
repository = new TransientRepository(configLocation, repositoryLocation);
works but i get exception in:
session = repository.login(new SimpleCredentials(username,
password.toCharArray()));
javax.jcr.RepositoryException: failed to instantiate shared item state
manager: org/apache/commons/collections/iterators
/EmptyOrderedIterator:
org/apache/commons/collections/iterators/EmptyOrderedIterator
What should I do?
Cheers
Rafael