RE: classloader problems

2002-02-07 Thread Dave Dunkin
Title: Message Yes, that solved the problem. Thanks.   Dave -Original Message-From: Glen Daniels [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 07, 2002 12:32 PMTo: '[EMAIL PROTECTED]'Subject: RE: classloader problems Yep, this looks like exactly the

RE: classloader problems

2002-02-07 Thread Glen Daniels
D]'Subject: RE: classloader problems Yes, the class is available in the WEB-INF/classes directory, not in the system classpath. Dave -Original Message- From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:00 AM To: [

RE: classloader problems

2002-02-07 Thread Sedukhin, Igor
x27;Subject: RE: classloader problems Yes, the class is available in the WEB-INF/classes directory, not in the system classpath. Dave -Original Message- From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:00 AM To: [EMAIL PROTECTED] Subject: RE:

RE: classloader problems

2002-02-07 Thread Dave Dunkin
Title: RE: classloader problems Yes, the class is available in the WEB-INF/classes directory, not in the system classpath. Dave -Original Message- From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:00 AM To: [EMAIL PROTECTED] Subject: RE

RE: classloader problems

2002-02-07 Thread Sedukhin, Igor
Title: Message Dave,   Are you sure the class it is trying to load (for a _RecordType type specified in WSDL) is available for a deployed Axis web app? That is, is it in WEB-INF/classes or in WEB-INF/lib?   Axis is inheriting the servlet classloader provided by the container. That's the guy