[jboss-jira] [JBoss JIRA] (WFCORE-4834) Validate [GSS](7.2.z) composite operation steps just before executing them

Ricardo Martin Camarero (Jira) issues at jboss.org
Thu Feb 6 06:55:01 EST 2020


Ricardo Martin Camarero created WFCORE-4834:
-----------------------------------------------

             Summary: Validate [GSS](7.2.z) composite operation steps just before executing them
                 Key: WFCORE-4834
                 URL: https://issues.redhat.com/browse/WFCORE-4834
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Management
            Reporter: Ricardo Martin Camarero
            Assignee: Yeray Borges
             Fix For: 9.0.0.Beta7, 9.0.0.Final


Say we have a composite operation with 2 steps:

1) /extension=org.jboss.as.messaging:add
2) /subsystem=messaging:add

This will fail:

Failed to execute batch: JBAS014739: No handler for add at address
[("subsystem" => "messaging")] 

This fails because at the time of validation the /subsystem=messaging:add is not valid.

To illustrate, the execution order is

Validate 1-2
1
2

A possible solution is to convert this to the following:

V1
1
V2 (works now because 1 has registered the subsystem API)
2

I think that should work but it's a very complex area, particularly in a managed domain, so it's not at all certain this would prove feasible. 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list