<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:8pt"><div>Hello,<br><br>In the 1.0 specification, Chapter 11.5.8, ProcessSessionBean&lt;X&gt; container event class was defined as<br><br>public interface ProcessSessionBean&lt;X&gt; extends ProcessManagedBean&lt;Object&gt; {<br>&nbsp; public String getEjbName();<br>&nbsp;&nbsp; public SessionBeanType getSessionBeanType();<br>}<br><br><span>As I commented in <a target="_blank" href="https://issues.jboss.org/browse/CDITCK-215">https://issues.jboss.org/browse/CDITCK-215</a>, it&nbsp; is more accurate to define this interface as</span><br><br>public interface ProcessSessionBean&lt;X&gt; extends ProcessManagedBean&lt;X&gt;{<br>....<br>}<br><br>WDYT?<br><br>--Gurkan Erdogdu<br>Founder and PMC Chair, Apache OpenWebBeans<br></div>



</div></body></html>