Re: Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-07 Thread Mark Thomas
On 07/02/2013 19:49, J- MAN wrote: > >> .. You suspect that your listeners are called in wrong order? >> In what order do you expect them to be called? >> >> .. Try "logEffectiveWebXml" option on Context >> >> .. What are your evidences? >> >> .. If you cannot get much from logging, maybe debuggin

Re: Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-07 Thread J- MAN
>.. You suspect that your listeners are called in wrong order? >In what order do you expect them to be called? > >.. Try "logEffectiveWebXml" option on Context > >.. What are your evidences? > >.. If you cannot get much from logging, maybe debugging would help >http://wiki.apache.org/tomcat/FAQ/De

Re: Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-07 Thread J- MAN
>1. You suspect that your listeners are called in wrong order? >In what order do you expect them to be called? > >2. Try "logEffectiveWebXml" option on Context > >3. What are your evidences? > >4. If you cannot get much from logging, maybe debugging would help >http://wiki.apache.org/tomcat/FAQ/De

Re: Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-07 Thread Konstantin Kolinko
2013/2/7 J- MAN : > > Hi, > On tomcat 7.0.35 when i have 2 listeners (jax-ws and spring) in my web.xml my > spring beans do not get initialized. It seems as though it initializes my > the jax-ws webservice class via sun-jaxws.xml before initializing my beans. > It works fine in Tomcat 6, any w

Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-06 Thread J- MAN
Hi, On tomcat 7.0.35 when i have 2 listeners (jax-ws and spring) in my web.xml my spring beans do not get initialized. It seems as though it initializes my the jax-ws webservice class via sun-jaxws.xml before initializing my beans. It works fine in Tomcat 6, any way to get this to work in Tom