[
https://issues.jboss.org/browse/JBDS-1854?page=com.atlassian.jira.plugin....
]
Brian Fitzpatrick resolved JBDS-1854.
-------------------------------------
Fix Version/s: 4.1.1.M2
(was: 4.1.1.Final)
Resolution: Done
Couple of things here. 1) I fixed the project examples xml file so that it would correctly
update the runtime server library container in the example upon import.
But that's moot because 2) I also have removed the example from the list of available
project examples.
After discussing this with Rob Cernich (who created the example), we're removing this
quickstart (which is new to this release) simply because it doesn't work across
versions. We can revisit at some point, but honestly we don't have the time or
resources to make it work the way it should for this release and it shouldn't hold
anybody up. I simply didn't realize the example wasn't cross-platform supported or
it wouldn't have been added in the first place.
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
Assignee: Brian Fitzpatrick
Fix For: 4.1.1.M2
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