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

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


     [ https://issues.jboss.org/browse/WFCORE-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFCORE-3330:
-------------------------------------
    Description: 
It should be ExtensionRegistryType.SERVER.

Only impact of this is it results in a contrary to spec result 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.

  was:
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.



> 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 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