You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/07/26 07:35:32 UTC

DO NOT REPLY [Bug 49647] New: MailSessionFactory, et al missing in Tomcat 5.5.30

https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

           Summary: MailSessionFactory, et al missing in Tomcat 5.5.30
           Product: Tomcat 5
           Version: 5.5.30
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: adam@labkey.com


OS is Windows 7 (which probably could be added to your OS list now).

5.5.30 appears to have reintroduced this bug:
https://issues.apache.org/bugzilla/show_bug.cgi?id=40668

Comparing naming-factory.jar in Tomcat 5.5.29 with the one distributed in
Tomcat 5.5.30 confirms that the following classes are missing:

 SendMailFactory
 SendMailFactory$1
 MailSessionFactory
 MailSessionFactory$1
 MailSessionFactory$2

As a result, sending email from our Tomcat application is completely broken.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49647] MailSessionFactory, et al missing in Tomcat 5.5.30

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2010-07-26 05:45:36 EDT ---
Confirmed.

I checked all the jar files, those are the only classes missing, all other
changes are as expected.

container/catalina/build.xml builds the classes if property compile.javamail is
set, which is true if either full.dist=="on" or javamail.present is set. The
latter is true, if it finds "javax.activation.DataSource" in activation.jar and
"javax.mail.Service" in mail.jar. Both are not part of the download target,
possibly because of licensing. So I guess they were not present on the build
machine.

We need better release documentation for TC 5.5, release process seems to be to
fragile. There are lots of other dynamically determined conditions in the
build.xml files.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49647] MailSessionFactory, et al missing in Tomcat 5.5.30

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-09-17 03:12:42 EDT ---
5.5.31 has been released that fixes this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49647] MailSessionFactory, et al missing in Tomcat 5.5.30

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

adam@labkey.com <ad...@labkey.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam@labkey.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org