Thanks for replying, though I know the jars are in the right place. This is apparently an issue between Spring and Axis2 working together.
iksrazal wrote: > > On Tue, Dec 1, 2009 at 5:18 PM, nhcoder <andrewnbenja...@hotmail.com> > wrote: >> >> The problem that appears in the log is: >> >> [ERROR] org/springframework/context/ApplicationContext >> java.lang.NoClassDefFoundError: >> org/springframework/context/ApplicationContext >> at java.lang.Class.getDeclaredConstructors0(Native Method) >> at java.lang.Class.privateGetDeclaredConstructors(Unk nown Source) >> at java.lang.Class.getConstructor0(Unknown Source) >> at java.lang.Class.newInstance0(Unknown Source) >> etc etc >> > > First step here I think is to put the spring jars in your WEB-INF/lib, > as you would in any other spring app. Then try to get a reference to > it as you are doing. From there you can get on to more fancy stuff. > Let us know how that goes. > > - R > > -- View this message in context: http://old.nabble.com/Axis2-and-ApplicationContext-tp26598402p26611192.html Sent from the Axis - User mailing list archive at Nabble.com.