[jira] Updated: (GERONIMO-2972) Bind JavaMail Session to Global JNDI

2007-03-26 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona updated GERONIMO-2972:
-

Attachment: sendmail.war
mailsession1-plan.xml
GERONIMO-2972.patch

Attached are the ff. files:

1. GERONIMO-2972.patch - tried it on trunk rev 522662. This patch will create 
the ger: context and all created JavaMail resource is bound to this context 
using the 'name' key property from the object name of the gbean.

2. mailsession1-plan.xml - a plan to create a test JavaMail resource. After 
deploying, you can access the resource using ger:/MailSession1.

3. sendmail.war - a webapp for sending test emails where you can specify the 
JNDI name of JavaMail session to use.

4. testjndi.war - a webapp for doing JNDI lookup and see if an object is bound 
to a given name.


 Bind JavaMail Session to Global JNDI
 

 Key: GERONIMO-2972
 URL: https://issues.apache.org/jira/browse/GERONIMO-2972
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0-M5
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: GERONIMO-2972.patch, mailsession1-plan.xml, sendmail.war


 Auto bind JavaMail Session objects to Global JNDI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-2972) Bind JavaMail Session to Global JNDI

2007-03-26 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona updated GERONIMO-2972:
-

Attachment: testjndi.war

 Bind JavaMail Session to Global JNDI
 

 Key: GERONIMO-2972
 URL: https://issues.apache.org/jira/browse/GERONIMO-2972
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0-M5
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: GERONIMO-2972.patch, mailsession1-plan.xml, 
 sendmail.war, testjndi.war


 Auto bind JavaMail Session objects to Global JNDI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-2661) Make geronimo schema files more human readable

2007-03-26 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona closed GERONIMO-2661.


Resolution: Fixed

 Make geronimo schema files more human readable
 --

 Key: GERONIMO-2661
 URL: https://issues.apache.org/jira/browse/GERONIMO-2661
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: documentation
Affects Versions: 2.0-M5
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0-M5

 Attachments: alldoc.patch, appclientdoc.patch, appdoc.patch, 
 attributedoc.patch, connectordoc.patch, jettyconfigdoc.patch, jettydoc.patch, 
 logindoc.patch, moduledoc.patch, namingdoc.patch, plugindoc.patch, 
 securitydoc.patch, tomcatconfigdoc.patch, tomcatdoc.patch, webdoc.patch


 Geronimo schema files are the files which are basically exposed to all the 
 user's to follow the guidelines while developing there plan files. These 
 schema files should have lot of documentation just like j2ee descriptor's 
 schema's. All the fields should be described. 
 Schema formatting provides a nice option to do this by specifying 
 xs:annotation
   xs:documentation lang=endocumentation for each 
 element goes here/xs:documentation
   /xs:annotation
 for each and every element in schema files.
 I think this will make it more human readable, i believe that every file 
 which is openly exposed to user's should have lot of documentation for 
 readbility. What do you think?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-2853) Add a way to view MBean stats info in the JMX Viewer portlet

2007-03-26 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona closed GERONIMO-2853.


Resolution: Fixed

 Add a way to view MBean stats info in the JMX Viewer portlet
 

 Key: GERONIMO-2853
 URL: https://issues.apache.org/jira/browse/GERONIMO-2853
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0-M5
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0-M5

 Attachments: GERONIMO-2853.patch


 Modify the JMX Viewer portlet and add a way to view a list of MBeans that 
 provides statistics. Add 'Stats' tab which lists the stats of an MBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2966) [Code donation] Web2 Plugins

2007-03-21 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482664
 ] 

Christopher M. Cardona commented on GERONIMO-2966:
--

I spent some time trying out this donation and I think it's a nice tool to have 
for developing Web 2.0 apps in Geronimo. The donation basically consists of 
plugins (Dojo, JSON-RPC-Java, and ROME) and some test apps that utilizes the 
plugins. Installing it is very easy. I just followed the instructions from 
notes.txt titled 'Install for the impatient'. It also includes installation and 
developer's guide under the 'doc' directory which I find very helpful. The 
source code is also well documented and already includes the Apache license 
header. This donation was tested to work on Little G 1.1 with Tomcat and it 
would be nice to have it working on G 2.0 but since G 2.0 already includes 
native Dojo support, we don't need the Dojo plugin included in this donation.

Is there a place where we can host donated plugins? Anybody got suggestions on 
what to do with this donation? Thanks.

 [Code donation] Web2 Plugins
 

 Key: GERONIMO-2966
 URL: https://issues.apache.org/jira/browse/GERONIMO-2966
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
Affects Versions: 1.1.x
 Environment: MS Windows XP SP2 (although Java based should work on 
 any OS supporting Java)
Reporter: Jeffrey Faelnar
Priority: Minor
 Fix For: 1.1.x

 Attachments: IBM-Web20Plugins-CCLA.pdf, web2-plugins-0.1.1.zip


 IBM has developed a set of  Web2.0 plugins for Apache Geronimo. The first 
 two, the DOJO plug-in and the JSON-RPC-Java plug-in, will supply Geronimo 
 with client and server side support of AJAX technology. Developers will 
 create Web applications where the client side is implemented with the help of 
 a DOJO library and makes JSON-RPC calls to the server side business logic 
 exposed as a coarse-grained façade JavaBean. To add DOJO library support 
 developers need to make their applications dependent on the DOJO plug-in and 
 similarly to handle JSON-RPC calls using JSON-RPC-Java library developers 
 need to make the applications dependent on the JSON-RPC plug-in.
 The remaining Feeds plug-in will allow developers to easily create RSS 1.0, 
 RSS 2.0 and ATOM 1.0 syndication feeds. The plug-in will be used in one of 
 two ways. Developers will implement feeds so that they are accessed through 
 the Feeds plug-in acting as an already deployed Web module. In addition, 
 developers can implement feeds as separately deployed Web applications that 
 use some functionality of the Feeds plug-in.
 Attached are the plugins and IBM's CCLA.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-2971) Auto bind resources to Global JNDI

2007-03-14 Thread Christopher M. Cardona (JIRA)
Auto bind resources to Global JNDI
--

 Key: GERONIMO-2971
 URL: https://issues.apache.org/jira/browse/GERONIMO-2971
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public (Regular issues)
Affects Versions: 2.0
Reporter: Christopher M. Cardona


We need a way to auto bind resources like JDBC DataSource, JavaMail Session, 
EJB, etc. to Global JNDI namespace. This will allow the lookup of the said 
resources without declaring resource references in the deployment plans.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-2972) Bind JavaMail Session to Global JNDI

2007-03-14 Thread Christopher M. Cardona (JIRA)
Bind JavaMail Session to Global JNDI


 Key: GERONIMO-2972
 URL: https://issues.apache.org/jira/browse/GERONIMO-2972
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
  Components: mail
Affects Versions: 2.0
Reporter: Christopher M. Cardona


Auto bind JavaMail Session objects to Global JNDI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-2973) Bind JDBC DataSource to Global JNDI

2007-03-14 Thread Christopher M. Cardona (JIRA)
Bind JDBC DataSource  to Global JNDI


 Key: GERONIMO-2973
 URL: https://issues.apache.org/jira/browse/GERONIMO-2973
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Affects Versions: 2.0
Reporter: Christopher M. Cardona


Auto bind JDBC DataSource objects to Global JNDI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-2972) Bind JavaMail Session to Global JNDI

2007-03-14 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona reassigned GERONIMO-2972:


Assignee: Christopher M. Cardona

 Bind JavaMail Session to Global JNDI
 

 Key: GERONIMO-2972
 URL: https://issues.apache.org/jira/browse/GERONIMO-2972
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona

 Auto bind JavaMail Session objects to Global JNDI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2661) Make geronimo schema files more human readable

2007-02-24 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475701
 ] 

Christopher M. Cardona commented on GERONIMO-2661:
--

Applied the alldoc.patch to trunk rev. 511458 with additional modifications: 

- Removed the extra Apache license annotation (I think the original Apache 
license header is enough)
- Arranged the schema formatting
- Changed some annotation/documentation text

