mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Checkpoint of MultilingualContentService
- New patch for multilingual root for holding containers git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4730 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1222,4 +1222,43 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
<!-- MultilingualContentService -->
|
||||
|
||||
<bean id="MultilingualContentService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
<property name="proxyInterfaces">
|
||||
<value>org.alfresco.service.cmr.ml.MultilingualContentService</value>
|
||||
</property>
|
||||
<property name="target">
|
||||
<ref bean="multilingualContentService"/>
|
||||
</property>
|
||||
<property name="interceptorNames">
|
||||
<list>
|
||||
<idref local="MultilingualContentService_transaction"/>
|
||||
<idref local="exceptionTranslator"/>
|
||||
<idref local="MultilingualContentService_descriptor"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="MultilingualContentService_transaction" class="org.springframework.transaction.interceptor.TransactionInterceptor">
|
||||
<property name="transactionManager">
|
||||
<ref bean="transactionManager"/>
|
||||
</property>
|
||||
<property name="transactionAttributes">
|
||||
<props>
|
||||
<prop key="*">${server.transaction.mode.default}</prop>
|
||||
</props>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="MultilingualContentService_descriptor" parent="AlfrescoServiceDescriptor">
|
||||
<property name="interface">
|
||||
<value>org.alfresco.service.cmr.ml.MultilingualContentService</value>
|
||||
</property>
|
||||
<property name="description">
|
||||
<value>Multilingual Content Service</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user