Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-399

WildFly console is not able to display more than 5 global-modules

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.x
    • None
    • General Monitoring
    • None
    • Hide
      • 1. Declare more than 5 global modules as following inside the WildFly EE subsystem. Example as following:
              <subsystem xmlns="urn:jboss:domain:ee:2.0">
                  <global-modules>
                      <module name="my.test.A" slot="main"/>
                      <module name="my.test.B" slot="main"/>
                      <module name="my.test.C" slot="main"/>
                      <module name="my.test.D" slot="main"/>
                      <module name="my.test.E" slot="main"/>
                      <module name="my.test.F" slot="main"/>
                      <module name="my.test.G" slot="main"/>
                      <module name="my.test.H" slot="main"/>
                      <module name="my.test.I" slot="main"/>
                      <module name="my.test.J" slot="main"/>
                  </global-modules>
                   .
                   .
                   .
              </subsystem>
      

      -2. Now access the WildFly Management console to see these global modules. Only 5 modules will be visible.

      URL: http://localhost:9990/console/App.html#ee

      Show
      1. Declare more than 5 global modules as following inside the WildFly EE subsystem. Example as following: <subsystem xmlns= "urn:jboss:domain:ee:2.0" > <global-modules> <module name= "my.test.A" slot= "main" /> <module name= "my.test.B" slot= "main" /> <module name= "my.test.C" slot= "main" /> <module name= "my.test.D" slot= "main" /> <module name= "my.test.E" slot= "main" /> <module name= "my.test.F" slot= "main" /> <module name= "my.test.G" slot= "main" /> <module name= "my.test.H" slot= "main" /> <module name= "my.test.I" slot= "main" /> <module name= "my.test.J" slot= "main" /> </global-modules> . . . </subsystem> -2. Now access the WildFly Management console to see these global modules. Only 5 modules will be visible. URL: http://localhost:9990/console/App.html#ee

    Description

      • The WildFly management console is not able to show more than 5 "global-modules".

      Attachments

        Activity

          People

            hpehl@redhat.com Harald Pehl
            jaysensharma Jay SenSharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: