0 Replies Latest reply on May 21, 2007 10:15 AM by jc7442

    Embedded ejb3 and multiple bootstrap/shutdown

    jc7442

      I use embedded beta 2. My testsuite is made of several testcases.

      When I write :

      Bootstrap.getInstance().bootstrap();
      ....
      Bootstrap.getInstance().shutdown();
      Bootstrap.getInstance().bootstrap();
      ...
      


      I have an exception on the second bootstrap. It looks that on the shutdown, configuration has not been destroyed.

      Is there some workaround ?