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

CLI Batch mode doesn't do roll back correctly during adding of distributed-workmanager of JCA

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • None
    • JCA
    • None

    Description

      CLI Batch mode doesn't do roll back correctly during adding of distributed-workmanager of JCA

      Steps to reproduce:

      1. ./standalone.sh -c standalone-ha.xml
      2. ./jboss-cli.sh -c
      3. # batch
      4. /subsystem=jca/distributed-workmanager=newdwm:add(name=newdwm)
      5. /subsystem=jca/distributed-workmanager=newdwm/short-running-threads=newdwaaaaaaaaaa:add(queue-length=20,max-threads=20)
      6. run-batch
      7. # error is printed, correct, management commands were wrong
      8. list-batch
      9. discard-batch
      10. batch
      11. list-batch
      12. /subsystem=jca/distributed-workmanager=newdwm:add(name=newdwm)
      13. /subsystem=jca/distributed-workmanager=newdwm/short-running-threads=newdwm:add(queue-length=20,max-threads=20)
      14. list-batch
      15. run-batch
      16. # error is printed, wrong, because management commands are correct. Previous batch command probably doesn't do roll back correctly
      17. discard-batch
      18. reload
      19. batch
      20. /subsystem=jca/distributed-workmanager=newdwm:add(name=newdwm)
      21. /subsystem=jca/distributed-workmanager=newdwm/short-running-threads=newdwm:add(queue-length=20,max-threads=20)
      22. run-batch
      23. # works correctly, but only after reload

      Attachments

        Issue Links

          Activity

            People

              smaestri@redhat.com Stefano Maestri
              smaestri@redhat.com Stefano Maestri
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: