[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1854) helloworld_mail quickstart - client app missing javax.mail jar from build path

Len DiMaggio (JIRA) jira-events at lists.jboss.org
Wed Sep 21 21:33:26 EDT 2011


helloworld_mail quickstart - client app missing javax.mail jar from build path
------------------------------------------------------------------------------

                 Key: JBDS-1854
                 URL: https://issues.jboss.org/browse/JBDS-1854
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: SOA Platform
    Affects Versions: 4.1.1.M1
         Environment: Version: 4.1.1.GA
Build id: v20110908-0132-H1012-GA
Build date: 20110908-0132

            Reporter: Len DiMaggio
             Fix For: 4.1.1.Final


org.jboss.soa.esb.samples.quickstart.helloworld_mail.test.SendMailMessage

requires javax.mail for these imports:

import javax.mail.Message;
import javax.mail.Message.RecipientType;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.URLName;
import javax.mail.internet.AddressException;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;

A Java mail jar is not included in the client app. as installed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list