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

Batch subsystem cannot be removed with a remove operation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.1.0.CR1, 10.1.0.Final
    • None
    • Batch
    • None

    Description

      The batch-jberet subsystem fails when a remove operation is invoked.

      [standalone@localhost:9990 /] /subsystem=batch-jberet:remove
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
      Service org.wildfly.batch.thread.pool.batch was depended upon by service org.wildfly.batch.configuration",
          "rolled-back" => true,
          "response-headers" => undefined
      }
      

      The batch configuration dependency needs to be removed before the its dependencies are removed.

      The thread-pool resource should also require a reload before removal. The thread-pool is used in deployments and therefore shouldn't just be removed without a reload if there are deployments using it.

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: