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

config-properties should be "read-write" by CLI

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 9.0.0.Final
    • None
    • JCA

    Description

      Using CLI, it is possible to control websphere message server but config-properties can not be modified or created because its access-type is read-only.

      For example,

      CLI Command
      /profile=MMPS-dev-03-profile/subsystem=resource-adapters/resource-adapter=wmq.jmsra.rar/admin-objects=FDSLPublishQueue/config-properties=baseQueueName:write-attribute(name=value,value=test)
      
      {
          "outcome" => "failed",
          "failure-description" => "JBAS014639: Attribute value is not writable",
          "rolled-back" => true
      }
      

      This is because the fact that baseQueueName(config-properties)' access-type is read-only but I don't see any reasons why this attritbute couldn't be writable.

      Is there any reasons the attribute has to be read-only? otherwise, it should be read-write.

      Attachments

        Issue Links

          Activity

            People

              smaestri@redhat.com Stefano Maestri
              rhn-support-jlee JOOHO LEE
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: