RE: [Possibly Off Topic - sorry] Class Loading question

2004-09-21 Thread Shapira, Yoav
Hi, >that Axis is bubbling up a call to my module named >com.sequoiallc.services.RegisterUser.MortgageCompanyType. > >I've tried placing the .class file for this module in my WEB-INF/classes If in WEB-INF/classes, the MortgageCompanyType.class would be in WEB-INF/classes/com/sequoiallc/services/

[Possibly Off Topic - sorry] Class Loading question

2004-09-20 Thread Robert Bateman
I have Tomcat 5.0.25 loaded on a test server where I'm attempting to build a web service. I'm using Axis to handle the SOAP interractions. So far, I've been able to get Axis to load. But it seems that Axis is attempting to load a module that I'm responsible for in order to process the incommi