AVM DAO refactor

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16138 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-09-08 09:55:22 +00:00
parent bae58d6ee7
commit c2cca0311b
113 changed files with 9654 additions and 3923 deletions

View File

@@ -40,6 +40,8 @@ import org.springframework.beans.factory.InitializingBean;
* A Transactional? implementation of AVM path lookup cache
*
* @author britt
*
* @deprecated
*/
public class TransactionalLookupCache implements LookupCache, InitializingBean
{
@@ -153,7 +155,6 @@ public class TransactionalLookupCache implements LookupCache, InitializingBean
{
return null;
}
dir = (DirectoryNode)AVMNodeUnwrapper.Unwrap(dir);
// Add an entry for the root.
result.add(dir, "", true, write);
dir = (DirectoryNode)result.getCurrentNode();