[jboss-user] [EJB 3.0] - Embedded ejb3 and multiple bootstrap/shutdown

jc7442 do-not-reply at jboss.com
Mon May 21 10:15:11 EDT 2007


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 ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047252#4047252

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047252



More information about the jboss-user mailing list