jboss.tomcat.connectors.started JMX Notification Missing
--------------------------------------------------------
Key: JBAS-6499
URL:
https://jira.jboss.org/jira/browse/JBAS-6499
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.GA
Reporter: Jim Brownfield
Assignee: Remy Maucherat
It appears the jboss.tomcat.connectors.started JMX notification is missing in JBoss 5.0.0.
Looking through the JBoss source code, the TOMCAT_CONNECTORS_STARTED is the static
variable containing the message. That variable seems to only be referenced in
org.jboss.web.tomcat.service.deployers.TomcatService.java in a comment within the method
startConnectors():
/*
* TODO: // Notify listeners that connectors have started processing requests
sendNotification(new
* Notification(TOMCAT_CONNECTORS_STARTED, this,
getNextNotificationSequenceNumber()));
*/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira