I have an interceptor defined as:
@Interceptor
@LoggedIn
@Priority(Interceptor.Priority.APPLICATION + 100)
public class LoggedInInterceptor {and a beans.xml with <beans version="1.1" bean-discovery-mode="annotated"/> This interceptor isn't being discovered. It is discovered when beans.xml is an empty file. This same interceptor is discovered on OWB 1.7, but not in 2.0.1-SNAPSHOT. John
