[jboss-jira] [JBoss JIRA] (WFCORE-3330) ServerRootResourceDefinition passes ExtensionRegistryType.SLAVE to ExtensionResourceDefinition

Brian Stansberry (JIRA) issues at jboss.org
Tue Oct 3 18:09:00 EDT 2017


Brian Stansberry created WFCORE-3330:
----------------------------------------

             Summary: ServerRootResourceDefinition passes ExtensionRegistryType.SLAVE to ExtensionResourceDefinition
                 Key: WFCORE-3330
                 URL: https://issues.jboss.org/browse/WFCORE-3330
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor


It should be ExtensionRegistryType.SERVER.

Only impact of this is it results in a contrary to spec result valid for the extension add op if it is invoked after boot:

{code}
[standalone at embedded /] /extension=org.jboss.as.xts:add
{
    "outcome" => "success",
    "result" => [("xts" => "2.0.0")]
}
{code}

That result is what a slave HC communicates to the master; it's not meant to be presented to an end user.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list