You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "ancow (JIRA)" <ji...@apache.org> on 2009/06/12 07:26:07 UTC

[jira] Updated: (AXIS2-4195) Jar conflict in WEB-INF/lib/: geronimo-javamail_1.4_spec-1.2.jar vs. mail.jar

     [ https://issues.apache.org/jira/browse/AXIS2-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ancow updated AXIS2-4195:
-------------------------

       Priority: Major  (was: Critical)
    Description: 
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 supplied by Axis2).

  was:
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).


Spelling error corrected & decreased priority.

> 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
>
> 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 supplied by Axis2).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.