Please can you help,
I have written a bean that is in an application, The orion-primer demo.
I can call this bean from inside the application but when I try and call
this
from another servlet outside the application I get :
javax.naming.NamingException: Error instantiating web-app JNDI-context:
No location specified and no suitable instance of the type
'hello.ejb.Hello' found for the ejb-ref ejb/HelloHome.
Can I call ejb's from outside the Application and if yes how.
Many thanks for your help
Chris Randall