9 Replies Latest reply on Nov 18, 2005 7:35 PM by adrian.brock

    Update objectweb tests to the latest version

      I'm going to look at what it will take to update the objectweb tests in the testsuite
      to the latest version (JMS1.1) and also allow a more flexible plugin of different
      jms implementations.

      e.g.
      * JBossMQ inside JBossAS
      * JBossMQ bootstrapped by the MC in EJB3 standalone
      * JBossMess inside JBossAS
      * JBossMess standalone
      * JBossMess bootstrapped by the MC in EJB3 standalone
      * Testing JBossAS with thirdparty JMS providers
      etc.

      It looks like I'll have to rewrite the Admin class to make it more pluggable
      (rather than a hardwired property file) so I'll probably fork the project into JBossCVS
      and once I have it working contribute the change back to JORAM.