]
Radoslav Husar commented on MODCLUSTER-529:
-------------------------------------------
Problem in 1.3.x is just wrong class name.
MBeans descriptions are not loaded in JMX for ModClusterListener
----------------------------------------------------------------
Key: MODCLUSTER-529
URL:
https://issues.jboss.org/browse/MODCLUSTER-529
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.3.Final, 2.0.0.Alpha1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 2.0.0.Alpha1, 1.3.4.Final
Several problems:
# we need to support org.jboss.modcluster.container.tomcat.ModClusterListener and
org.jboss.modcluster.container.catalina.standalone.ModClusterListener at the same time
# name of the beans-destriptors file is now wrong, since i followed the description at
https://tomcat.apache.org/tomcat-7.0-doc/mbeans-descriptor-howto.html which is totally
incorrect, those resources are not loaded! (PR to Apache shortly)