[jboss-jira] [JBoss JIRA] (WFLY-5145) Jacorb subsystem does not contain operation "describe-migration"
Ondřej Chaloupka (JIRA)
issues at jboss.org
Thu Aug 20 09:07:28 EDT 2015
Ondřej Chaloupka created WFLY-5145:
--------------------------------------
Summary: 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
Reporter: Ondřej Chaloupka
Assignee: Tomasz Adamski
Priority: Blocker
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}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list