Thanks Rakesh!

 Make geronimo schema files more human readable
 --

 Key: GERONIMO-2661
 URL: https://issues.apache.org/jira/browse/GERONIMO-2661
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: documentation
Affects Versions: 2.0
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0

 Attachments: alldoc.patch, appclientdoc.patch, appdoc.patch, 
 attributedoc.patch, connectordoc.patch, jettyconfigdoc.patch, jettydoc.patch, 
 logindoc.patch, moduledoc.patch, namingdoc.patch, plugindoc.patch, 
 securitydoc.patch, tomcatconfigdoc.patch, tomcatdoc.patch, webdoc.patch


 Geronimo schema files are the files which are basically exposed to all the 
 user's to follow the guidelines while developing there plan files. These 
 schema files should have lot of documentation just like j2ee descriptor's 
 schema's. All the fields should be described. 
 Schema formatting provides a nice option to do this by specifying 
 xs:annotation
   xs:documentation lang=endocumentation for each 
 element goes here/xs:documentation
   /xs:annotation
 for each and every element in schema files.
 I think this will make it more human readable, i believe that every file 
 which is openly exposed to user's should have lot of documentation for 
 readbility. What do you think?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2853) Add a way to view MBean stats info in the JMX Viewer portlet

2007-02-23 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475352
 ] 

Christopher M. Cardona commented on GERONIMO-2853:
--

Added the 'Refresh Stats' button to the ff. revisions:

- trunk rev. 510727
- 2.0-M3 rev. 510759

 Add a way to view MBean stats info in the JMX Viewer portlet
 

 Key: GERONIMO-2853
 URL: https://issues.apache.org/jira/browse/GERONIMO-2853
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0

 Attachments: GERONIMO-2853.patch


 Modify the JMX Viewer portlet and add a way to view a list of MBeans that 
 provides statistics. Add 'Stats' tab which lists the stats of an MBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-2661) Make geronimo schema files more human readable

2007-02-21 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona reassigned GERONIMO-2661:


Assignee: Christopher M. Cardona  (was: Matt Hogstrom)

 Make geronimo schema files more human readable
 --

 Key: GERONIMO-2661
 URL: https://issues.apache.org/jira/browse/GERONIMO-2661
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: documentation
Affects Versions: 2.0
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0

 Attachments: alldoc.patch, appclientdoc.patch, appdoc.patch, 
 attributedoc.patch, connectordoc.patch, jettyconfigdoc.patch, jettydoc.patch, 
 logindoc.patch, moduledoc.patch, namingdoc.patch, plugindoc.patch, 
 securitydoc.patch, tomcatconfigdoc.patch, tomcatdoc.patch, webdoc.patch


 Geronimo schema files are the files which are basically exposed to all the 
 user's to follow the guidelines while developing there plan files. These 
 schema files should have lot of documentation just like j2ee descriptor's 
 schema's. All the fields should be described. 
 Schema formatting provides a nice option to do this by specifying 
 xs:annotation
   xs:documentation lang=endocumentation for each 
 element goes here/xs:documentation
   /xs:annotation
 for each and every element in schema files.
 I think this will make it more human readable, i believe that every file 
 which is openly exposed to user's should have lot of documentation for 
 readbility. What do you think?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-2853) Add a way to view MBean stats info in the JMX Viewer portlet

2007-02-20 Thread Christopher M. Cardona (JIRA)
Add a way to view MBean stats info in the JMX Viewer portlet


 Key: GERONIMO-2853
 URL: https://issues.apache.org/jira/browse/GERONIMO-2853
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0


Modify the JMX Viewer portlet and add a way to view a list of MBeans that 
provides statistics. Add 'Stats' tab which lists the stats of an MBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-2853) Add a way to view MBean stats info in the JMX Viewer portlet

2007-02-20 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona updated GERONIMO-2853:
-

Attachment: GERONIMO-2853.patch

Tested the patch to work on trunk rev. 509438

 Add a way to view MBean stats info in the JMX Viewer portlet
 

 Key: GERONIMO-2853
 URL: https://issues.apache.org/jira/browse/GERONIMO-2853
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 2.0

 Attachments: GERONIMO-2853.patch


 Modify the JMX Viewer portlet and add a way to view a list of MBeans that 
 provides statistics. Add 'Stats' tab which lists the stats of an MBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2517) Implement JSR77 Stats interfaces.

2007-02-02 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469690
 ] 

Christopher M. Cardona commented on GERONIMO-2517:
--

I created a wiki for additional information regarding this work: 

http://cwiki.apache.org/confluence/display/GMOxDEV/JSR+77+Performance+Monitoring+%28Stats+Interfaces%29

Please feel free to update the wiki. Thanks.

 Implement JSR77 Stats interfaces.
 -

 Key: GERONIMO-2517
 URL: https://issues.apache.org/jira/browse/GERONIMO-2517
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: management
Affects Versions: 1.2
 Environment: All
Reporter: Anita Kulshreshtha

 Implememt the following JSR77 interfaces (package o.a.g.management.stats):
 EJBStats.java
 EntityBeanStats.java  
 JCAConnectionPoolStats.java
 JCAConnectionStats.java   
 JCAStats.java
 JDBCConnectionPoolStats.java  
 JDBCConnectionStats.java
 JDBCStats.java  
 JMSConnectionStats.java
 JMSConsumerStats.java  
 JMSEndpointStats.java
 JMSProducerStats.java  
 JMSSessionStats.java
 JMSStats.java  
 JTAStats.java  
 JavaMailStats.java
 MessageDrivenBeanStats.java   
 ServletStats.java  
 SessionBeanStats.java
 StatefulSessionBeanStats.java 
 StatelessSessionBeanStats.java 
 URLStats.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2689) New View for JNDI name in all the contexts

2007-01-12 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464394
 ] 

Christopher M. Cardona commented on GERONIMO-2689:
--

Here are the necessary widget name changes to avoid javascript error:

1. dojo.widget.TreeEmphaseOnSelect TO dojo.widget.TreeEmphasizeOnSelect
2. dojo.widget.TreeExpandOnSelect TO dojo.widget.TreeToggleOnSelect


 New View for JNDI name in all the contexts
 --

 Key: GERONIMO-2689
 URL: https://issues.apache.org/jira/browse/GERONIMO-2689
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Kevan Miller
 Fix For: 2.0

 Attachments: allviews.patch, common.patch, G2689-2690-2691.patch, 
 G2689-2690-2691_updated.patch, jndi.gif, jndiview2689.patch, navigation.gif


 So many times we hit the Exception NamingNotFound, most of the times it 
 happens because of user error, missing references, wrong names or path or 
 user working in different context and system looking in some other context.
 I think it would be nice if in a console we can have a view of what all names 
 are binded or available in contexts of each application / module or component.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2689) New View for JNDI name in all the contexts

2007-01-10 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona updated GERONIMO-2689:
-

Attachment: G2689-2690-2691.patch

 New View for JNDI name in all the contexts
 --

 Key: GERONIMO-2689
 URL: https://issues.apache.org/jira/browse/GERONIMO-2689
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Kevan Miller
 Fix For: 2.0

 Attachments: allviews.patch, common.patch, G2689-2690-2691.patch, 
 jndi.gif, jndiview2689.patch, navigation.gif


 So many times we hit the Exception NamingNotFound, most of the times it 
 happens because of user error, missing references, wrong names or path or 
 user working in different context and system looking in some other context.
 I think it would be nice if in a console we can have a view of what all names 
 are binded or available in contexts of each application / module or component.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2689) New View for JNDI name in all the contexts

2007-01-10 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463741
 ] 

Christopher M. Cardona commented on GERONIMO-2689:
--

Attached combined patch which fixes javascript error for using wrong Dojo 
widget names.

 New View for JNDI name in all the contexts
 --

 Key: GERONIMO-2689
 URL: https://issues.apache.org/jira/browse/GERONIMO-2689
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.0
 Environment: Any
Reporter: Rakesh Midha
 Assigned To: Kevan Miller
 Fix For: 2.0

 Attachments: allviews.patch, common.patch, G2689-2690-2691.patch, 
 jndi.gif, jndiview2689.patch, navigation.gif


 So many times we hit the Exception NamingNotFound, most of the times it 
 happens because of user error, missing references, wrong names or path or 
 user working in different context and system looking in some other context.
 I think it would be nice if in a console we can have a view of what all names 
 are binded or available in contexts of each application / module or component.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-1747) HTTP-methods checks

2007-01-04 Thread Christopher M. Cardona (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462317
 ] 

Christopher M. Cardona commented on GERONIMO-1747:
--

Hi David,

I tried deploying Apache Slide webapp with security constraint set to enable 
authentication on 2.0-M1 but I got the following error:

