DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13725>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13725

Deserializing MIME attachments fails





------- Additional Comments From [EMAIL PROTECTED]  2002-10-22 17:28 -------
I checked this three times (all packages freshly downloaded), there is still the
same error!  
  
JDK 1.4.1, Linux  
Tomcat 4.1.12 LE  
CVS snapshot 2002-10-22  
 
Server: 
1) Unpacked jakarta-tomcat-4.1.12-LE.tar.gz  
2) Unpacked xml-axis.tar.gz  
3) Copied AXIS/webapps/* to TOMCAT/webapps  
4) Copied mail.jar (Javamail 1.3),  activation.jar (JAF 1.0.2), 
   xercesImpl.jar (Xerces 2.2.0) to TOMCAT/common/lib 
5) Copied  xmlParserAPIs.jar (Xerces 2.2.0) to TOMCAT/common/endorsed 
6) Copied Server.class to WEB-INF/classes 
7) Started Tomcat, is happy (except for xmlsec.jar) 
8) Deploy Service AttachTest 
 
Client: 
1) Copy axis.jar, commons-logging.jar, saaj.jar, commons-discovery.jar,   
   jaxrpc.jar (xml-axis-20021022/lib) to CLIENT/lib 
2) Copy xercesImpl.jar (Xerces 2.2.0) to CLIENT/lib 
3) xmlParserAPIs.jar (Xerces 2.2.0) to CLIENT/endorsed 
4) java -Djava.endorsed.dirs=endorsed Client \ 
        http://localhost:8080/axis/services/AttachTest 

Results in the same SaxException...

Reply via email to