Top marks on that one. I had to manually move the jar files into the WEB-INF/lib directory even though I had them imported into my Eclipse project. My mistake for thinking Eclipse would move them for me when it autodeployed to Tomcat.
Thanks, Andy iksrazal wrote: > > On Wed, Dec 2, 2009 at 12:52 PM, nhcoder <andrewnbenja...@hotmail.com> > wrote: >> >> Thanks for replying, though I know the jars are in the right place. This >> is >> apparently an issue between Spring and Axis2 working together. >> >> > > The NoClassDefFoundError you have makes me highly suspicious of that. > That should never happen if the jars are in the right place and you > try to get a reference to that class from the same classloader. Spring > and Axis2 working together does just that perfectly fine for plenty of > people. Be sure to follow the docs carefully: > > http://ws.apache.org/axis2/1_5_1/spring.html > > - R > > -- View this message in context: http://old.nabble.com/Axis2-and-ApplicationContext-tp26598402p26614411.html Sent from the Axis - User mailing list archive at Nabble.com.