-
Sub-task
-
Resolution: Won't Do
-
Major
-
JBossAS-5.0.0.CR2
-
None
The org.jboss.system.server.ServerInfo bean, formerly registered under the jmx name jboss.system:type=ServerInfo is not being deployed. We need a server-info-jboss-beans.xml deployment for informational beans.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Server informational beans
-->
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<bean name="ServerInfo" class="org.jboss.system.server.ServerInfo">
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.system:type=ServerInfo", exposedInterface=org.jboss.system.server.ServerInfoMBean.class, registerDirectly=true)</annotation>
</bean>
</deployment>
- blocks
-
JBAS-5529 Add support for JBAS, JBossWeb and JBossWeb connector components
- Closed