This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Problem looking up EJB session bean (Name not bound)cja987 Mar 9, 2007 3:13 PM (in response to tonylmai)You need to read the EJB documentation. The JBoss EJB3 trailblazers are quite nice. @Local and @Remote belong on your interface, not your implementation. 
- 
        2. Re: Problem looking up EJB session bean (Name not bound)cja987 Mar 9, 2007 3:22 PM (in response to tonylmai)Egads, nevermind ... I'd forgotten about the overloaded forms of @Local/@Remote. 
 At any rate, you still need to ask on an EJB3 forum, or you'll get misinformation like what you just got from me.
- 
        3. Re: Problem looking up EJB session bean (Name not bound)tonylmai Mar 9, 2007 3:33 PM (in response to tonylmai)cja987, 
 At least I got replies from you. No one seemed to care on the other forums. :((
