Re: More WebLogic troubles.

2008-03-18 Thread Randy Burgess
unications > From: Alex Shneyderman <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Tue, 18 Mar 2008 12:58:13 +0100 > To: Struts Users Mailing List > Subject: Re: More WebLogic troubles. > > Well upon further investigation ... the following doe

Re: More WebLogic troubles.

2008-03-18 Thread Alex Shneyderman
Well upon further investigation ... the following does not work on WL but works on jetty contextConfigLocation classpath*:applicationContext*.xml org.springframework.web.context.ContextLoaderListener WL becomes happy if this is specified: contextConfigLocat

More WebLogic troubles.

2008-03-18 Thread Alex Shneyderman
It seems that anything I do today with WL and struts 2 does not seem to be working :-( So, now I have an interceptor (S2 interceptor). I would like to wire a spring managed service on it. So, I use spring plugin + autowire by name convention. There is nothing fancy really just a declaration. but