I have an
EJB deployed in Weblogic. It is listed under Deployments section in weblogic console.
State as 'Preapared', Type as 'EJB', Deployment order as '100'. On the admin console app, I am checking Deployment-->Servers-->myserVer-->View JNDI tree. I get a new window that has a 'ejb' as one of main node under myserver. But it doesn't list my deployed EJB.
I understand if deployed correctly, it is necessary that EJB be listed under JNDI tree. I am writing a client app, and am able to reach till the context but on lookup it throws NameNotFoundException. Any help/suggestion. Thanks.