Hi, On Fri, Jan 9, 2009 at 12:13 PM, RafalJanik <[email protected]> wrote: > javax.jcr.RepositoryException: failed to instantiate shared item state > manager: org/apache/commons/collections/iterators > /EmptyOrderedIterator: > org/apache/commons/collections/iterators/EmptyOrderedIterator
Do you have the correct version of commons-collections in your classpath? Looks like the referenced class is just missing. BR, Jukka Zitting
