[wildfly-dev] Migration management operation - open questions

Stuart Douglas stuart.w.douglas at gmail.com
Thu Aug 13 01:27:17 EDT 2015


>
>
> I propose the following format for the "result" field of the migrate
> operation response:
>
> {
>    "migration-warnings"=>[
>      "WFXXX1234: the blah is blah",
>      "WFXXX2345: the foo is barred"
>     ]
> }
>
>
The current implementation use a composite operation, so the results look
like:

/subsystem=web:migrate
{
    "outcome" => "success",
    "result" => {
        "step-1" => {"outcome" => "success"},
        "step-2" => {"outcome" => "success"},
        "step-3" => {"outcome" => "success"},
....
    }
}

Because this is using a composite op, I am not sure how the
migration-warnings should be displayed? Possibly as the results of the
first step?

Stuart


>
> --
> Brian Stansberry
> Senior Principal Software Engineer
> JBoss by Red Hat
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20150813/c179beff/attachment.html 


More information about the wildfly-dev mailing list