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:
Should be solved by https://bugzilla.redhat.com/show_bug.cgi?id=1093586 for ER5
Verified for EAP 6.3.0.ER9.