The following are limitations and known issues:
Cause: XDoclet has some limitations with long path names.
Solution: You should install Eclipse and the Web Tools Platform into a directory with a short path.
org.apache.axis.utils.JavaUtils isAttachmentSupported WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
Cause: Attachment support is disabled.
Solution: The Apache Axis tools should auto-detect the javax.activation classes provided you add activation.jar to the build path of the project to which you are generating your Web service or client. For services, you will also need to make sure activation.jar is available to the Tomcat JRE, either by including it in the server's global classpath or by placing a copy of activation.jar into the target Web project's lib/ directory.