[jboss-dev-forums] [Design of EJB 3.0] - Re: EJBTHREE-1062 and metadata
ALRubinger
do-not-reply at jboss.com
Wed May 21 13:19:25 EDT 2008
MyStateful should extend javax.ejb.EJBObject to become an EJB2.x Remote Interface.
Technically, @Remote is to designate business interfaces, so in this case it shouldn't be required on the SFSB implementation class. We happen to support its use for both EJB2.x Remote and EJB3 Business Remote, but for a valid EJB2.x view the interface must extend EJBObject.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152448#4152448
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152448
More information about the jboss-dev-forums
mailing list