From: Wolfgang M. M. <wol...@us...> - 2004-04-15 09:23:13
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/storage/store In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1021/src/org/exist/storage/store Modified Files: DOMFileIterator.java Log Message: Removing a collection threw a LockException. The lock has been released twice. Index: DOMFileIterator.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/storage/store/DOMFileIterator.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DOMFileIterator.java 14 Apr 2004 12:17:21 -0000 1.4 --- DOMFileIterator.java 15 Apr 2004 09:23:04 -0000 1.5 *************** *** 82,86 **** db.getPageBuffer().add(p); final DOMFilePageHeader ph = p.getPageHeader(); - lock.release(); if (offset < ph.getDataLength()) return true; --- 82,85 ---- |