[jboss-jira] [JBoss JIRA] (WFLY-5320) Jacorb :migrate operation does not return migration-warnings
Kabir Khan (JIRA)
issues at jboss.org
Wed Dec 6 11:21:30 EST 2017
[ https://issues.jboss.org/browse/WFLY-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan closed WFLY-5320.
----------------------------
> Jacorb :migrate operation does not return migration-warnings
> ------------------------------------------------------------
>
> Key: WFLY-5320
> URL: https://issues.jboss.org/browse/WFLY-5320
> Project: WildFly
> Issue Type: Task
> Components: IIOP
> Affects Versions: 10.0.0.CR1
> Reporter: Ondra Chaloupka
> Assignee: Tomasz Adamski
> Fix For: 10.0.0.CR1
>
> Attachments: standalone-full.tomig.inital.xml
>
>
> If I run migrate operation on jacorb subsystem the result of the operation is
> {code}
> /subsystem=jacorg:migrate()
> {
> "outcome" => "success",
> "result" => undefined
> }
> {code}
> But the result should be
> {code}
> {
> "outcome" => "success",
> "result" => {"migration-warnings" => []}
> }
> {code}
> Try the same with messaging or web subsystem
> {code}
> /subsystem=web:migrate()
> {
> "outcome" => "success",
> "result" => {"migration-warnings" => []}
> {code}
> To reproduce
> - compile latest wildfly from github
> - use the attached file standalone-full.tomig.inital.xml
> - {{./bin/standalone.sh -c standalone-full.tomig.initial.xml --admin-only}}
> - ./bin/jboss-cli.sh -c --controller=remote://localhost:9999
> - /subsystem=jacorb:migrate()
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list