mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Fixed initialisation of RepoStore during first repository bootstrap (fixes startup issue with fresh database).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -63,7 +63,6 @@ import org.alfresco.util.ISO9075;
|
|||||||
import org.springframework.extensions.webscripts.AbstractStore;
|
import org.springframework.extensions.webscripts.AbstractStore;
|
||||||
import org.springframework.extensions.webscripts.ScriptContent;
|
import org.springframework.extensions.webscripts.ScriptContent;
|
||||||
import org.springframework.extensions.webscripts.ScriptLoader;
|
import org.springframework.extensions.webscripts.ScriptLoader;
|
||||||
import org.springframework.extensions.webscripts.Store;
|
|
||||||
import org.springframework.extensions.webscripts.WebScript;
|
import org.springframework.extensions.webscripts.WebScript;
|
||||||
import org.springframework.extensions.webscripts.WebScriptException;
|
import org.springframework.extensions.webscripts.WebScriptException;
|
||||||
|
|
||||||
@@ -195,8 +194,6 @@ public class RepoStore extends AbstractStore implements TenantDeployer
|
|||||||
{
|
{
|
||||||
baseNodeRefs = new HashMap<String, NodeRef>(1);
|
baseNodeRefs = new HashMap<String, NodeRef>(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
getBaseNodeRef();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
Reference in New Issue
Block a user