[jboss-user] [EJB 3.0] - Re: Newbie EJB 3 JNDI question

itsme do-not-reply at jboss.com
Tue Dec 11 19:31:50 EST 2007


On the server side a lookup is'nt needed anymore. Just annotate a member field of the interface type of the necessary ejb like:

  | ...
  | @EJB private MyBeanLocal bean;
  | ...
  | 
\sandor\

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

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



More information about the jboss-user mailing list