The cdi spec defines that "Interceptors declared using @Interceptors or in ejb-jar.xml are called before interceptors declared using interceptor bindings" does that mean that we need to apply interceptors defined in ejb-jar.xml to pure CDI beans as well? LieGrue, strub