You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/09/30 09:43:00 UTC

DO NOT REPLY [Bug 47918] New: Wrong description in o.a.c.startup.mbeans-desriptors.xml for the HostConfig operations

https://issues.apache.org/bugzilla/show_bug.cgi?id=47918

           Summary: Wrong description in
                    o.a.c.startup.mbeans-desriptors.xml for the HostConfig
                    operations
           Product: Tomcat 7
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: uwe@cscc.de
                CC: uwe@cscc.de


Created an attachment (id=24324)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24324)
Patch for Tomcat 7 trunk

I just came across this one yesterday while exploring how the whole deployment
process works.

The the following mbean operations for the mbean HostConfig in
o.a.c.startup.mbeans-desriptors.xml have all the same description "Add a web
application name to the serviced list":

addServiced, isServiced, removeServiced


This just looks ugly if somebody tries to discover the mbeans with for example
jconsole.

This bug is filed for Tomcate 7 but I have seen this in the lastes Tomcat 6
branch as well.

addServiced: Add a web application to the serviced list to show it gets
serviced by another component
isServiced: Is a web application serviced by another component
removeServiced: Remove a web application from the serviced list to show it
isn't serviced by another component


Patch is attached. I have done it with:

svn diff -x -u java\org\apache\catalina\startup\mbeans-descriptors.xml >
java.org.apache.catalina.startup.mbeans-descriptors.xml

under Windows.

-- 
Kind Regards
Uwe Günther

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47918] Wrong description in o.a.c.startup.mbeans-desriptors.xml for the HostConfig operations

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47918

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 2009-11-03 15:23:58 GMT ---
This has been fixed in 6.0.x and will be included in 6.0.21 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47918] Wrong description in o.a.c.startup.mbeans-desriptors.xml for the HostConfig operations

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47918

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Catalina                    |Catalina
            Version|trunk                       |6.0.20
            Product|Tomcat 7                    |Tomcat 6
   Target Milestone|---                         |default

--- Comment #1 from Mark Thomas <ma...@apache.org> 2009-11-02 16:22:17 GMT ---
Fixed in trunk and proposed for 6.0.x

Thanks for the patch.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org