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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Oct 30 11:14:06 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492317#action_12492317 ] 

Andrew Lee Rubinger commented on JBAS-7400:
-------------------------------------------

JBBOOT-115 should fix this issue transparently when jboss-bootstrap-impl-as:2.0.0-alpha-5 is integrated into the AS

> 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-5.2.0.Beta1
>
>
> 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