Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-9666

In CLI "installed-drivers-list" and "get-installed-driver" operations are missing in Domain Mode in EAP6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • EAP 6.0.0
    • Scripts and Commands
    • None
    • Hide

      Run the following command in CLI

      Step1). Run the same command in "Standalone Mode of EAP6 GA" (This will work Fine)
      /subsystem=datasources:installed-drivers-list

      Step2). Run the following command in "Domain Mode of EAP6" (This will fail)
      /profile=full/subsystem=datasources:installed-drivers-list

      Show
      Run the following command in CLI Step1). Run the same command in "Standalone Mode of EAP6 GA" (This will work Fine) /subsystem=datasources:installed-drivers-list Step2). Run the following command in "Domain Mode of EAP6" (This will fail) /profile=full/subsystem=datasources:installed-drivers-list
    • NEW

    Description

      The following CLI command is failing in JBoss EAP6.0 GA, Where as the same command used to work in previous releases of JBossAS like (jboss-as-7.0.2.Final) .

      Example:
      Result in JBoss EAP6.0 GA is following
      ---------------------------------------

      [domain@localhost:9999 /]/profile=full/subsystem=datasources:installed-drivers-list

      "outcome" => "failed",
      "failure-description" => "JBAS010850: No handler for operation installed-drivers-list at address [(\"subsystem\" => \"datasources\")]",
      "rolled-back" => true

      Where as in JBoss As 7.0.2 Final the result of the CLI script was following:
      [domain@localhost:9999 /] /profile=full/subsystem=datasources:installed-drivers-list
      {
      "outcome" => "success",
      "result" => {
      "domain-results" =>

      {"step-1" => "no metrics available"}

      ,
      "server-operations" => [{
      "servers" => [],
      "operation" => {
      "address" => [("subsystem" => "datasources")],
      "operation" => "installed-drivers-list",
      "operation-headers" =>

      {"execute-for-coordinator" => true}

      }
      }]
      }
      }

      Currently we can see that in the "Domain Mode of EAP6" the we can see that "installed-drivers-list" and "get-installed-driver" operations are NOT available (It is supposed to be present there because it is present in Standalone Mode)

      Attachments

        Activity

          People

            jaysensharma Jay SenSharma (Inactive)
            jaysensharma Jay SenSharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: