[jboss-as7-dev] Nested steps for comp-op - intentional?
Brian Stansberry
brian.stansberry at redhat.com
Thu Apr 7 12:11:08 EDT 2011
The little utility in the demos module (DomainDeploymentUtils) is adding
an extra layer. The way it's doing it could make sense for certain edge
cases (where each step in the outer composite is an independent
deployment, and failure of one deployment shouldn't trigger rollback of
others) but that's an edge case and not the best way to do it for these
demos.
On 4/7/11 7:23 AM, Heiko W.Rupp wrote:
> Hi,
>
> the domain.ds test sends the following json to the DC:
>
> {
> "operation" : "composite",
> "address" : [],
> "steps" : [{
> "operation" : "composite",
> "steps" : [
>
> Is it intentional that the outer steps consists of one step "op: comp" which then contains
> the real steps?
>
> Thanks
> pilhuhn
>
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
--
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat
More information about the jboss-as7-dev
mailing list