Why EAP6 console is not able to display more than 5 global-modules ?
Issue
- There seems to be a bug with Global module listing through Web interface. As it is not able to display more than 5
"global-modules"via the Web Interface.
Example Add more than 5 global modules inside the JBoss EAP6 profile:
<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>
-
Now access the JBoss console to see these modules using the URL: http://localhost:9990/console/App.html#ee
-
Unable to display more than 5 global modules in the JBoss admin console.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.2.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.