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:
Jan Vonka
2010-03-12 23:19:23 +00:00
parent eb20aa587b
commit 99bae15cae
4 changed files with 118 additions and 114 deletions

View File

@@ -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>

View File

@@ -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">