[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

CarstenRudat do-not-reply at jboss.com
Wed Jan 16 07:38:25 EST 2008


Hi yanlong11,

with coding


  | @Remote(test.class)
  | 

you say, that the remote interface/type should be test.
So you need to


  | test bean = (test)obj;
  | 

in you client.

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

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



More information about the jboss-user mailing list