[jboss-dev-forums] [Design of EJB 3.0] - EJB 2.1 view with only a home
wolfc
do-not-reply at jboss.com
Wed Nov 21 04:57:59 EST 2007
Where does it say that:
@Stateless
| @RemoteHome(MyStateless21Home.class)
| public class MyStatelessBean
| {
| ...
| }
does not constitute an EJB 2.1 view?
(Assuming the correct interfaces are there as well.)
Or where does it say that:
@Remote(MyStateless21Remote.class)
is valid?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106662#4106662
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106662
More information about the jboss-dev-forums
mailing list