3 Replies Latest reply on Jun 15, 2007 2:21 PM by bill.burke

    Embedded container does not shutdown propertly

    jc7442

      I use emebedded beta 2.

      After a shutdown, embedded container is still started.

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


      It looks like a bug.

      That's a great issue for me. My testsuite are made of several configuration. I'm not able in the same jvm to shutdown an embedded conatiner to bootstrap another one.