Nikolay Zamosenchuk wrote:
There are some TCK tests on locking adding lock tokens to different session.
org.apache.jackrabbit.test.api.lock.LockManagerTest#testLockTransfer2
org.apache.jackrabbit.test.api.lock.LockManagerTest#testAddLockTokenToAnotherSession
Those tests expect exceptions on adding like as repository doesn't
support simultaneous ownership. But our repository supports according
to specification. And adding lock token to another session doesn't
throw any exceptions. So those tests fail. So what we have to do in
such a situation?
i'd say:
file an issue in JIRA for the tck-component (i don't remember the
exact name). those tests should be fixed before the tck gets
released.
angela