{code:xml}
...
Caused by: org.apache.xmlbeans.XmlException: Invalid deployment descriptor: [err
or: cvc-datatype-valid.1.1: string value 'VERSION-CONTROL' does not match patter
n for http-methodType in namespace http://java.sun.com/xml/ns/javaee, error: cvc
-datatype-valid.1.1: string value 'BASELINE-CONTROL' does not match pattern for
http-methodType in namespace http://java.sun.com/xml/ns/javaee]
Descriptor: web-app xsi:schemaLocation=http://java.sun.com/xml/ns/javaeehttp:/
/java.sun.com/xml/ns/javaee/web-app_2_5.xsd version=2.5 xmlns:xsi=http://www
.w3.org/2001/XMLSchema-instance xmlns=http://java.sun.com/xml/ns/javaee;
  display-nameJakarta Slide WebDAV Server/display-name
  !--Definition and configuration of servlet filters--
  filter
filter-namewebdavlog/filter-name
filter-classorg.apache.slide.webdav.filter.LogFilter/filter-class
init-param
  descriptionDefines the format of a log line.
The following placeholders are available:
%T=thread-name,
%t=date-time,
%P=principal-name,
%m=method-name,
%s=status-code,
%l=default-status-text,
%L=detailed-status-text,
%i=elapsed-time,
%p=relative-request-uri,
%u=request-uri.
%x=request-content-length.
%A=header User-Agent./description
  param-namelogFormat/param-name
  param-value%T, %t, %P, %m, %s %l, %i, %p/param-value
/init-param
init-param
  descriptionIf true, output is directed to STDOUT./description
  param-nameoutputToConsole/param-name
  param-valuetrue/param-value
/init-param
init-param
  descriptionIf true, output is directed to the servlet's log file./descr
iption
  param-nameoutputToServletLog/param-name
  param-valuefalse/param-value
/init-param
!--init-param
param-nameoutputToFile/param-name
param-valuec:\webdav.log.xml/param-value
descriptionIf present, output is directed to the specified file./
description
/init-param--
  /filter
  !--If you're operating Slide with an SSL connection and with authentication e
nabled
 and you notice that Internet Explorer is unable to open some file types
 you may
 want to uncomment the following filter and its associated filter-mappin
g. See the
 javadoc for the NoCacheFilter class for a description of the problem an
d discussion
 of the ramifications.--
  !--filter
filter-namenocache/filter-name
filter-classorg.apache.slide.webdav.filter.NoCacheFilter/filter-class

/filter--
  filter-mapping
filter-namewebdavlog/filter-name
servlet-namewebdav/servlet-name
  /filter-mapping
  !--filter-mapping
filter-namenocache/filter-name
servlet-namewebdav/servlet-name
/filter-mapping--
  !--Definition and configuration of Slide's WebDAV servlet.--
  servlet
display-nameSlide DAV Server/display-name
servlet-namewebdav/servlet-name
servlet-classorg.apache.slide.webdav.WebdavServlet/servlet-class
init-param
  descriptionPath to the domain configuration file, relative to the path o
f the
web application.
The default is '/Domain.xml'./description
  param-namedomain/param-name
  param-value/Domain.xml/param-value
/init-param
init-param
  descriptionName of the Slide namespace that should be accessed by this s
ervlet.
If this parameter is provided, make sure the corresponding names
pace
is defined in the domain configuration file. Otherwise, the defa
ult
namespace will be used, if one exists./description
  param-namenamespace/param-name
  param-valueslide/param-value
/init-param
init-param
  descriptionScope of the Slide namespace that should be exposed by this s
ervlet.
 For example, if you want to expose only the /files collection v
ia
 WebDAV, set this parameter to '/files'. In that case, any URLs
of the
 form '/context-path/servlet-path/*' will be mapped to '/files/*
'
 in the Slide namespace.
 The default value is an empty string./description
  param-namescope/param-name
  param-value/
/init-param
init-param
  descriptionThis init-parameter determines the depth limit for PROPFIND a
nd other
 methods, to avoid performance hits on the server 

[jira] Updated: (GERONIMO-1747) HTTP-methods checks

2007-01-04 Thread Christopher M. Cardona (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher M. Cardona updated GERONIMO-1747:
-

Attachment: slide.war

 HTTP-methods checks
 ---

 Key: GERONIMO-1747
 URL: https://issues.apache.org/jira/browse/GERONIMO-1747
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0
 Environment: Windows 2003, java 1.4
Reporter: Ilya Platonov
 Fix For: 1.1.2

 Attachments: slide.war, web.xml


 I'm tring to run jakarta-slide web-application on geronimo application 
 server. Slide provides WebDAV support.
 When security constrain is not set, everything works fine exept some minor 
 issues but when I put some security constraints for servlets I got following 
 error in server.log.
 15:43:58,132 ERROR [CoyoteAdapter] An exception or error occurred in the 
 container during the request processing
 java.lang.IllegalArgumentException: Invalid HTTPMethodSpec
 at javax.security.jacc.HTTPMethodSpec.init(HTTPMethodSpec.java:114)
 at 
 javax.security.jacc.WebUserDataPermission.init(WebUserDataPermission.java:84)
 at 
 org.apache.geronimo.tomcat.realm.TomcatGeronimoRealm.hasUserDataPermission(TomcatGeronimoRealm.java:123)
 at 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:428)
 at 
 org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:262)
 at 
 org.apache.geronimo.tomcat.valve.PolicyContextValve.invoke(PolicyContextValve.java:50)
 at 
 org.apache.geronimo.tomcat.valve.TransactionContextValve.invoke(TransactionContextValve.java:53)
 at 
 org.apache.geronimo.tomcat.valve.ComponentContextValve.invoke(ComponentContextValve.java:47)
 at 
 org.apache.geronimo.tomcat.valve.InstanceContextValve.invoke(InstanceContextValve.java:60)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 at 
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
 at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
 at 
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
 at 
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
 at 
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:534)
 When I looked through Geronimo source code I found that GET, POST, PUT, 
 DELETE, HEAD, OPTIONS and TRACE http-methods hardcoded into 
 HTTPMethodSpec class and if you tring to  use another method it throws this 
 exception. Problem is that WebDAV specification extends standard 
 HTTP-methods, for example it uses MKCOL and LOCK methods so jakarta-slide 
 just not working.
 Is there any workaround for this bug or geronimo is just not able to handle 
 any HTTP protocol extensions???

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2593) Document Javamail Session creation and usage

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

Christopher M. Cardona updated GERONIMO-2593:
-

Attachment: sendmail.war
sendmail.jpg

 Document Javamail Session creation and usage
 

 Key: GERONIMO-2593
 URL: http://issues.apache.org/jira/browse/GERONIMO-2593
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: documentation
Affects Versions: 1.1.1
 Environment: WAS CE 1.1.0.1
Reporter: Mike Perham
 Attachments: sendmail.jpg, sendmail.war


 I can't find anywhere in the GDOC11 wiki or WAS CE public documentation that 
 explains how to create a simple system-wide mail Session.  The Geronimo 
 console does not have a page to create them and the samples only contain a 
 single javamail config project whose plan.xml is incomprehensible to a mere 
 mortal like me.
 Please provide an example how to create a mail Session (or how to get one out 
 of the javamail module configured in config.xml?) and how to reference that 
 session within a webapp.
 If anyone sees this issue and can email me an example, please email mike AT 
 perham.net.  I'm stuck on this right now.

-- 
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] Commented: (GERONIMO-2593) Document Javamail Session creation and usage

2006-12-15 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2593?page=comments#action_12458732
 ] 

Christopher M. Cardona commented on GERONIMO-2593:
--

Hernan,

Maybe we can include this in our docs so we have basic documentation for 
JavaMail. I don't mind doing it but not sure where to put it. :-)

Thanks,
chris

 Document Javamail Session creation and usage
 

 Key: GERONIMO-2593
 URL: http://issues.apache.org/jira/browse/GERONIMO-2593
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: documentation
Affects Versions: 1.1.1
 Environment: WAS CE 1.1.0.1
Reporter: Mike Perham
 Attachments: sendmail.jpg, sendmail.war


 I can't find anywhere in the GDOC11 wiki or WAS CE public documentation that 
 explains how to create a simple system-wide mail Session.  The Geronimo 
 console does not have a page to create them and the samples only contain a 
 single javamail config project whose plan.xml is incomprehensible to a mere 
 mortal like me.
 Please provide an example how to create a mail Session (or how to get one out 
 of the javamail module configured in config.xml?) and how to reference that 
 session within a webapp.
 If anyone sees this issue and can email me an example, please email mike AT 
 perham.net.  I'm stuck on this right now.

