[
https://jira.jboss.org/jira/browse/JBAS-6167?page=com.atlassian.jira.plug...
]
Scott M Stark resolved JBAS-6167.
---------------------------------
Resolution: Rejected
I found it, its being registered directly from the
org.jboss.system.server.jmx.JMXKernel.start when the conf/jmx.xml is loaded.
createMBean("org.jboss.system.server.ServerInfo",
"jboss.system:type=ServerInfo");
Restore the ServerInfo bean/mbean
---------------------------------
Key: JBAS-6167
URL:
https://jira.jboss.org/jira/browse/JBAS-6167
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: System service
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossAS-5.0.0.GA
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>
--
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