Ok, thanks. That fixed my problem. I underestimated the number of
dependencies needed to build the SOAP 2.2 source code. I know this is listed
in the documentation, but I was obviously too thick to get it.

Anyway, for future reference, I needed the following JARs to compile the
SOAP 2.2 Source.

Apache Xerces 1.4.2_D9 (xerces.jar)
JavaBeans Activation Framework 1.0.1 (activation.jar)
JavaMail 1.2 (imap.jar, mail.jar, mailapi.jar, pop3.jar, pop3.jar, smtp.jar)
IBM AlphaWorks POP3 2.03 (pop3.jar)
IBM AlphaWorks SMTP 2.02 (smtp.jar)
IBM OSS Bean Scripting Framework 2.2 (bsf.jar)
Weblogic 6.1 [for the Servlet API] (weblogic.jar)


There is obviously one more dependancy because com/ibm/xmi/* isn't being
found now. I am guessing that this is supposed to be in the IBM XML4J
distribution, but all I get from them is a version of xerces. Confusing...

-- Corey 


-----Original Message-----
From: Richard Boehme [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 5:22 PM
To: '[EMAIL PROTECTED]'
Subject: RE: bug in SMTP2HTTPBridge


The correct version should be on IBM's AlphaWorks at

http://www.alphaworks.ibm.com/ab.nsf/techmain/AD8820E9114E5B4488256723000AC8
7A

--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
> >
> >
> >
> >
> >
> >
>

Reply via email to