Running a pure SE CDI application (such as weld/core/examples/se/hello-world )
logs these warning at startup
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
|
Nov 09, 2015 10:01:33 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
|
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
|
Nov 09, 2015 10:01:33 AM org.jboss.weld.environment.se.WeldContainer initialize
|
Java SE users give a rat's a$$ about javax.ejb annotations and they shouldn't be bothered by them.
|