Context
406407408409410411412413414
*/ protected void checkActive(FacesContext facesContext) { if (!isActive(facesContext)) { throw new ContextNotActiveException("CDI context with scope annotation @" + getScope().getName() + " is not active with respect to the current thread"); } }