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

ManagedServerOperationsFactory is not propagating the 'module' attribute to the servers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 7.1.0.DR19
    • None
    • Management
    • None
    • Hide

      1) install a custom vault implementation as a jboss module (attached)
      2) configure the vault in domain/configuration/host.xml

      <vault code="org.jboss.as.test.manualmode.management.cli.CustomDummyVault" module="test.custom.vault.in.cli">
        <vault-option name="rightVaultBlock" value="123456"/>
        <vault-option name="wrongVaultBlock" value="someRandomWrongPass"/>
      </vault>
      

      3) ./bin/domain.sh

      4) the server instance will fail when attempting to load the vault impl

      Show
      1) install a custom vault implementation as a jboss module (attached) 2) configure the vault in domain/configuration/host.xml <vault code= "org.jboss.as.test.manualmode.management.cli.CustomDummyVault" module= "test.custom.vault.in.cli" > <vault-option name= "rightVaultBlock" value= "123456" /> <vault-option name= "wrongVaultBlock" value= "someRandomWrongPass" /> </vault> 3) ./bin/domain.sh 4) the server instance will fail when attempting to load the vault impl

      In a managed domain if you configure a vault with the 'module' attribute set, when the HC launches a server that attribute value is not passed to the server in the relevant operation in the boot operation list.

            yborgess1@redhat.com Yeray Borges Santana
            bstansbe@redhat.com Brian Stansberry
            Martin Simka Martin Simka
            Martin Simka Martin Simka
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: