Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <bean id="NodeService" class="org.springframework.aop.framework.ProxyFactoryBean">^M
  2. <property name="proxyInterfaces">^M
  3. <list>^M
  4. <value>org.alfresco.service.cmr.repository.NodeService</value>^M
  5. </list>^M
  6. </property>^M
  7. <property name="target">^M
  8. <ref bean="nodeService"/>^M
  9. </property>^M
  10. <property name="interceptorNames">^M
  11. <list>^M
  12. <idref local="NodeService_transaction"/>^M
  13. <idref local="AuditMethodInterceptor"/>^M
  14. <idref local="exceptionTranslator"/>^M
  15. <idref bean="NodeService_security"/>^M
  16. <!-- Bug prevents use.^M
  17. Also, the interception of this sort will lead to issues with other clients^M
  18. <idref bean="mlTranslationInterceptor"/>^M
  19. -->^M
  20. </list>^M
  21. </property>^M
  22. </bean>^M
Add Comment
Please, Sign In to add comment