Re: SV: JNDI Lookup Failure

2001-02-27 Thread colin harris
hi, i have defined ejb-ref name in web.xml as -      ejb/ClientInterface      Session      serene.ejb.ClientInterfaceHome      serene.ejb.ClientInterface The JNDI lookup should then be java:comp/env/ejb/ClientInterface. However, i am having problems trying to map this ejb-ref  to a bean i

SV: JNDI Lookup Failure

2001-02-27 Thread Magnus Rydin
-InterestÄmne: JNDI Lookup Failure How's the deployed EJB mapped to the JNDI context?    1. EJB = trantech.ejb.TestSession,TestSessionHome,TestSessionBean. 2. Is the JNDI lookup string "java:comp/env/ejb/trantech/ejb/TestSessionHome" ?   I keep getting the following

JNDI Lookup Failure

2001-02-26 Thread Phan Anh Tran
How's the deployed EJB mapped to the JNDI context?    1. EJB = trantech.ejb.TestSession,TestSessionHome,TestSessionBean. 2. Is the JNDI lookup string "java:comp/env/ejb/trantech/ejb/TestSessionHome" ?   I keep getting the following exception in my JSP page:   javax.naming.NameNotFoundExcept