Re: Classloader challenges

2004-04-05 Thread axis-m
Paying attention to my debugging has uncovered the problem. The loader was throwing a java.lang.ExceptionInInitializerError (missing some settings needed during static initialization) in org.apache.axis.util.ClassUtils.forName this gets interpreted as a ClassNotFoundException, with the causing Err

Classloader challenges

2004-03-18 Thread axis-m
I'm rather new to axis. I have got the happyaxis page working, and created my own EightBall webservice similar to: http://www-106.ibm.com/developerworks/webservices/library/ws-eight/ Which works as expected. Once I add in some of my company's reusable classes I get a ClassNotFoundException. I