Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1517

Composite operation needs settable address

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 3.0.7.Final
    • None
    • DMR
    • None

      In domain mode, a composite operation should have an address targeting a specific server, e.g. instead of something like:

      address: ""
      steps:
        /host=master/server=server-one/…/:operation1
        /host=master/server=server-one/…/:operation2
      

      we should use:

      address: /host=master/server=server-one
      steps:
        /…/:operation1()
        /…/:operation2()
      

      it probably doesn't affect the majority of cases but it may cause a deadlock because the operations don't share the same OperationContext

              mpetrov@redhat.com Michal Petrov
              mpetrov@redhat.com Michal Petrov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: