186187188189190191192193194
componentInstanceMap.remove(component); removeInstance(component); } else { throw new ContextRemoveException("Given component with " + component + " is not found in the current context with type : " + getType().getTypeName()); } }