2 Replies Latest reply on Jul 27, 2007 6:58 AM by alesj

    Deployer Sorting is still broken

      I've added a test to the DeployerFlow test that shows the problem.

      I also changed the error message to make it less confusing. :-)

        • 1. Re: Deployer Sorting is still broken
          alesj

          Darn ...

          "adrian@jboss.org" wrote:
          I've added a test to the DeployerFlow test that shows the problem.

          Just add
          deployer4.setRelativeOrder(3);
          

          ;-)

          Will have a close look tomorrow.

          • 2. Re: Deployer Sorting is still broken
            alesj

             

            "alesj" wrote:

            Will have a close look tomorrow.

            The solution here is to exclude the order compare on those who are not comparable by inputs/outputs and don't have order explicitly set.
            They could be ordered by filling transitions (as the new test case), or by eventual (lazy) order compare (relative order or name compare) in fillCompareNames().