if (requestContext.isActive()){
logger.debug(bundle.getString("management-debug-stoping-custom-context",
requestContext.getClass().getCanonicalName(), managedType.getCanonicalName()));
requestContext.deactivate();
}
if (conversationContext.isActive()){
logger.debug(bundle.getString("management-debug-stoping-custom-context",
conversationContext.getClass().getCanonicalName(), managedType.getCanonicalName()));