[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2006-11-16 Thread Christopher M. Cardona (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]

Christopher M. Cardona updated GERONIMO-891:


Fix Version/s: Wish List
   (was: 1.2)
  Environment: Need to refactor this portlet.

 Improve the Java Mail portlet
 -

 Key: GERONIMO-891
 URL: http://issues.apache.org/jira/browse/GERONIMO-891
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
 Environment: Need to refactor this portlet.
Reporter: Chris Cardona
 Assigned To: Christopher M. Cardona
 Fix For: Wish List

 Attachments: mailportlet-rev-348271.patch, 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




[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2006-11-16 Thread Christopher M. Cardona (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]

Christopher M. Cardona updated GERONIMO-891:


Environment: (was: Need to refactor this portlet.)

Need to refactor this portlet. Patch is very old.

 Improve the Java Mail portlet
 -

 Key: GERONIMO-891
 URL: http://issues.apache.org/jira/browse/GERONIMO-891
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Reporter: Chris Cardona
 Assigned To: Christopher M. Cardona
 Fix For: Wish List

 Attachments: mailportlet-rev-348271.patch, 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




[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2005-12-11 Thread Dain Sundstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]

Dain Sundstrom updated GERONIMO-891:


Fix Version: 1.1
 (was: 1.x)
Version: (was: 1.0-M5)
  Assign To: (was: Dain Sundstrom)

This needs more work before we can integrate this.  The edit panel does not 
show the current value of the portlet, and the view is showing the long gbean 
name.  

 Improve the Java Mail portlet
 -

  Key: GERONIMO-891
  URL: http://issues.apache.org/jira/browse/GERONIMO-891
  Project: Geronimo
 Type: Improvement
   Components: console
 Reporter: Chris Cardona
  Fix For: 1.1
  Attachments: mailportlet-rev-348271.patch, 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



[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2005-11-22 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]

Matt Hogstrom updated GERONIMO-891:
---

Fix Version: 1.x
 (was: 1.0)

 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
  Fix For: 1.x
  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



[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2005-08-29 Thread Aaron Mulder (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-891?page=all ]

Aaron Mulder updated GERONIMO-891:
--

Fix Version: 1.0

 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
  Fix For: 1.0
  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



[jira] Updated: (GERONIMO-891) Improve the Java Mail portlet

2005-08-19 Thread Chris Cardona (JIRA)
 [ 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
+groupIdsun/groupId
+artifactIdactivation/artifactId
+version${sun_activation_version}/version
+properties
+repositorytrue/repository
+/properties
+/dependency
+dependency
+groupIdsun/groupId
+artifactIdmail/artifactId
+version${sun_mail_version}/version
+properties
+repositorytrue/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
+urisun/jars/activation-${sun_activation_version}.jar/uri
+/dependency
+dependency
+urisun/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