-- 
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] Commented: (GERONIMO-2593) Document Javamail Session creation and usage

2006-12-15 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2593?page=comments#action_12458730
 ] 

Christopher M. Cardona commented on GERONIMO-2593:
--

Hi Mike,

Hope this helps.

chris

{color:red} 
Using Geronimo's default JavaMail session:
{color} 

Note: This was tested on trunk and should be the same steps for Geronimo v1.2 
and v2.0 with minor changes specifically references to JavaMail module ID.

1. Download Apache JAMES from: 
http://apache2.openmirrors.org/james/server/binaries/james-2.3.0.zip

2. Unzip file and run JAMES by executing: \james-2.3.0\bin\run.bat. You should 
see something like this:

{code:xml}
Phoenix 4.2

James Mail Server 2.3.0
Remote Manager Service started plain:4555
POP3 Service started plain:110
SMTP Service started plain:25
NNTP Service started plain:119
FetchMail Disabled
{code}

3. Make sure JavaMail module is started:

- For trunk and v2.0-M1: org.apache.geronimo.configs/javamail/2.0-SNAPSHOT/car 
(by default this is started)
- For v1.2-beta: org.apache.geronimo.configs/javamail/1.2-beta/car (by default 
this is not started)
- To start the module you can:

  a. Use the Web Console: Applications  System Modules  Click 'Start' link 
beside the JavaMail module ID

  b. Use command line deployer:

{code:xml}
cd geronimo_home\bin
java -jar deployer.jar --user system --password manager start 
org.apache.geronimo.configs/javamail/2.0-SNAPSHOT/car
{code} 

  c. Stop the server. Modify geronimo_home\var\config\config.xml and set 
JavaMail module load attribute to 'true':

{code:xml} 
...
module load=true 
name=org.apache.geronimo.configs/javamail/2.0-SNAPSHOT/car
gbean name=SMTPTransport
attribute name=hostlocalhost/attribute
attribute name=port25/attribute
/gbean
/module
...
{code} 

Note: You can configure the SMTP transport's host and port by overriding the 
values of the SMTPTransport GBean attrbitues. For our test we will use the 
default. This will allow us to connect to JAMES running in localhost and using 
port 25 (the default SMTP port).

3. Create a simple webapp (sendmail.war - attached in this issue) containing 
the following files:

{code:xml}
sendmail.war
  + index.jsp
  + WEB-INF
+ web.xml
+ geronimo-web.xml
{code}

web.xml:

{code:xml}
?xml version=1.0 encoding=UTF-8?
web-app xmlns=http://java.sun.com/xml/ns/j2ee;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;
version=2.4
display-nameSend Mail Webapp/display-name
welcome-file-list
welcome-fileindex.jsp/welcome-file
/welcome-file-list
resource-ref
!-- Used in index.jsp --
res-ref-namemail/testMailSession/res-ref-name
res-typejavax.mail.Session/res-type
res-authContainer/res-auth
res-sharing-scopeShareable/res-sharing-scope
/resource-ref
/web-app
{code}

geronimo-web.xml:

{code:xml}
?xml version=1.0 encoding=UTF-8?
web-app xmlns=http://geronimo.apache.org/xml/ns/j2ee/web-1.1;
environment
moduleId
groupIdtest/groupId
artifactIdsendmail/artifactId
version1.0/version
typecar/type
/moduleId   
dependencies
dependency
groupIdorg.apache.geronimo.configs/groupId
artifactIdjavamail/artifactId
version2.0-SNAPSHOT/version
typecar/type
/dependency
/dependencies
/environment
context-root/sendmail/context-root
resource-ref
!-- Used is web.xml --
ref-namemail/testMailSession/ref-name
!-- Default Geronimo mail session --
resource-linkmail/MailSession/resource-link
/resource-ref
/web-app
{code}

index.jsp:

{code:xml}
[EMAIL PROTECTED] import=java.util.Date,
javax.mail.Message,
javax.mail.Session,
javax.mail.Transport,
javax.mail.internet.InternetAddress,
javax.mail.internet.MimeMessage,
javax.naming.InitialContext %

%
String resultMsg = ;
String action = request.getParameter(action);
if (Send.equals(action)) {
String from = request.getParameter(from);
String to = request.getParameter(to);
String subject = request.getParameter(subject);
String content = request.getParameter(message);

// Get mail session and transport
InitialContext context = new InitialContext();
// Mail session from web.xml's resource reference
Session mailSession = (Session) 
context.lookup(java:comp/env/mail/testMailSession);
Transport transport = mailSession.getTransport(smtp);

// Setup message
MimeMessage message = new MimeMessage(mailSession);
// From address
message.setFrom(new InternetAddress(from));
// To address

[jira] Updated: (GERONIMO-2635) Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1

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

Christopher M. Cardona updated GERONIMO-2635:
-

Fix Version/s: 2.0-M1
Affects Version/s: 2.0-M1

 Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1
 --

 Key: GERONIMO-2635
 URL: http://issues.apache.org/jira/browse/GERONIMO-2635
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0, 2.0-M1
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 2.0, 2.0-M1


 Need to upgrade to JavaMail 1.4 (JSR 919) and JavaBeans Activation Framework 
 1.1 (JSR 925) for JEE 5 compliance.

-- 
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] Closed: (GERONIMO-2635) Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1

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

Christopher M. Cardona closed GERONIMO-2635.


Resolution: Fixed

Updated trunk and 2.0-M1

 Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1
 --

 Key: GERONIMO-2635
 URL: http://issues.apache.org/jira/browse/GERONIMO-2635
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0, 2.0-M1
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 2.0-M1, 2.0


 Need to upgrade to JavaMail 1.4 (JSR 919) and JavaBeans Activation Framework 
 1.1 (JSR 925) for JEE 5 compliance.

-- 
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] Commented: (GERONIMO-2618) Add basic tests to console-testsuite

2006-12-13 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2618?page=comments#action_12458075
 ] 

Christopher M. Cardona commented on GERONIMO-2618:
--

Added in:

- trunk: rev 486590
- branches/2.0-M1: rev 486591

 Add basic tests to console-testsuite
 

 Key: GERONIMO-2618
 URL: http://issues.apache.org/jira/browse/GERONIMO-2618
 Project: Geronimo
  Issue Type: Test
  Security Level: public(Regular issues) 
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona

 The current console-testsuite needs to be enhanced to include basic tests 
 like:
 1. Test portlet links work
 2. Test portlet titles and key text are correct
 3. Test operations that require popup messages (confirmation, info, etc.)
 4. Test that correct default/initial values for widgets are set
 We can add to this list as we go along...

-- 
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-2498) Geronimo should use the full javamail uber jar instead of just the spec jar + provider jar.

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

Christopher M. Cardona updated GERONIMO-2498:
-

Affects Version/s: 2.0-M1

 Geronimo should use the full javamail uber jar instead of just the spec jar + 
 provider jar.
 ---

 Key: GERONIMO-2498
 URL: http://issues.apache.org/jira/browse/GERONIMO-2498
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 1.2, 2.0-M1
Reporter: Rick McGuire
 Assigned To: Rick McGuire
Priority: Minor
 Fix For: Wish List


 Unlike the Sun version of javamail, the Geronimo version is split into a spec 
 jar and a provider jar.  This has caused numerous problems with users 
 attempting to use javamail from their applications.  Many base components 
 have a javamail spec dependency, which causes the javamail api classes to be 
 loaded, but not the provider classes.  The first hint of a problem is usually 
 a NoSuchProvider exception thrown when trying to create an smtp transport 
 instance.  This generally takes some time to sort out.  And even once the 
 dependency is added, there has been at least one occasion where it was 
 necessary to change the application to explicitly set the context classloader 
 before creating the Transport, thus requiring a change from an application 
 that worked on other servers.  Again, this was caused by having spec and 
 provider jars managed by different classloader instances. 

-- 
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] Closed: (GERONIMO-1652) EJBModuleImpl.getEJBs() always return an empty array

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

Christopher M. Cardona closed GERONIMO-1652.


