On Mon, Sep 12, 2011 at 4:06 PM, Barry Hathaway <bhath...@nycap.rr.com> wrote: > I'm still confused. > My POJO-based service resides in: > $CATALALINA_HOME/webapps/axis2/WEB-INF/services > I updated $CATALALINA_HOME/webapps/axis2/WEB-INF/web.xml > to add the listener and contextParm. Spring now complains that it > cannot find the bean for my service (com.x.x.x.x) > since it now lives under the services subdirectory. > > Barry
The docs for spring via a servlet container list the service classes ( in your case, com.x.x.x.x) under WEB-INF/classes. There are reasons to put your classes in in the AAR, but imho its more dificult and not often not needed. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org