[cdi-dev] About ProcessSessionBean<X> Container Lifecycle Event Class
Gurkan Erdogdu
gurkanerdogdu at yahoo.com
Mon Jun 13 06:46:59 EDT 2011
Hello,
In the 1.0 specification, Chapter 11.5.8, ProcessSessionBean<X> container event
class was defined as
public interface ProcessSessionBean<X> extends ProcessManagedBean<Object> {
public String getEjbName();
public SessionBeanType getSessionBeanType();
}
As I commented in https://issues.jboss.org/browse/CDITCK-215, it is more
accurate to define this interface as
public interface ProcessSessionBean<X> extends ProcessManagedBean<X>{
....
}
WDYT?
--Gurkan Erdogdu
Founder and PMC Chair, Apache OpenWebBeans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/cdi-dev/attachments/20110613/244c6add/attachment.html
More information about the cdi-dev
mailing list