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 ?