3 Replies Latest reply on Oct 2, 2002 5:27 PM by jmboone

    Can Java Class Call a Local EJB Method?

    jmboone

      Hi,

      I am new to EJBs and JBoss and was wondering if I can call an EJB's local method from a non-EJB Java class. When I try to do it I keep getting the error message like ' not bound' even though I am including the EJB in the deployment file (an ear). You must explicitly identify ejb-refs when one EJB calls another, but what do you do if a non-EJB calls an EJB? Any thoughts would be appreciated. Thanks!