Resolution: Fixed

 EJBModuleImpl.getEJBs() always return an empty array
 

 Key: GERONIMO-1652
 URL: http://issues.apache.org/jira/browse/GERONIMO-1652
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: core, OpenEJB
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Attachments: EJBModuleImpl.java


 Calling EJBModuleImpl.getEJBs() always returns an empty String[] because of a 
 wrong generated query. Here is an example query:
 geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=null,j2eeType=EntityBean,*
 The correct query should have been:
 geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=daytrader-ejb-1.1-SNAPSHOT.jar,j2eeType=EntityBean,*

-- 
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] Created: (GERONIMO-2635) Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1

2006-12-06 Thread Christopher M. Cardona (JIRA)
Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1
--

 Key: GERONIMO-2635
 URL: http://issues.apache.org/jira/browse/GERONIMO-2635
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: mail
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 2.0


Need to upgrade to JavaMail 1.4 (JSR 919) and JavaBeans Activation Framework 
1.1 (JSR 925) for JEE 5 compliance.

-- 
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] Commented: (GERONIMO-2635) Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1

2006-12-06 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2635?page=comments#action_12456283
 ] 

Christopher M. Cardona commented on GERONIMO-2635:
--

trunk - Revision: 483324

 Upgrade to JavaMail 1.4 and JavaBeans Activation Framework 1.1
 --

 Key: GERONIMO-2635
 URL: http://issues.apache.org/jira/browse/GERONIMO-2635
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: mail
Affects Versions: 2.0
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 2.0


 Need to upgrade to JavaMail 1.4 (JSR 919) and JavaBeans Activation Framework 
 1.1 (JSR 925) for JEE 5 compliance.

-- 
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:


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-1701) Improve the EJB Server portlet

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

Christopher M. Cardona updated GERONIMO-1701:
-

Fix Version/s: Wish List

This portlet should be modified to support JEE 5 changes, etc. Input needed for 
redesigning portlet.

 Improve the EJB Server portlet
 --

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

 Attachments: ejbMgrPortlet-G.patch, ejbmgrportlet-G1.1.1.patch, 
 ejbmgrportlet-openejb-G1.1.1.patch, ejbMgrPortlet-OpenEJB.patch, 
 ejbMgrPortlet-Snapshot.zip, viewEJBModules.jpg


 Improve the EJB Server portlet to do the ff.:
 1. View a list of deployed EJB modules in the EJB server including basic 
 statistics of the different EJB 
 types.
 2. View a list of deployed EJBs of an EJB module including basic statistics 
 of the different EJB types.
 3. View the deployment descriptor of an EJB module.
 4. View a specific EJB to get basic configuration info
 Note: This portlet can still be enhanced to do other stuff.

-- 
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] Reopened: (GERONIMO-1868) Calculate /console prefix dynamically for SVG, etc.

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

Christopher M. Cardona reopened GERONIMO-1868:
--

 
Accidentally closed this issue.

 Calculate /console prefix dynamically for SVG, etc.
 ---

 Key: GERONIMO-1868
 URL: http://issues.apache.org/jira/browse/GERONIMO-1868
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.0
Reporter: Aaron Mulder
 Assigned To: Christopher M. Cardona
 Fix For: 1.2


 The path to the console is hardcoded in svrInfoNormal.jsp and car/index.jsp 
 right now.  There's a method somewhere to calculate this (PortletManager?) 
 and we should use it or something equivalent.

-- 
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] Closed: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

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

Christopher M. Cardona closed GERONIMO-1823.


Fix Version/s: 1.2
   Resolution: Fixed

 Add Embedded LDAP Server Viewer Portlet
 ---

 Key: GERONIMO-1823
 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 1.2

 Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, 
 GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, 
 ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, 
 ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, 
 ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, 
 ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif


 Add a new portlet for viewing the contents of the embedded directory server 
 (Apache DS). This portlet will be under 'Misc' portlets.

-- 
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] Closed: (GERONIMO-1868) Calculate /console prefix dynamically for SVG, etc.

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

Christopher M. Cardona closed GERONIMO-1868.


Resolution: Fixed

 Calculate /console prefix dynamically for SVG, etc.
 ---

 Key: GERONIMO-1868
 URL: http://issues.apache.org/jira/browse/GERONIMO-1868
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.0
Reporter: Aaron Mulder
 Assigned To: Christopher M. Cardona
 Fix For: 1.2


 The path to the console is hardcoded in svrInfoNormal.jsp and car/index.jsp 
 right now.  There's a method somewhere to calculate this (PortletManager?) 
 and we should use it or something equivalent.

-- 
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] Commented: (GERONIMO-2552) Remove SVG usage from Admin Console

2006-11-15 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2552?page=comments#action_12449972
 ] 

Christopher M. Cardona commented on GERONIMO-2552:
--

FYI, I started playing with dojo.widget.Chart and I was able to create a chart 
programmatically and update it via DWR call. I think it's reasonably easy to 
use and very flexible. The following are issues that I'm seeing so far:

1.  I haven't found a way to embed the Dojo chart inside a portlet. It 
displays the chart but outside the portlet display area.
2.  Continuously updating/rendering of the chart gradually becomes slow. 
Not sure if the old chart data is being released properly every time you render 
it.


 Remove SVG usage from Admin Console
 ---

 Key: GERONIMO-2552
 URL: http://issues.apache.org/jira/browse/GERONIMO-2552
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.x
 Environment: Windows
Reporter: Donald Woods
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 1.x


 Adobe is ending support for their SVG Viewer for Windows on January 1, 2008 
 and it is not supported in Windows Vista -
http://www.adobe.com/svg/pdfs/ASV_EOL_FAQ.pdf
 Looking over the following site -
http://wiki.svg.org/Viewer_Implementations
 there doesn't seem to be any free SVG Viewers available for Windows anymore.
 Requiring Firefox or Opera browsers should not be an option.

-- 
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] Closed: (GERONIMO-1559) Console displays the incorrect locale

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

Christopher M. Cardona closed GERONIMO-1559.


Resolution: Fixed

I was able to verify this by changing my system time zone but like what Erin 
said this portlet is just displaying the system properties returned by a call 
to System.getProperties(). There's nothing we can do here.

 Console displays the incorrect locale
 -

 Key: GERONIMO-1559
 URL: http://issues.apache.org/jira/browse/GERONIMO-1559
 Project: Geronimo
  Issue Type: Wish
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.0
 Environment: WinXP SP2
Reporter: Mihael Sedmak
 Assigned To: Christopher M. Cardona

 When listing the  System Property values for the Server JVM, under the 
 User section, the console displays user.timezone = Europe/Belgrade which 
 is incorrect. The timezone on the machine which runs Geronimo is set to 
 Sarajevo, Skopje, Warsaw, Zagreb

-- 
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] Assigned: (GERONIMO-1868) Calculate /console prefix dynamically for SVG, etc.

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

Christopher M. Cardona reassigned GERONIMO-1868:


Assignee: Christopher M. Cardona

 Calculate /console prefix dynamically for SVG, etc.
 ---

 Key: GERONIMO-1868
 URL: http://issues.apache.org/jira/browse/GERONIMO-1868
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.0
Reporter: Aaron Mulder
 Assigned To: Christopher M. Cardona
 Fix For: 1.2


 The path to the console is hardcoded in svrInfoNormal.jsp and car/index.jsp 
 right now.  There's a method somewhere to calculate this (PortletManager?) 
 and we should use it or something equivalent.

-- 
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] Assigned: (GERONIMO-2552) Remove SVG usage from Admin Console

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

Christopher M. Cardona reassigned GERONIMO-2552:


Assignee: Christopher M. Cardona

 Remove SVG usage from Admin Console
 ---

 Key: GERONIMO-2552
 URL: http://issues.apache.org/jira/browse/GERONIMO-2552
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.x
 Environment: Windows
Reporter: Donald Woods
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 1.x


 Adobe is ending support for their SVG Viewer for Windows on January 1, 2008 
 and it is not supported in Windows Vista -
http://www.adobe.com/svg/pdfs/ASV_EOL_FAQ.pdf
 Looking over the following site -
http://wiki.svg.org/Viewer_Implementations
 there doesn't seem to be any free SVG Viewers available for Windows anymore.
 Requiring Firefox or Opera browsers should not be an option.

-- 
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] Assigned: (GERONIMO-1701) Improve the EJB Server portlet

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

Christopher M. Cardona reassigned GERONIMO-1701:


