Recently i tried to move some of the services to spring parent context, we
use spring's *parentContextKey* in web.xml to enable ContextLoaderListener to
pick these services loaded globally. I have struts2 as well as Spring mvc
modules inside an EAR, Spring mvc controller is properly getting injected
with this parent context bean whereas struts2 action classes are not
getting injected with parent context bean. Any idea, if someone can tell me
precisely which classes need to be debugged i can do that too. FYI, i'm
using struts2-spring plugin along with rest and convention plugin.

Reply via email to