Jar conflict in WEB-INF/lib/: geronimo-javamail_1.4_spec-1.2.jar vs. mail.jar -----------------------------------------------------------------------------
Key: AXIS2-4195 URL: https://issues.apache.org/jira/browse/AXIS2-4195 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.4.1 Environment: Tomcat 5.5.27 Reporter: ancow Priority: Critical The supplied geronimo-javamail_1.4_spec-1.2.jar takes precedence over the supplied mail.jar, thus effectively hiding it from any deployed web services. Web services using JavaMail 1.4 don't work (properly) when deployed in Axis2 1.4.1 because geronimo-javamail_1.4_spec-1.2.jar takes precedence over mail.jar (JavaMail 1.4). Supplying a JavaMail 1.4 jar directly with the web service does not have any effect. Deleting geronimo-javamail_1.4_spec-1.2.jar apparently resolves the issue (I haven't noticed any adverse effects yet, but then I'm not using most features supplies by Axis2). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.