Bug 1092650

Summary: EAP6 console is not able to display more than 5 global-modules
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jay SenSharma <jsenshar>
Component: Web ConsoleAssignee: Harald Pehl <hpehl>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: medium    
Version: 6.2.2CC: brian.stansberry, hbraun, jkudrnac, kkhan, mvelas, sjadhav
Target Milestone: ER9   
Target Release: EAP 6.3.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 14:35:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1093586    
Bug Blocks:    
Attachments:
Description Flags
EAP_6.2.2_Console_Global_Modules.png none

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.