mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix MT context sample - follow-on to r17624 (CHK-10430)
- found by Kevin R git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19271 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
<!-- -->
|
||||
|
||||
<bean id="tenantFileContentStore" class="org.alfresco.repo.content.TenantRoutingFileContentStore" init-method="init">
|
||||
<property name="applicationEventPublisher">
|
||||
<ref bean="applicationEventPublisher" />
|
||||
</property>
|
||||
<property name="defaultRootDir">
|
||||
<value>${dir.contentstore}</value>
|
||||
</property>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
<property name="tenantAdminService" ref="tenantAdminService"/>
|
||||
<property name="tenantService" ref="tenantService"/>
|
||||
<property name="authenticationService" ref="AuthenticationService"/>
|
||||
<property name="baseAdminUsername"><value>${alfresco_user_store.adminusername}</value></property>
|
||||
</bean>
|
||||
|
||||
<bean id="tenantInterpreterHelp" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
||||
|
Reference in New Issue
Block a user