I'm using axis2 1.3 with spring 2.0.4. Maybe I'm doing something
wrong, I have a <servicegroup> and the services inside the group have
scope="application". The services are spring beans, and they
themselves use other springbeans. I tested that the scope is working.
However, the services are not injected with  the beans they need. (the
beans that the services use are null)

If you modify the sample service pojoguidespring (from axis
distribution) to use application scope, it does not work.
(from services.xml
  <service name="SpringInit" class="sample.spring.service.SpringInit"
scope="application">
  <service name="WeatherSpringService" scope="application">
)
However when not setting scope (which defaults to request) sample
service pojoguidespring  works.

Is there a way to use Spring with a servicegroup and services with
application scope?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to