[
https://jira.jboss.org/jira/browse/JBAS-7400?page=com.atlassian.jira.plug...
]
Shelly McGowan updated JBAS-7400:
---------------------------------
Using the latest version of admin-console, the JBoss AS Version is not shown at all. See
attached JBossVersion.png
admin console shows incorrect AS Server version
-----------------------------------------------
Key: JBAS-7400
URL:
https://jira.jboss.org/jira/browse/JBAS-7400
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Shelly McGowan
Assignee: Ian Springer
Fix For: JBossAS-6.0.0.M2
Attachments: JBossVersion.png
The admin-console has a summary screen showing the general information about the AS
server and configuration.
General Properties
Name: JBoss AS 5 (default)
Version: 2.0.0-alpha-4
Description: JBoss Application Server (AS)
The version information is showing the version of the bootstrap implementation:
org.jboss.bootstrap.impl.base: 2.0.0-alpha-4
The way the version information is obtained by EMBJOPR is:
ManagedComponent serverConfigComponent =
ManagedComponentUtils.getSingletonManagedComponent(managementView,
new ComponentType("MCBean", "ServerConfig"));
String version = (String)
ManagedComponentUtils.getSimplePropertyValue(serverConfigComponent,
"specificationVersion");
--
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