[
https://issues.jboss.org/browse/WFCORE-3330?page=com.atlassian.jira.plugi...
]
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@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@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@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)