The correct version should be on IBM's AlphaWorks at http://www.alphaworks.ibm.com/ab.nsf/techmain/AD8820E9114E5B4488256723000AC87A
--Richard On Mon, 3 Dec 2001, Sanders, Corey wrote: > > Here is a somewhat related question. My Javamail package (Javamail 1.2 from > javasoft) has mail.jar and pop3.jar, but the package structure is these jars > (com/sun/mail/*) is different from what the SOAP source expects. What is the > correct distribution of mail.jar and pop3.jar and where do I get them? > > Thanks, --Corey > > -----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 > > > > > > > > > > > > >
