Hi,everyone. I am using spring to refer sca service and provide those service to struts2 Action.
If I don't use struts2-spring-integrate plugin, and config Action Class through struts-config file, and manual get Service proxy from spring context, it run OK. And I want to use Spring to manage action Bean ,and use Spring AOP to control action method access, but when i add Struts2-spring-integrate plugin to this projects,it can not to run. it seems there was create two spring context, so can not locate service reference from second spring context that create from struts-spring-integrate plugin. so can anybody can give me some help about how to integrate spring + Tuscany + struts2, Thanks first. -- ======================== Knight Chen