Assignee: Christopher M. Cardona

 Improve the EJB Server portlet
 --

 Key: GERONIMO-1701
 URL: http://issues.apache.org/jira/browse/GERONIMO-1701
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: console, OpenEJB
Affects Versions: 1.1, 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: ejbMgrPortlet-G.patch, ejbmgrportlet-G1.1.1.patch, 
 ejbmgrportlet-openejb-G1.1.1.patch, ejbMgrPortlet-OpenEJB.patch, 
 ejbMgrPortlet-Snapshot.zip, viewEJBModules.jpg


 Improve the EJB Server portlet to do the ff.:
 1. View a list of deployed EJB modules in the EJB server including basic 
 statistics of the different EJB 
 types.
 2. View a list of deployed EJBs of an EJB module including basic statistics 
 of the different EJB types.
 3. View the deployment descriptor of an EJB module.
 4. View a specific EJB to get basic configuration info
 Note: This portlet can still be enhanced to do other stuff.

-- 
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] Assigned: (GERONIMO-1559) Console displays the incorrect locale

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

Christopher M. Cardona reassigned GERONIMO-1559:


Assignee: Christopher M. Cardona

 Console displays the incorrect locale
 -

 Key: GERONIMO-1559
 URL: http://issues.apache.org/jira/browse/GERONIMO-1559
 Project: Geronimo
  Issue Type: Wish
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.0
 Environment: WinXP SP2
Reporter: Mihael Sedmak
 Assigned To: Christopher M. Cardona

 When listing the  System Property values for the Server JVM, under the 
 User section, the console displays user.timezone = Europe/Belgrade which 
 is incorrect. The timezone on the machine which runs Geronimo is set to 
 Sarajevo, Skopje, Warsaw, Zagreb

-- 
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] Assigned: (GERONIMO-891) Improve the Java Mail portlet

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

Christopher M. Cardona reassigned GERONIMO-891:
---

Assignee: Christopher M. Cardona

 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: 1.2

 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] Commented: (GERONIMO-1939) Server Info portlet doesn't display the 'Server Memory Usage' live graph on Internet Explorer

2006-11-08 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1939?page=comments#action_12448070
 ] 

Christopher M. Cardona commented on GERONIMO-1939:
--

IE 6.0 didn't prompt to download the Adobe SVG Viewer plugin and manually 
installing the plugin (Adobe SVG Viewer 3.01) and viewing the Server Info 
portlet resulted to script errors:

1. Wrong number of parameters, 1 expected
line: 82, column: 0

2. 'navigator.userAgent' is null or not an object
line: 400, column: 5

Note: I was able to test that my plugin was working by going to this link: 
http://www.adobe.com/svg/viewer/install/svgtest.html

 Server Info portlet doesn't display the 'Server Memory Usage' live graph on 
 Internet Explorer
 -

 Key: GERONIMO-1939
 URL: http://issues.apache.org/jira/browse/GERONIMO-1939
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.1
Reporter: Christopher M. Cardona
 Attachments: embedSVG.js


 I've tested it to work on Firefox v1.5.0.2 but the graph doesn't show up on 
 IE v6.0.

-- 
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] Closed: (GERONIMO-2075) Error viewing Web Access Log Viewer portlet on G 1.1 with Tomcat

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

Christopher M. Cardona closed GERONIMO-2075.


Resolution: Fixed

This was fixed on G 1.1 release.

 Error viewing Web Access Log Viewer portlet on G 1.1 with Tomcat
 --

 Key: GERONIMO-2075
 URL: http://issues.apache.org/jira/browse/GERONIMO-2075
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.1
 Environment: Win XP Pro SP2 / Java 1.4.2_10 / Geronimo 410770 / 
 OpenEJB 2661
Reporter: Christopher M. Cardona

 Viewing the Web Access Log Viewer portlet on G 1.1 with Tomcat throws 
 ArrayIndexOutOfBoundsException. I noticed that the 
 \geronimo-1.1-SNAPSHOT\var\catalina\logs folder doesn't exist. Below is the 
 stack trace:
 Booting Geronimo Kernel (in Java 1.4.2_10)...
 Module  1/20 geronimo/rmi-naming/1.1-SNAPSHOT/car  started in   
 .340
 s
 Module  2/20 geronimo/j2ee-server/1.1-SNAPSHOT/car started in   
 .621
 s
 Module  3/20 geronimo/j2ee-security/1.1-SNAPSHOT/car   started in   
 .791
 s
 Module  4/20 geronimo/axis/1.1-SNAPSHOT/carstarted in   
 .090
 s
 Module  5/20 geronimo/openejb/1.1-SNAPSHOT/car started in   
 .370
 s
 Module  6/20 geronimo/system-database/1.1-SNAPSHOT/car started in  
 4.156
 s
 Module  7/20 geronimo/activemq-broker/1.1-SNAPSHOT/car started in  
 2.594
 s
 Module  8/20 geronimo/activemq/1.1-SNAPSHOT/carstarted in   
 .431
 s
 Module  9/20 geronimo/tomcat/1.1-SNAPSHOT/car  started in  
 2.594
 s
 Module 10/20 geronimo/geronimo-gbean-deployer/1.1-SNAPSHOT/car started in   
 .571
 s
 Module 11/20 geronimo/j2ee-deployer/1.1-SNAPSHOT/car   started in   
 .280
 s
 Module 12/20 geronimo/openejb-deployer/1.1-SNAPSHOT/carstarted in   
 .351
 s
 Module 13/20 geronimo/client-deployer/1.1-SNAPSHOT/car started in   
 .060
 s
 Module 14/20 geronimo/axis-deployer/1.1-SNAPSHOT/car   started in   
 .090
 s
 Module 15/20 geronimo/sharedlib/1.1-SNAPSHOT/car   started in   
 .010
 s
 Module 16/20 geronimo/tomcat-deployer/1.1-SNAPSHOT/car started in   
 .111
 s
 Module 17/20 geronimo/welcome-tomcat/1.1-SNAPSHOT/car  started in   
 .330
 s
 Module 18/20 geronimo/webconsole-tomcat/1.1-SNAPSHOT/car   started in  
 4.036
 s
 Module 19/20 geronimo/remote-deploy-tomcat/1.1-SNAPSHOT/carstarted in   
 .281
 s
 Module 20/20 geronimo/hot-deployer/1.1-SNAPSHOT/carstarted in   
 .911
 s
 Startup completed in 23 seconds
   Listening on Ports:
 1099 0.0.0.0 RMI Naming
 1527 0.0.0.0 Derby Connector
 4201 0.0.0.0 ActiveIO Connector EJB
 4242 0.0.0.0 Remote Login Listener
 8009 0.0.0.0 Tomcat Connector AJP
 8080 0.0.0.0 Tomcat Connector HTTP
 8443 0.0.0.0 Tomcat Connector HTTPS
  0.0.0.0 JMX Remoting Connector
61616 0.0.0.0 ActiveMQ Message Broker Connector
   Started Application Modules:
 EAR: geronimo/webconsole-tomcat/1.1-SNAPSHOT/car
 RAR: geronimo/activemq/1.1-SNAPSHOT/car
 RAR: geronimo/system-database/1.1-SNAPSHOT/car
 WAR: geronimo/remote-deploy-tomcat/1.1-SNAPSHOT/car
 WAR: geronimo/welcome-tomcat/1.1-SNAPSHOT/car
   Web Applications:
 http://IBM-CCARDONA:8080/
 http://IBM-CCARDONA:8080/console
 http://IBM-CCARDONA:8080/console-standard
 http://IBM-CCARDONA:8080/remote-deploy
 Geronimo Application Server started
 22:46:25,815 WARN  [BasicProxyManager] Could not load interface 
 org.apache.geron
 imo.tomcat.TomcatManagerImpl in provided ClassLoader for 
 geronimo/tomcat/1.1-SNA
 PSHOT/car?ServiceModule=geronimo/tomcat/1.1-SNAPSHOT/car,j2eeType=GBean,name=Tom
 catWebManager
 22:46:25,835 WARN  [BasicProxyManager] Could not load interface 
 org.apache.geron
 imo.tomcat.TomcatWebContainer in provided ClassLoader for 
 geronimo/tomcat/1.1-SN
 APSHOT/car?ServiceModule=geronimo/tomcat/1.1-SNAPSHOT/car,j2eeType=GBean,name=To
 mcatWebContainer
 22:46:25,835 WARN  [BasicProxyManager] Could not load interface 
 org.apache.geron
 imo.tomcat.TomcatContainer in provided ClassLoader for 
 geronimo/tomcat/1.1-SNAPS
 HOT/car?ServiceModule=geronimo/tomcat/1.1-SNAPSHOT/car,j2eeType=GBean,name=Tomca
 tWebContainer
 22:46:25,865 ERROR [[WebAccessLogViewer]] Servlet.service() for servlet 
 WebAcces
 sLogViewer threw exception
 java.lang.ArrayIndexOutOfBoundsException: 0
 at 
 org.apache.geronimo.console.logmanager.WebAccessLogViewerPortlet.doVi
 ew(WebAccessLogViewerPortlet.java:104)
 at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
 at javax.portlet.GenericPortlet.render(GenericPortlet.java:178)
 at 
 org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218
 )
  

