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

Provide support for "slot" property with "resource-adapter" creation CLI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 9.0.2.Final
    • CLI
    • None

    Description

      Currently when one adds a resource-adapter using the CLI using the module the "slot" property is allowed in the standalone.xml file. For ex:

      <subsystem xmlns="urn:jboss:domain:resource-adapters:3.0">
          <resource-adapters>
              <resource-adapter id="file">
                  <module slot="34" id="org.jboss.teiid.resource-adapter.file"/>
              </resource-adapter>
          </resource-adapters>
       </subsystem>
      

      However the same is added through CLI like

      /subsystem=resource-adapters/resource-adapter=file:add(module=org.jboss.teiid.resource-adapter.file, slot=34)
      

      it will fail, this should be corrected.

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            rhn-engineering-rareddy Ramesh Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: