[jboss-jira] [JBoss JIRA] (WFLY-5145) Jacorb subsystem does not contain operation "describe-migration"
Kabir Khan (JIRA)
issues at jboss.org
Wed Dec 6 11:21:04 EST 2017
[ https://issues.jboss.org/browse/WFLY-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan closed WFLY-5145.
----------------------------
> 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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list