Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12954

[GSS](7.2.0) Name of domain is not reflected on the JBoss EAP tag

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 7.0.0.GA
    • Web Console
    • ?
    • Hide

      1)Define domain name in EAP 6.4.x as below :

      ~~~~~~
      <?xml version='1.0' encoding='UTF-8'?>

      <domain xmlns="urn:jboss:domain:1.7" name="arnav_singh">
      <extensions>
      <extension module="org.jboss.as.clustering.infinispan"/>
      ~~~~~~

      You will observe the name on the management console tab - PFA screenshot(issue-1)

      2) Try the same configuration in EAP 7.x as defined below and the name will not be displayed on management console tab- PFA screenshot -2

      ~~~~~~~~~~
      <?xml version='1.0' encoding='UTF-8'?>

      <domain xmlns="urn:jboss:domain:4.1" name="arnav_EAP7">

      <extensions>
      <extension module="org.jboss.as.clustering.infinispan"/>
      ~~~~~~~~~~~

      Show
      1)Define domain name in EAP 6.4.x as below : ~~~~~~ <?xml version='1.0' encoding='UTF-8'?> <domain xmlns="urn:jboss:domain:1.7" name="arnav_singh"> <extensions> <extension module="org.jboss.as.clustering.infinispan"/> ~~~~~~ You will observe the name on the management console tab - PFA screenshot(issue-1) 2) Try the same configuration in EAP 7.x as defined below and the name will not be displayed on management console tab- PFA screenshot -2 ~~~~~~~~~~ <?xml version='1.0' encoding='UTF-8'?> <domain xmlns="urn:jboss:domain:4.1" name="arnav_EAP7"> <extensions> <extension module="org.jboss.as.clustering.infinispan"/> ~~~~~~~~~~~

    Description

      If we define domain name in domain.xml in JBoss EAP 6.4 then it is being displayed on the Management console tab but in EAP 7 it does not display the domain name on JBoss Management Console Tab(domain controller)

      ~~~~~~~~~~~~

      <?xml version="1.0" ?>

      <domain xmlns="urn:jboss:domain:4.0" name="arnav">
      <extensions>
      <extension module="org.jboss.as.clustering.infinispan"/>

      ~~~~~~~~~~~~~

      I also checked in wildfly version , till wildfly 9.0.2-Final this functionality works but from wildfly-10.0.0-final the domain name remains unchanged.

      Attachments

        1. issue-1.png
          issue-1.png
          160 kB
        2. issue-2.png
          issue-2.png
          119 kB

        Issue Links

          Activity

            People

              mstefank Martin Stefanko
              mstefank Martin Stefanko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: