Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-21027

Deprecated ASYM_ENCRYPT change of behavior

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • Clustering
    • None
    • ---
    • ---

      That used to work:

      /subsystem=jgroups/stack=$stack/protocol=ASYM_ENCRYPT:add(add-index=${index})

      /subsystem=jgroups/stack=$stack/protocol=ASYM_ENCRYPT:write-attribute(name=properties, value={${protocolProperties}}) 

      Now requires a namespace (at least when writing the attribute):

      /subsystem=jgroups/stack=$stack/protocol=ASYM_ENCRYPT:add(add-index=${index})

      /subsystem=jgroups/stack=$stack/protocol=org.jgroups.protocols.ASYM_ENCRYPT:write-attribute(name=properties, value={${protocolProperties}}) 

              pferraro@redhat.com Paul Ferraro
              jdenise@redhat.com Jean Francois Denise
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: