RE: ClassNotFoundException when using my own logger

2004-03-04 Thread Jacob Kjome
Thanks. Oleg -Original Message- From: Nicholas Remy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: Re: ClassNotFoundException when using my own logger Is your org.waterford.util.logging.wLog class a member of a package? If so, remember that you

RE: ClassNotFoundException when using my own logger

2004-03-04 Thread Oleg Lebedev
on when using my own logger Hi all.   I have created and successfully deployed a web service using Axis. Now I am trying to print out my messages through my own Log class, which extends my other org.waterford.util.logging.

Re: ClassNotFoundException when using my own logger

2004-03-04 Thread Nicholas Remy
Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject ClassNotFoundException when using my own logger Hi all.   I have created and successfully deployed a web service using Axis. Now I am trying to print out my messages through my own Log class,

RE: ClassNotFoundException when using my own logger

2004-03-03 Thread Oleg Lebedev
 but nothing changed.   Any other ideas?   -Original Message-From: Hari Lakshmanan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 1:08 PMTo: [EMAIL PROTECTED]Subject: RE: ClassNotFoundException when using my own logger Make sure your org.waterford.util.l

RE: ClassNotFoundException when using my own logger

2004-03-03 Thread Hari Lakshmanan
Title: Message Make sure your org.waterford.util.logging.*  classes is available in classpath   __Hari -Original Message-From: Oleg Lebedev [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 12:02 PMTo: [EMAIL PROTECTED]Subject: ClassNotFoundException when using

ClassNotFoundException when using my own logger

2004-03-03 Thread Oleg Lebedev
Title: Message Hi all.   I have created and successfully deployed a web service using Axis. Now I am trying to print out my messages through my own Log class, which extends my other org.waterford.util.logging.wLog class, which is a wrapper for java.util.logging.Log class.   Axis finds the Lo