[jira] Closed: (GERONIMO-2448) Add ServiceModules group in the JMX tree of the JMX portlet

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

Christopher M. Cardona closed GERONIMO-2448.


Resolution: Fixed

patch applied

 Add ServiceModules group in the JMX tree of the JMX portlet
 ---

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

 Attachments: GERONIMO-2448.jpg, GERONIMO-2448_2471_2472-trunk.patch


 Add ServiceModules group in the JMX tree of the JMX portlet. Adding this will 
 enable a user to list / view MBeans grouped by service modules as suggested 
 in the devlist - 
 http://www.mail-archive.com/dev@geronimo.apache.org/msg33687.html.

-- 
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] Closed: (GERONIMO-2472) Remove the display of GBeanInfo attribute in the JMX portlet

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

Christopher M. Cardona closed GERONIMO-2472.


Resolution: Fixed

 Remove the display of GBeanInfo attribute in the JMX portlet
 

 Key: GERONIMO-2472
 URL: http://issues.apache.org/jira/browse/GERONIMO-2472
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 1.2

 Attachments: GERONIMO-2471_2472-trunk.patch


 When viewing MBean's attributes in the JMX portlet we should exclude 
 GBeanInfo attributes. This was suggested in the devlist.

-- 
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] Closed: (GERONIMO-2471) JMX Portlet doesn't display all the attributes of a web module

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

Christopher M. Cardona closed GERONIMO-2471.


Resolution: Fixed

Patch applied for this issue. Please file a different jira for non-related 
additional work.

 JMX Portlet doesn't display all the attributes of a web module
 --

 Key: GERONIMO-2471
 URL: http://issues.apache.org/jira/browse/GERONIMO-2471
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Anita Kulshreshtha
 Fix For: 1.2

 Attachments: GERONIMO-2471_2472-trunk.patch


 Viewing a web module doesn't display all its attributes.

-- 
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] Assigned: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

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

Christopher M. Cardona reassigned GERONIMO-1823:


Assignee: Christopher M. Cardona

 Add Embedded LDAP Server Viewer Portlet
 ---

 Key: GERONIMO-1823
 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, 
 GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, 
 ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, 
 ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, 
 ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, 
 ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif


 Add a new portlet for viewing the contents of the embedded directory server 
 (Apache DS). This portlet will be under 'Misc' portlets.

-- 
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] Closed: (GERONIMO-2333) Add JMX Portlet

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

Christopher M. Cardona closed GERONIMO-2333.


Resolution: Fixed

 Add JMX Portlet
 ---

 Key: GERONIMO-2333
 URL: http://issues.apache.org/jira/browse/GERONIMO-2333
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Paul McMahan
 Fix For: 1.2

 Attachments: dojo-0.3.1-bin.zip, GERONIMO-2333-trunk.patch, 
 GERONIMO-2333-trunk2.patch, GERONIMO-2333-trunk3.patch, 
 jmxMgrPortlet-G1.1.1-1.jpg, jmxMgrPortlet-G1.1.1-2.jpg, 
 jmxMgrPortlet-G1.1.1-3.jpg, jmxMgrPortlet-G1.1.1-New.patch, 
 jmxMgrPortlet-G1.1.1.patch


 Add a JMX portlet with the following minimum capabilities:
 1. Be able to list all the MBeans
 2. Predefined searches for the different J2EE types: J2EEApplication, 
 EJBModule, WebModule, Sertlet, JCAConnectionFactory, etc.
 3. Be able to query MBeans (if possible with autocomplete feature)
 4. View the attributes and operations of MBeans
 The plan is to use Ajax (Dojo and DWR) to make this portlet a little bit 
 responsive. Any thoughts and suggestions are welcome.
 cheers,
 chris

-- 
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-2448) Add ServiceModules group in the JMX tree of the JMX portlet

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

Christopher M. Cardona updated GERONIMO-2448:
-

Attachment: GERONIMO-2448_2471_2472-trunk.patch
GERONIMO-2448.jpg

The attached patch includes the fixes for GERONIMO-2448, GERONIMO-2471 and 
GERONIMO-2472. I combined the patches to avoid conflicts with other patches 
which modify the same files. I suggest that this patch be applied to get all 
the changes for the 3 jiras. Please check patch. Thanks.

 Add ServiceModules group in the JMX tree of the JMX portlet
 ---

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

 Attachments: GERONIMO-2448.jpg, GERONIMO-2448_2471_2472-trunk.patch


 Add ServiceModules group in the JMX tree of the JMX portlet. Adding this will 
 enable a user to list / view MBeans grouped by service modules as suggested 
 in the devlist - 
 http://www.mail-archive.com/dev@geronimo.apache.org/msg33687.html.

-- 
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-2471) JMX Portlet doesn't display all the attributes of a web module

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

Christopher M. Cardona updated GERONIMO-2471:
-

Attachment: GERONIMO-2471_2472-trunk.patch

Attached patch which includes the fix for GERONIMO-2471 and GERONIMO-2472.

 JMX Portlet doesn't display all the attributes of a web module
 --

 Key: GERONIMO-2471
 URL: http://issues.apache.org/jira/browse/GERONIMO-2471
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 1.2

 Attachments: GERONIMO-2471_2472-trunk.patch


 Viewing a web module doesn't display all its attributes.

-- 
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-2472) Remove the display of GBeanInfo attribute in the JMX portlet

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

Christopher M. Cardona updated GERONIMO-2472:
-

Attachment: GERONIMO-2471_2472-trunk.patch

Attached patch which includes the fix for GERONIMO-2471 and GERONIMO-2472.

 Remove the display of GBeanInfo attribute in the JMX portlet
 

 Key: GERONIMO-2472
 URL: http://issues.apache.org/jira/browse/GERONIMO-2472
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 1.2

 Attachments: GERONIMO-2471_2472-trunk.patch


 When viewing MBean's attributes in the JMX portlet we should exclude 
 GBeanInfo attributes. This was suggested in the devlist.

-- 
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-1823) Add Embedded LDAP Server Viewer Portlet

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

Christopher M. Cardona updated GERONIMO-1823:
-

Attachment: GERONIMO-1823-trunk3.patch

Gianny,

Thanks for your help again with this patch. Attached is the updated patch with 
copyright changes and LDAPManagerHelper.main() removed. I intentionally left it 
for testing purposes but I'm not sure if that was a good practice. I think 
adding JUnit tests for LDAPManagerHelper is definitely a good idea but 
currently I don't know how to fire up and stop an embedded LDAP server 
programmatically. Any ideas regarding this will be helpful. We can always add 
this as soon as we figure it out. Please let me know if you have other comments.

 Add Embedded LDAP Server Viewer Portlet
 ---

 Key: GERONIMO-1823
 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, 
 GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, 
 ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, 
 ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, 
 ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, 
 ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif


 Add a new portlet for viewing the contents of the embedded directory server 
 (Apache DS). This portlet will be under 'Misc' portlets.

-- 
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] Created: (GERONIMO-2471) JMX Portlet doesn't display all the attributes of a web module

2006-10-06 Thread Christopher M. Cardona (JIRA)
JMX Portlet doesn't display all the attributes of a web module
--

 Key: GERONIMO-2471
 URL: http://issues.apache.org/jira/browse/GERONIMO-2471
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Fix For: 1.2


Viewing a web module doesn't display all its attributes.

-- 
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] Created: (GERONIMO-2472) Remove the display of GBeanInfo attribute in the JMX portlet

