I have an ejb application Xdate and a web application Y deployed on websphere server/cell and the web app uses client jar of Xdate ejb to lookup. Can I use name space binding of "ejb type" to lookup this ejb through my web app? Note that ejb app and web app are two different apps on same server. How can I lookup an ejb deployed on the same server using name space binding
I am using below string for lookup. "java:comp/env/ejbs/XdateRemote"
Entry in web.xml