[jboss-dev-forums] [Design of EJB 3.0] - Re: Kill Default Remote Binding if 1+ @RemoteBinding is spec

jaikiran do-not-reply at jboss.com
Fri Oct 24 03:13:18 EDT 2008


"ALRubinger" wrote : 
  | Given:
  | 
  | @Stateless(name="MyBean")
  |   | @Remote(MyRemote.class)
  |   | @RemoteBinding(jndiBinding="MyBean")
  |   | class MyBean{...}
  | 
  | Right now this would produce:
  | 
  | /MyBean - Explicit from @RemoteBinding
  |   | /MyBean/remote - Default Remote Business Interface Proxy Binding
  | 
  | 

>From what i had seen this far, if @RemoteBinding was specified, the the default binding would not be done. Let me give this a try again and see if i am mistaken.


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

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



More information about the jboss-dev-forums mailing list