Whenever I startup GlassFish 4.1, I get the following two warnings in my GlassFish log:
WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Both of the referenced classes are, however, in the glassfish/modules/javax.ejb-api.jar
.
Is there any way to fix / prevent these warnings?