2 Replies Latest reply on Aug 29, 2006 4:14 AM by alesj

    More support for testcase integration

    starksm64

      One thing that is a bit tedious to write is a testcase that tries to validate expected states/properties of the beans in a kernel. This is especially true if the values are set asynchronously via concurrent tasks.

      A couple ways to better support this would be:
      - a conditional value dependency on a bean property. The bean wanting to validate the property would express a dependency with a type of java.util.concurrent.locks.Condition.

      - an ability to wrap a bean in an kernel event emitter proxy that generated kernel events to a named channel for every time the kernel touched the bean.

      Just a couple of ideas that I'll come back to once I get pas the current jboss5 bootstrap work.