If it's a NameNotFoundException, then that means one of three things (I
think):
1) You're looking up the wrong name
2) The EJB didn't deploy
3) You're looking in the wrong JNDI tree (e.g. connecting to a different
server or something)
If you supply some more details, like log excerpts that show the EJB
deploying and the code you're using for JNDI lookups etc, then you might
get more help.
Toby.
Charlie Read wrote:
> How can you deploy servlets and EJBs (used by the servlets) independently?
>
> One thing I have tried is deploying a .war file with a servlet,
> and then separately, a .jar file with EJBs used by the servlet.
> But I get this exception from the servlet.init() method at run-time:
>
> javax.naming.NameNotFoundException.
>
> Any ideas?
>
> Thanks,
> Charlie
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]