WebBeansContext webBeansContext = getWebBeansContext();
ContextFactory contextFactory = webBeansContext.getContextFactory();
contextFactory.destroyRequestContext(null);
contextFactory.destroySessionContext(this.mockHttpSession);
contextFactory.destroyConversationContext();
contextFactory.destroyApplicationContext(this.servletContextEvent.getServletContext());
//Comment out for OWB-502
//ContextFactory.cleanUpContextFactory();
// clean up the EL caches after each request