Lookingup EJB References

2001-12-10 Thread Anil D
Hi I want to refer to another ejb which is in another jar file on the same server. I have added ejb-ref in the ejb-jar.xml of the referencing bean. I didnt provide ejb-link. Still I was having lookup problems when I try to lookup the home interface of the referred bean using the name I

ejb references

2000-03-27 Thread Egor Savotchkin
Hi, I tried to deploy a simple EJB and it turned out that in order to get this EJB referenced from my JSPits reference in JSP code should coincide with the location specified in both orion-ejb-jar.xml and orion-web.xml. It seems to me that it is not correct with the spec or I am missing