[jboss-jira] [JBoss JIRA] Updated: (JBAS-7400) admin console shows incorrect AS Server version

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Mon Nov 16 14:49:29 EST 2009


     [ https://jira.jboss.org/jira/browse/JBAS-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason T. Greene updated JBAS-7400:
----------------------------------

    Fix Version/s: JBossAS-6.0.0.M2
                       (was: JBossAS-6.0.0.M1)


> 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
>
>
> 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

        



More information about the jboss-jira mailing list