Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7400

admin console shows incorrect AS Server version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.M3
    • None
    • None
    • None

      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");

        1. JBossVersion.png
          JBossVersion.png
          304 kB
        2. JBAS7400.png
          JBAS7400.png
          139 kB

            smcgowan@redhat.com Shelly McGowan (Inactive)
            smcgowan@redhat.com Shelly McGowan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: