localejbs not bound
Hi all
I need to create a little project that includes an ejb class. When I try to call it:
DBConnectLocal connect = EJBHomeInstancer.getDBConnectInstance ();
I receive exception:
javax.servlet.ServletException: localejbs not bound
EJBHomeInstancer is the class that implements connection to the ejb.
DBConnectLocal is the interface that inheritsEJBLocalHome.
What can be the problem?
Best regards
Message was edited by:
f1engineer

