Community
Participate
Working Groups
1. Some tests are blocking Hudson because they used CDOLock.lock() rather than CDOLock.tryLock(timeout). Add the method CDOLock.lock(timeout) and enhance the tests. 2. CDOObjectWrapper reimplements its own lock just because the existing implementation is not static. Consolidate this.
Created attachment 182016 [details] Patch v1 - for future reference
The following methods are added to CDOLock: public void lock(long time, TimeUnit unit) throws TimeoutException; public void lock(long millis) throws TimeoutException; public boolean tryLock(long millis) throws InterruptedException; Committed to HEAD
I looked at the contents of the patch, and it seems you already committed it (or part of it?). So I'm not sure what you want me to update...
Available in R20110608-1407