1 2 Previous Next 15 Replies Latest reply on Jun 25, 2009 6:51 AM by alesj Go to original post
      • 15. Re: Deployers Ordering
        alesj

         

        "richard.opalka@jboss.com" wrote:
        Example of use case that shold fail but won't:

        Deployer1:
        - stage: PRE_REAL
        - inputs: output1
        Deployer2:
        - stage: REAL
        - outputs: output1

        PRE_REAL is before REAL. Current domino sorting algorithm will not detect it.

        The only reasonable thing here might be that we check any previous stages for inputs,
        and potentially break (throw an exception) if some deployer requires an input from later output.

        But this should be properly discussed first on MC dev forum,
        as I'm still not convinced this is something we should do.
        e.g. we might just call it lazy deployer developer, as (s)he didn't bother to properly check previous deployers via statistics


        1 2 Previous Next