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()