public void after() throws Exception {
if (assembler != null) {
final ContextsService contextsService = appContext.getWebBeansContext().getContextsService();
contextsService.endContext(SessionScoped.class, session);
contextsService.endContext(RequestScoped.class, null);
contextsService.endContext(ConversationScoped.class, null);
try {
assembler.destroyApplication(appInfo.path);
} catch (final Exception e) {