[ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]
Chris Cardona updated GERONIMO-891:
-----------------------------------
Attachment: mailportlet.patch
Attached is the Java Mail portlet patch file. Any comments and suggestions are
welcome to improve the portlet.
Note that I used the Sun JavaMail SMTP service provider to test the portlet. To
use the Sun JavaMail SMTP service provider you need to do the ff.:
1. Apply the patch file
2. Modify applications/console-standard/project.xml:
* Add the dependencies and make sure the variables are defined
+ <dependency>
+ <groupId>sun</groupId>
+ <artifactId>activation</artifactId>
+ <version>${sun_activation_version}</version>
+ <properties>
+ <repository>true</repository>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>sun</groupId>
+ <artifactId>mail</artifactId>
+ <version>${sun_mail_version}</version>
+ <properties>
+ <repository>true</repository>
+ </properties>
+ </dependency>
3. Rebuild console-standard
4. Modify applications/console-ear/src/plan/geronimo-application.xml:
* Add the dependencies and make sure the variables are defined
+ <dependency>
+ <uri>sun/jars/activation-${sun_activation_version}.jar</uri>
+ </dependency>
+ <dependency>
+ <uri>sun/jars/mail-${sun_mail_version}.jar</uri>
+ </dependency>
5. Rebuild console-ear
6. Redeploy console
> Improve the Java Mail portlet
> -----------------------------
>
> Key: GERONIMO-891
> URL: http://issues.apache.org/jira/browse/GERONIMO-891
> Project: Geronimo
> Type: Improvement
> Components: console
> Versions: 1.0-M5
> Reporter: Chris Cardona
> Attachments: mailportlet.patch
>
> Update and improve the Java Mail portlet.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira