<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
I noticed that a few tests in the TCK ( those in InterceptorDefinitionTests) rely upon retrieving interceptors by calling getBeans(InterceptorType.class). <BR>
<BR>
However,&nbsp; section 5.3 in the spec, and 11.3.4, indicate that getBeans() should retrieve beans that are eligible for injection (and 5.3 makes clear that interceptors and decorators are not eligible).<BR>
<BR>
I intend to fix this while working on the interceptor implementation, so that any access to interceptors would happen strictly through resolveInterceptors(), but I am wondering if anyone thinks differently.<BR>
<BR>
Cheers,<BR>
Marius<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>