javax.naming.NameNotFoundException:
843830Feb 28 2005 — edited Mar 4 2005Hi,
I am getting javax.naming.NameNotFoundException while running the Application. I am using wsad5.1. The same code works in wsad 5.0.
Through Wsad5.1 , i can access other Ejb's in the application.But only one Ejb creates problem. only the difference is in Transaction type . This bean uses Bean. and the rest are using Container
I can see on of the topic " javax.naming.NameNotFoundException: Name comp/env/ejb not found in context
Author: gmarotta1 " posted feb-04 .
I didnt understand as i am new to EJB
<session id="CheckoutSession">
<ejb-name>CheckoutSession</ejb-name>
<home>com.fmo.wom.ejb.CheckoutSessionHome</home>
<remote>com.fmo.wom.ejb.CheckoutSession</remote>
<ejb-class>com.fmo.wom.ejb.CheckoutSessionBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Bean</transaction-type>
</session>
Thanks
Kals