Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.naming.NameNotFoundException:

843830Feb 28 2005 — edited Mar 4 2005
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2005
Added on Feb 28 2005
4 comments
117 views