2 Replies Latest reply on Jan 29, 2009 9:57 AM by alesj

    Enhancing demand

    alesj

      Is there a reason why we don't have this

      <demand state="Start" targetState="Create">
      

      Where 'state' is actually whenRequired (confusing, wtr to other usage of 'state').
      Currently we're missing the 'targetState' attribute.

      Some of this was already discussed here:
      - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143880

        • 1. Re: Enhancing demand

          demand was originally part of a pair with supply that let you do a sort simple aliasing.

          Since the supplys where only known at "Installed", the target state was irrelevant.

          As it happens, you can use demand to reference other things besides supplys
          and they could have other states.

          So you could add it, but it wouldn't work for supplys.

          • 2. Re: Enhancing demand
            alesj

            This is done: JBMICROCONT-404