Hi,<br><br>Is there any reason BeanManager.getEnabledDeploymentTypes shouldn&#39;t be:<br><div id=":7m" class="ii gt"><br>   public List&lt;Class&lt;? extends Annotation&gt;&gt; getEnabledDeploymentTypes()<br><br>rather than<br>
<br>   public List&lt;Class&lt;?&gt;&gt; getEnabledDeploymentTypes()<br>
<br><br>The existing ManagerImpl stores that list with the former type, and  Bean&lt;T&gt;  assumes that as well:<br><br>  Class&lt;? extends Annotation&gt; getDeploymentType();<br><br>-Clint<br clear="all"><font color="#888888"><br>
-- <br>Clint Popetz<br>
<a href="http://42lines.net/" target="_blank">http://42lines.net</a><br>Scalable Web Application Development</font></div>