protected void setUp() throws Exception
{
super.setUp();
try
{
BasicBootstrap bootstrap = new BasicBootstrap();
bootstrap.run();
Kernel kernel = bootstrap.getKernel();
controller = kernel.getController();
main = createMainDeployer();
addStructureDeployer(main, new JARStructure());
addStructureDeployer(main, new FileStructure());