-
Bug
-
Resolution: Done
-
Major
-
8.0.0.Final
-
None
-
None
This is needed to keep the slave copy of the resource model actually the same, and popped up during mixed domain testing of EAP with a 6.2.0 slave.
Connect directly to to 6.1.1 slave - gets domain version from master
[domain@localhost:19999 /] :read-resource
{
"outcome" => "success",
"result" => {
"deployment" => undefined,
"deployment-overlay" => undefined,
"management-major-version" => 1,
"management-micro-version" => 0,
"management-minor-version" => 6,
"name" => "Unnamed Domain",
"namespaces" => [],
"path" => undefined,
"product-name" => "EAP",
"product-version" => "6.3.0.Alpha3",
"profile" => undefined,
"release-codename" => "Janus",
"release-version" => "7.4.0.Final-redhat-SNAPSHOT",
Connect directly to 6.2.0 slave - does not get domain version from master
[domain@localhost:19999 /] :read-resource
{
"outcome" => "success",
"result" => {
"management-major-version" => 1,
"management-micro-version" => 0,
"management-minor-version" => 5,
"name" => "Unnamed Domain",
"namespaces" => [],
"product-name" => "EAP",
"product-version" => "6.2.0.GA",
"release-codename" => "Janus",
"release-version" => "7.3.0.Final-redhat-14",
The 6.2.0 slave should look the same as the 6.1.1 slave for these attributes.