-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.DR6
-
None
Description of problem:
Some subsystems don't show information about parent profile in web console
How reproducible:
Always
Steps to Reproduce:
- get fresh EAP
- create product.conf with "slot=eap" (workaround for JBEAP-432 )
- ./domain.sh
- ./jboss-cli.sh -c
- /profile=full-ha-new:add
- /profile=full-ha-new:list-add(name=includes,value=full-ha)
- Go to http://localhost:9990
- Configuration -> Profiles -> full-ha-new ->
- Datasources
- Resources Adapters
- IO
- Remoting
- Infinispan
- Undertow
- IIOP
- JGroups
- mod_cluster
- On other subsystems is message "Included from profile: full-ha"
Additional info:
Hierarchical Composition of Profiles was added to AS in EAP7-281 and HAL-615.