logger.error("Error is occured while notifying observer in class : " + observerMethod.getDeclaringClass().getName() + " in method : " + observerMethod.getName(), e);
}
else
{
throw new WebBeansException(e.getCause());
}
}
finally
{
if (baseComponent.getScopeType().equals(Dependent.class))
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.