You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/11/20 08:43:42 UTC

svn commit: r477091 - /jackrabbit/trunk/contrib/spi/TODO.txt

Author: angela
Date: Sun Nov 19 23:43:42 2006
New Revision: 477091

URL: http://svn.apache.org/viewvc?view=rev&rev=477091
Log:
work in progress

- update TODO

Modified:
    jackrabbit/trunk/contrib/spi/TODO.txt

Modified: jackrabbit/trunk/contrib/spi/TODO.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/TODO.txt?view=diff&rev=477091&r1=477090&r2=477091
==============================================================================
--- jackrabbit/trunk/contrib/spi/TODO.txt (original)
+++ jackrabbit/trunk/contrib/spi/TODO.txt Sun Nov 19 23:43:42 2006
@@ -77,6 +77,9 @@
    
    similar to 8)
    The call defines a NodeIterator as return value.
+   
+   In addition: fallback required if Observation is not supported feature.
+   
 
 
 8) Transactions (work in progress)
@@ -95,5 +98,10 @@
     
     Should the SPI define means for observation of nodetype/namespace
     changes? 
+
+
+12) LockManager currently relies on Observation in order to detect
+    if a lock gets released by someone else.
+    => that needs to be fixed.