Yup. Have tested with jars from both Tomcat and Javamail-1.2.
- Lucas > -----Original Message----- > From: Richard Boehme [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 5:01 PM > To: [EMAIL PROTECTED] > Subject: Re: bug in SMTP2HTTPBridge > > > Do you have mail.jar and pop3.jar in your classpath? > > --Richard > > > On Mon, 3 Dec 2001, Lucas Gonze wrote: > > > Using soap-2_2/lib/soap.jar and invoking SMTP2HTTPBridge, I get the > following > > error: > > java -classpath C:/src/mandingo/lib/soap-2_2/lib/soap.jar > > org.apache.soap.server.SMTP2HTTPBridge > > java.lang.NoClassDefFoundError: > com/ibm/network/mail/pop3/event/MessageListener > > > > My guess is that either that class is not actively maintained or > that the issue > > has been fixed in a later build. I would also guess that either > > * com.ibm.network.mail.pop3.event.MessageListener is in an external > package that > > happened to already be in the classpath of people using SMTP2HTTPBridge > > or > > * the class hierarchy for > com.ibm.network.mail.pop3.event.MessageListener has > > been renamed into the org.apache hierarchy. > > > > Thoughts, workarounds, suggestions? > > > > Thanks in advance. > > > > - Lucas Gonze > > > > > > > > > > > > > >
