[jboss-user] [EJB 3.0] - Re: $Proxy200 error & Invalid (i.e. remote) invocation of lo

jaikiran do-not-reply at jboss.com
Wed Jan 7 05:58:39 EST 2009


Use the @Remote annotation to mark the interface as remote:
@Stateless
  | @Remote (BiddingTestBeanRemote.class)
  | public class BiddingTestBean implements BiddingTestBeanRemote

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

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



More information about the jboss-user mailing list