Ah, I figured it out. I missed making an edit within the ant file. The generate.service was not properly picking up the packages and so the SpringInitializer class was being left out of the .aar. Thank you for that suggestion, Robert.
On Feb 11, 2008 3:16 PM, robert lazarski <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 6:00 PM, John Cabral <[EMAIL PROTECTED]> wrote: > <snip> > org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:473) > > at > > org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:184) > > ... 40 more Caused by: java.lang.ClassNotFoundException: > > simpletest.SpringInitializer > > In the simplest case, figure out a way to get simpletest.SpringInitializer as: > > WEB-INF/classes/simpletest/SpringInitializer.class > > HTH, > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
