Hi Chetan
I did change the order of the libs in eclipse and now it works like a
charme.
So you are absolutely right, the commons-collections was loaded from a
linked project before the jackrabbit-standalone lib. This lib was
version 2.0.
Method [1] is nice way to find out as well exact lib.
Thank you very much for your quick and professional help.
Now I can start diving into jackrabbit :-)
Markus
On 09.09.2011 16:51, chetan mehrotra wrote:
> Can you trying determining the path from where ArrayStack class is getting
> loaded
> You can either use method as in [1] or something like
>
> org.apache.jackrabbit.commons.AbstractRepository.getResource("/org/apache/commons/collections/ArrayStack.class")
> org.apache.commons.collections.BeanMap.getResource("/org/apache/commons/collections/ArrayStack.class")
>
> To see from where the class is getting pickedup
>
> Chetan Mehrotra
>
> [1] http://snippets.dzone.com/posts/show/3719
>