-
Enhancement
-
Resolution: Done
-
Major
-
None
-
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
- is incorporated by
-
WFLY-11408 Upgrade HAL to 3.1.2.Final
- Closed
- relates to
-
WFCORE-4018 Remove alias and read-aliases in a batch causes blocking behavior
- Resolved