mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged 1.4 to HEAD
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4329 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4331 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4332 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4339 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -217,6 +217,38 @@
|
||||
<ref bean="searchService"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- This component checks the interconnection between the metadata, indexes and content -->
|
||||
<bean id="configurationChecker" class="org.alfresco.repo.admin.ConfigurationChecker">
|
||||
<property name="strict">
|
||||
<value>${system.bootstrap.config_check.strict}</value>
|
||||
</property>
|
||||
<property name="checkAllContent">
|
||||
<value>false</value>
|
||||
</property>
|
||||
<property name="dirRoot">
|
||||
<value>${dir.root}</value>
|
||||
</property>
|
||||
<property name="indexRecoveryMode">
|
||||
<value>${index.recovery.mode}</value>
|
||||
</property>
|
||||
<!-- helper beans -->
|
||||
<property name="authenticationComponent">
|
||||
<ref bean="authenticationComponent"/>
|
||||
</property>
|
||||
<property name="dictionaryService">
|
||||
<ref bean="DictionaryService"/>
|
||||
</property>
|
||||
<property name="nodeService">
|
||||
<ref bean="NodeService"/>
|
||||
</property>
|
||||
<property name="searchService">
|
||||
<ref bean="SearchService"/>
|
||||
</property>
|
||||
<property name="contentService">
|
||||
<ref bean="ContentService"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- This component ensures that patches get applied on startup -->
|
||||
|
||||
|
Reference in New Issue
Block a user