Bug 1092650 - EAP6 console is not able to display more than 5 global-modules
Summary: EAP6 console is not able to display more than 5 global-modules
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.2
Hardware: All
OS: All
medium
medium
Target Milestone: ER9
: EAP 6.3.0
Assignee: Harald Pehl
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On: 1093586
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-29 16:23 UTC by Jay SenSharma
Modified: 2018-12-05 18:22 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-06 14:35:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
EAP_6.2.2_Console_Global_Modules.png (93.49 KB, image/png)
2014-04-29 16:23 UTC, Jay SenSharma
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-3303 0 Major Resolved WildFly console is not able to display more than 5 global-modules 2015-04-13 02:19:15 UTC

Description Jay SenSharma 2014-04-29 16:23:41 UTC
Created attachment 890858 [details]
EAP_6.2.2_Console_Global_Modules.png

Description of problem:
=======================
EAP6 console is not able to display more than 5 global-modules


Version-Release number of selected component (if applicable):


How reproducible:
================
Steps to Reproduce:

Step-1.
######## Use any jar to create the JBoss module as following (via CLI):

module add --name=my.test.A --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.B --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.C --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.D --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.E --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.F --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.G --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.H --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.I --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar
module add --name=my.test.J --slot=main --resources=/NotBackedUp/DELETE/MODULE/test.jar


Step-2.
######## Use the following CLI command to add those modules as "global-modules"

/subsystem=ee:write-attribute(name="global-modules",value=[{"name" => "my.test.A","slot" => "main"},{"name" => "my.test.B","slot" => "main"},{"name" => "my.test.C","slot" => "main"},{"name" => "my.test.D","slot" => "main"},{"name" => "my.test.E","slot" => "main"},{"name" => "my.test.F","slot" => "main"},{"name" => "my.test.G","slot" => "main"},{"name" => "my.test.H","slot" => "main"},{"name" => "my.test.I","slot" => "main"},{"name" => "my.test.J","slot" => "main"}])


Step-3.
######## Now the XML entry inside the standalone.xml profile of EAP6.2.2 will be something like following:

        <subsystem xmlns="urn:jboss:domain:ee:1.1">
            <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>

Step-4.
######## Now view those global-modules from the management console.
URL:  http://localhost:9990/console/App.html#ee

See attached Screenshot.

Actual results:
===============
  - Only 5 global-modules were visible in the console.

Expected results:
===============
  - All the global modules should have been visible.


Additional info:

Comment 1 Kabir Khan 2014-07-01 15:02:18 UTC
Should be solved by https://bugzilla.redhat.com/show_bug.cgi?id=1093586 for ER5

Comment 2 Martin Velas 2014-07-08 12:30:59 UTC
Verified for EAP 6.3.0.ER9.


Note You need to log in before you can comment on or make changes to this bug.