Steve: I have download JAF version 1.1.1 from SUN. I have included the "activation.jar" the classpath and run the deployment script again. I am still get the same error. One thing that I noticed is that the deployment still went through. I saw the sample service was added to Tomcat configuration file: "server-config.wsdd".
Any idea ? I hope, I have done the installation correctly. I have included the screenshot of the error message as follow: ------------------------------------------------------------------------------------------- *AXISCLASSPATH --->*/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/axis.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/commons-discovery.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/commons-logging.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/jaxrpc.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/saaj.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib/log4j-1.2.8.jar:/irg3tier/tanl/tomcat/common/endorsed/xml-apis.jar:/irg3tier/tanl/tomcat/common/endorsed/xercesImpl.jar:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/bin/axis-1_4/lib:/vobs/EAS_APPLICATIONS/EAI/glue/Axis/jaf-1.1.1/ *activation.jar - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. *Processing file deploy.wsdd <Admin>Done processing</Admin> On 5/1/08, Steve Hall <[EMAIL PROTECTED]> wrote: > > Benjamin, > > It looks like you need to add the javabeans activation framework (JAF) jar > aka activation.jar to your classpath. JAF deals with mime types and is used > for attachments. Note, it is my understanding that JAF is only required when > writing services that use soap with attachments. > > > http://java.sun.com/javase/technologies/desktop/javabeans/jaf/downloads/index.html > > Steve Hall > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
