Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4036

JCA subsystem doesn't unregister <short-running-threads> and <long-running-threads> workmanager subelements after removing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.1.Final
    • 7.1.0.Final
    • JCA
    • None

      [standalone@localhost:9999 /] /subsystem=jca/workmanager=newWM:add(name=newWM)
      {
      "outcome" => "success",
      "response-headers" =>

      { "operation-requires-reload" => true, "process-state" => "reload-required" }
      }

      [standalone@localhost:9999 /] /subsystem=jca/workmanager=newWM/short-running-threads=newWM:add(name=newWm,core-threads=20,max-threads=20,queue-length=20)
      {
      "outcome" => "success",
      "response-headers" => {"process-state" => "reload-required"}
      }
      [standalone@localhost:9999 /] /subsystem=jca/workmanager=newWM:remove
      {
      "outcome" => "success",
      "response-headers" => { "operation-requires-reload" => true, "process-state" => "reload-required" }

      }
      }
      [standalone@localhost:9999 /] /subsystem=jca/workmanager=newWM:add(name=newWM)
      {
      "outcome" => "success",
      "response-headers" =>

      { "operation-requires-reload" => true, "process-state" => "reload-required" }

      }
      [standalone@localhost:9999 /] /subsystem=jca/workmanager=newWM/short-running-threads=newWM:add(name=newWm,core-threads=20,max-threads=20,queue-length=20)
      {
      "outcome" => "failed",
      "failure-description" => "JBAS014749: Operation handler failed: Service jboss.thread.executor.newWM.thread-factory is already registered",
      "rolled-back" => true,
      "response-headers" =>

      {"process-state" => "reload-required"}

              smaestri@redhat.com Stefano Maestri
              vrastsel_jira Vladimir Rastseluev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: