[jboss-jira] [JBoss JIRA] (WFLY-5320) Jacorb :migrate operation does not return migration-warnings
Ondřej Chaloupka (JIRA)
issues at jboss.org
Thu Sep 10 10:31:01 EDT 2015
Ondřej Chaloupka created WFLY-5320:
--------------------------------------
Summary: 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: Ondřej Chaloupka
Assignee: Tomasz Adamski
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
(v6.4.11#64026)
More information about the jboss-jira
mailing list