| Author |
jndi lookup problem in OC4J Application Server
|
bhupender kaur
Greenhorn
Joined: Jul 21, 2008
Posts: 9
|
|
Hi Techies,
I have a small application based on ejb3. I have these files--
Entity Bean
Stateless Session Bean
Local interface
I have given the jndi lookup code in my jsp file. I have deployed the application in OC4J Application Server and its done successfully but i m getting error that the jndi name i m giving is not found. This is the lookup code
firstSessionBeanLocal local=(firstSessionBeanLocal)initialContext.lookup("ejblocal:firstEJB/firstEJBEJB.jar/firstSessionBean#sessionBean.firstSessionBeanLocal");
but it is not working. Can anyone help me.
thanks
Bhupender
|
 |
 |
|
|
subject: jndi lookup problem in OC4J Application Server
|
|
|