Added 'AuthenticationComponent' bean that is transactionally wrapped.

Injected this bean into action executers.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4721 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-01-04 11:31:14 +00:00
parent 3449af14b5
commit 4adf4449cc
2 changed files with 18 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
<ref bean="transactionComponent"/>
</property>
<property name="authenticationComponent">
<ref bean="authenticationComponent"/>
<ref bean="AuthenticationComponent"/>
</property>
</bean>