On Mon, Sep 12, 2011 at 4:06 PM, Barry Hathaway <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