2006-10-06 Thread Christopher M. Cardona (JIRA)
Remove the display of GBeanInfo attribute in the JMX portlet


 Key: GERONIMO-2472
 URL: http://issues.apache.org/jira/browse/GERONIMO-2472
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
Priority: Minor
 Fix For: 1.2


When viewing MBean's attributes in the JMX portlet we should exclude GBeanInfo 
attributes. This was suggested in the devlist.

-- 
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-1823) Add Embedded LDAP Server Viewer Portlet

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

Christopher M. Cardona updated GERONIMO-1823:
-

Attachment: GERONIMO-1823-trunk2.patch
ldapviewer-jetty-1.2-SNAPSHOT.car
ldapviewer-tomcat-1.2-SNAPSHOT.car

The ff. files are attached:

1. GERONIMO-1823-trunk2.patch - an updated patch with the ff. changes:

- Added a way to connect to other LDAP servers and not just the embedded Apache 
DS. By default it connects to the embedded Apache DS but if it fails to connect 
the user will have the option to connect to other directory servers.
- Left navigation portlet link was modified from 'Embedded LDAP' to 'LDAP 
Viewer' to make it more generic and appropriate.

2. ldapviewer-portlet-1.2-SNAPSHOT.jpg - sample connecting to Apache DS

Note: 

Because it is now possible to connect to other LDAP servers it would be nice 
for this portlet to be included in the Console as an additional easily 
accessible tool like the JMX viewer. This will allow the user to test and 
navigate any directory server being used when creating an LDAP realm or just to 
test any directory server being used by any application.

This patch was included as one of the options to integrate this work to 
Geronimo. The other option as suggested by Aaron is to create a standalone 
webapp version of this portlet so I created the ff. plugins:

1. ldapviewer-jetty-1.2-SNAPSHOT.car - LDAP viewer webapp for G/Jetty 
1.2-SNAPSHOT build

2. ldapviewer-tomcat-1.2-SNAPSHOT.car - LDAP viewer webapp for G/Tomcat  
1.2-SNAPSHOT build

3. ldapviewer-webapp-1.2-SNAPSHOT.jpg - sample connecting to OpenLDAP

As always comments and suggestions are welcome. Thanks.

 Add Embedded LDAP Server Viewer Portlet
 ---

 Key: GERONIMO-1823
 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, 
 ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, 
 ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, 
 ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-tomcat-1.2-SNAPSHOT.car, 
 sample.ldif


 Add a new portlet for viewing the contents of the embedded directory server 
 (Apache DS). This portlet will be under 'Misc' portlets.

-- 
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-1823) Add Embedded LDAP Server Viewer Portlet

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

Christopher M. Cardona updated GERONIMO-1823:
-

Attachment: ldapviewer-portlet-1.2-SNAPSHOT.jpg
ldapviewer-webapp-1.2-SNAPSHOT.jpg

 Add Embedded LDAP Server Viewer Portlet
 ---

 Key: GERONIMO-1823
 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, 
 ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, 
 ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, 
 ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, 
 ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, 
 sample.ldif


 Add a new portlet for viewing the contents of the embedded directory server 
 (Apache DS). This portlet will be under 'Misc' portlets.

-- 
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] Created: (GERONIMO-2448) Add ServiceModules group in the JMX tree of the JMX portlet

2006-09-29 Thread Christopher M. Cardona (JIRA)
Add ServiceModules group in the JMX tree of the JMX portlet
---

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


Add ServiceModules group in the JMX tree of the JMX portlet. Adding this will 
enable a user to list / view MBeans grouped by service modules as suggested in 
the devlist - http://www.mail-archive.com/dev@geronimo.apache.org/msg33687.html.

-- 
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-2333) Add JMX Portlet

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

Christopher M. Cardona updated GERONIMO-2333:
-

Attachment: GERONIMO-2333-trunk3.patch

Updated patch with the ff. changes:

1. Removed Dojo source files in the patch
2. Modified the way to reference Dojo related files. It now uses the Dojo Ajax 
library webapp created by Paul (please refer to GERONIMO-2406 for details)

Please review patch.

Thanks,
chris

 Add JMX Portlet
 ---

 Key: GERONIMO-2333
 URL: http://issues.apache.org/jira/browse/GERONIMO-2333
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-2333-trunk.patch, 
 GERONIMO-2333-trunk2.patch, GERONIMO-2333-trunk3.patch, 
 jmxMgrPortlet-G1.1.1-1.jpg, jmxMgrPortlet-G1.1.1-2.jpg, 
 jmxMgrPortlet-G1.1.1-3.jpg, jmxMgrPortlet-G1.1.1-New.patch, 
 jmxMgrPortlet-G1.1.1.patch


 Add a JMX portlet with the following minimum capabilities:
 1. Be able to list all the MBeans
 2. Predefined searches for the different J2EE types: J2EEApplication, 
 EJBModule, WebModule, Sertlet, JCAConnectionFactory, etc.
 3. Be able to query MBeans (if possible with autocomplete feature)
 4. View the attributes and operations of MBeans
 The plan is to use Ajax (Dojo and DWR) to make this portlet a little bit 
 responsive. Any thoughts and suggestions are welcome.
 cheers,
 chris

-- 
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-2333) Add JMX Portlet

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

Christopher M. Cardona updated GERONIMO-2333:
-

Attachment: GERONIMO-2333-trunk2.patch

New patch that works on trunk plus the ff. changes suggested by Paul:

1. Added Apache license headers to the JSP files
2. Clear out Attributes, Operations and Basic Info tables when clicking a 
non-MBean tree node

 Add JMX Portlet
 ---

 Key: GERONIMO-2333
 URL: http://issues.apache.org/jira/browse/GERONIMO-2333
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-2333-trunk.patch, 
 GERONIMO-2333-trunk2.patch, jmxMgrPortlet-G1.1.1-1.jpg, 
 jmxMgrPortlet-G1.1.1-2.jpg, jmxMgrPortlet-G1.1.1-3.jpg, 
 jmxMgrPortlet-G1.1.1-New.patch, jmxMgrPortlet-G1.1.1.patch


 Add a JMX portlet with the following minimum capabilities:
 1. Be able to list all the MBeans
 2. Predefined searches for the different J2EE types: J2EEApplication, 
 EJBModule, WebModule, Sertlet, JCAConnectionFactory, etc.
 3. Be able to query MBeans (if possible with autocomplete feature)
 4. View the attributes and operations of MBeans
 The plan is to use Ajax (Dojo and DWR) to make this portlet a little bit 
 responsive. Any thoughts and suggestions are welcome.
 cheers,
 chris

-- 
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] Commented: (GERONIMO-2333) Add JMX Portlet

2006-09-14 Thread Christopher M. Cardona (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2333?page=comments#action_12434823
 ] 

Christopher M. Cardona commented on GERONIMO-2333:
--

Thanks David for checking out the patch. Dojo needs to be unpacked since the 
browser needs to load those javascript files including some bitmap files used 
by the widgets. I also agree that a separate plugin/module will be a cleaner 
solution. Regarding horizontal versus vertical splitter, switching from one to 
the other is a simple change to the code. The reason why I decided to go with 
the horizontal orientation is because it's a common practice for GUIs to have 
the tree navigation on the leftmost area but I'm open to changing it if that's 
what we want. You made a very good point about data readability issues. We 
definitely need to address them as we go along. Thanks again for your help.

 Add JMX Portlet
 ---

 Key: GERONIMO-2333
 URL: http://issues.apache.org/jira/browse/GERONIMO-2333
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 1.2
Reporter: Christopher M. Cardona
 Assigned To: Christopher M. Cardona
 Attachments: dojo-0.3.1-bin.zip, GERONIMO-2333-trunk.patch, 
 jmxMgrPortlet-G1.1.1-1.jpg, jmxMgrPortlet-G1.1.1-2.jpg, 
 jmxMgrPortlet-G1.1.1-3.jpg, jmxMgrPortlet-G1.1.1-New.patch, 
 jmxMgrPortlet-G1.1.1.patch


 Add a JMX portlet with the following minimum capabilities:
 1. Be able to list all the MBeans
 2. Predefined searches for the different J2EE types: J2EEApplication, 
 EJBModule, WebModule, Sertlet, JCAConnectionFactory, etc.
 3. Be able to query MBeans (if possible with autocomplete feature)
 4. View the attributes and operations of MBeans
 The plan is to use Ajax (Dojo and DWR) to make this portlet a little bit 
 responsive. Any thoughts and suggestions are welcome.
 cheers,
 chris

-- 
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