Reversed registration order of ContentTransfomers. Self-registration means that config extensions are much simpler

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-26 16:54:16 +00:00
parent 05a1f2b65f
commit a4a4830b04
12 changed files with 271 additions and 225 deletions

View File

@@ -234,10 +234,9 @@
<property name="proxyInterfaces">
<value>org.alfresco.service.cmr.repository.MimetypeService</value>
</property>
<property name="target"><ref bean="mimetypeMap"/></property>
<property name="target"><ref bean="mimetypeService"/></property>
<property name="interceptorNames">
<list>
<idref local="MimetypeService_transaction" />
<idref local="exceptionTranslator" />
<idref bean="MimetypeService_security" />
<idref local="MimetypeService_descriptor" />
@@ -245,17 +244,6 @@
</property>
</bean>
<bean id="MimetypeService_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="MimetypeService_descriptor" parent="AlfrescoServiceDescriptor">
<property name="interface">
<value>org.alfresco.service.cmr.repository.MimetypeService</value>