[jboss-user] [EJB 3.0] - Re: IIOP-implementation for EJB 3.0 not standard-compliant?

wolfc do-not-reply at jboss.com
Tue Sep 26 02:43:27 EDT 2006


Within the EJB3 specs there is a distinction between a business interface and a remote interface (for session beans chapter 4.6.6 vs 4.6.7).
A business interface must not extend EJBObject, a remote interface must extend EJBObject.
IIOP interoperability only works on remote interfaces (chapter 15), thus they must extend EJBObject.
Note: the specs only allow for EJB 2.1 remote client view beans, but with the current implementation no EJBHome is required for stateless and service beans.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974108#3974108

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974108



More information about the jboss-user mailing list