Jacorb subsystem does not contain operation
"describe-migration"
----------------------------------------------------------------
Key: WFLY-5145
URL:
https://issues.jboss.org/browse/WFLY-5145
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.0.0.Beta1
Reporter: Ondra Chaloupka
Assignee: Tomasz Adamski
Priority: Critical
Fix For: 10.0.0.CR1
As part of the migrate functionality for moving from JacORB to IIOP OpenJDK the old
subsystem should contain operation {{describe-migration}}
{code}
/subsystem=jacorb:describe-migration()
{code}
for user gets information about following steps.
But JacORB subsystem does not contain any such operation
{code}
/subsystem=jacorb:read-operation-names()
{
"outcome" => "success",
"result" => [
"add",
"list-add",
"list-clear",
"list-get",
"list-remove",
"map-clear",
"map-get",
"map-put",
"map-remove",
"migrate",
"query",
"read-attribute",
"read-attribute-group",
"read-attribute-group-names",
"read-children-names",
"read-children-resources",
"read-children-types",
"read-operation-description",
"read-operation-names",
"read-resource",
"read-resource-description",
"remove",
"undefine-attribute",
"whoami",
"write-attribute"
]
}
{code}