[jboss-dev-forums] [Design of EJB 3.0] - Re: Kill Default Remote Binding if 1+ @RemoteBinding is spec
wolfc
do-not-reply at jboss.com
Fri Oct 24 07:27:36 EDT 2008
What happens if:
@Stateless(name="MyBean")
| @Local(MyLocal.class)
| @Remote(MyRemote.class)
| @RemoteBinding(jndiBinding="MyBean")
| class MyBean{...}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184448#4184448
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184448
More information about the jboss-dev-forums
mailing list