Re: JMX Descriptor Modifications

2010-07-19 Thread buddhika chamith
Hi All, For the interested my work so far can be tracked in this Bugzilla entry[1]. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 Regards, Chamith On Mon, Jul 19, 2010 at 8:00 PM, buddhika chamith wrote: > Hi All, > > As per my project with the GSOC I have been doing

JMX Descriptor Modifications

2010-07-19 Thread buddhika chamith
Hi All, As per my project with the GSOC I have been doing some work on improving Tomcat JMX descriptors. So far I have gone through all the descriptors and made changes where necessary (with the exceptions for couple of descriptors which I am bit stuck currently) and most of them have been committ

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-06-02 Thread buddhika chamith
Hi Mark, I prefer separate MBeans since it would help to keep base interfaces clean. Regards

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-05-27 Thread buddhika chamith
Hi Mark, As far as I feel additional methods in the base class may tend to bloat the base interface unnecessarily. Some of the methods are not generic so that they cannot be included in the base interface as well. On the other hand using separate MBeans avoids these issues. Additional methods can

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-05-26 Thread buddhika chamith
Hi Mark, > *Class: StandardWrapper* >> >> >> Method : >> add/removeLifeCycleListener(org.apache.catalina.LifecycleListener) >> Suggestion : Remove the methods since the method can be provided in a >> generic way with only involving primitives. >> > > Again, I don't get what you m

org.apache.catalina.Core MBeans Descriptor Modifications

2010-05-22 Thread buddhika chamith
Hi All, It seems that o.a.Catalina.Core MBeans descriptor has got operations containing POJO objects instead of primitive types which make them inaccessible via JConsole. I suggest the following to avoid this situation. Any comments and suggestions are appreciated. *Class: StandardContext * ' Me

org.apache.catalina JMX descriptor modification

2010-05-05 Thread buddhika chamith
Hi All, Please refer to https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 for a longer description about the descriptor issue in above package. The main issue is the descriptor for Connector MBean tries to describe different connectors with same set of attributes. So some attributes in the

Re: GSOC 2010

2010-04-28 Thread buddhika chamith
Hi Mark, Just wanted some suggestions on the approach I would take. Currently I am examining mbean details by the plan which is based on Tomcat pacakages. What I normally do is to look at the mbeans descriptor and check in the described mbeans whether all the required attributes and methods are pr

GSOC 2010

2010-04-26 Thread buddhika chamith
Hi All, I am glad to announce that my proposal titled "Enhancing JMX Descriptors in Apache Tomcat" has been accepted for this year's GSOC program. Special thanks goes to every one who helped me through the project proposal preparation phase including Mark, who is the project mentor. I hope I will

Re: GSOC 2010

2010-04-17 Thread buddhika chamith
Hi Mark, I have put the required information as a comment in the GSOC app. since it seems editing the original proposal is disabled. I am posting the break down here as well for the benefit of anyone else interested. The breakdown by the packages is given below. Package

Re: GSOC 2010

2010-04-07 Thread buddhika chamith
Hi All, I have prepared my proposal on JMX enhancement GSOC project. You can find it here. http://wiki.apache.org/general/BuddhikaChamith/Tomcat_GSOC2010_Proposal_BuddhikaChamith Any suggestions and comments are welcome. Best Regards, Chamith

Re: GSOC 2010

2010-04-02 Thread buddhika chamith
Hi Mark, Thanks for the reply. Since I was hoping to put a proposal regarding the JMX idea I was wondering whether it would be viable if I have not satisfied with the criteria "not be accepting applications from a student unless they have already provided an acceptable patch for at least one and p

Re: GSOC 2010

2010-03-31 Thread buddhika chamith
Hi, I went through the some source codes to understand Tomcat's JMX implementation. Here are some of the things as I understood. Please correct me if I am wrong. 1. As I understood it uses a commons modeler type implementation (which I saw within a comment and went to explore). 2. Uses Dynamic

Re: GSOC 2010

2010-03-12 Thread buddhika chamith
Hi Mark, Thanks for the clarifications. I will look along in those lines that you mentioned. I will drop a mail to the list if I come up with any issue during the code run through. Chamith

Re: GSOC 2010

2010-03-12 Thread buddhika chamith
Hi All, I am interested in working on the JMX related project idea. I am in the process of going through the documentation and sources relating to JMX in Tomcat. Excerpt of the idea mentions that "Tomcat instance to be configured entirely via JMX" is the goal of project. Since the JMX infrastructu

Re: GSOC 2010

2010-02-13 Thread buddhika chamith
Hi Mark, Thanks for the quick reply. > they have already provided an > acceptable patch for at least one and preferably more currently open, > non-trivial bugzilla items (bugs or enhancements). > > I will look in to that and see. If I come across with any issue I will come up with a mail. Btw an

GSOC 2010

2010-02-11 Thread buddhika chamith
Hi all, I am Buddhika Chamith, a final year student from University of Moratuwa, Sri Lanka. I am hoping to participate in GSOC 2010 program. This would be my second GSOC. Last year I worked in and successfully completed Apache ODE project titled "Apache ODE integration in BPELUnit". [1