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 specified in the <ejb-ref-name> tag in the ejb-jar.
Do I have to specify the bean in a new <module> tag in the application.xml file? Thanks Anil
