Re: Issue in autowiring spring beans from parent context

2016-08-07 Thread Sreekanth S. Nair
I could shown little more patience :-) the problem solved, i was missing context:componentscan missing for my web applicationContext file. On Sun, Aug 7, 2016 at 1:32 PM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > Recently i tried to move some of the serv

Issue in autowiring spring beans from parent context

2016-08-07 Thread Sreekanth S. Nair
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 injecte