using ejb-ref-mapping in orion-web.xml?

2001-06-13 Thread -buttso-
g'afternoon all - Has anyone ever used the ejb-ref-mapping tag in the orion-web.xml file? From reading the doc on the Orion website, it appears that you can modify the JNDI name used by an ejb-ref-mapping entry for an EJB home as described in the standard web.xml file. I've got

ejb-ref-mapping

2001-02-22 Thread colin harris
remoteserene.ejb.ClientInterface/remote /ejb-ref and then an ejb-ref-mapping in the orion-web.xml deployment-- ejb-ref-mapping name="ejb/ClientInterface" location="ormi://waits/serene/serene.ejb.

Conflict between ejb-link and ejb-ref-mapping

2000-07-24 Thread Jen Hsien Huang
I don't understand why orion deployment descript need ejb-ref-mapping ? The ejb-link in J2EE DD just has the same function as ejb-ref-mapping in Orion DD. I found the ejb-link broken, just only ejb-ref-mapping works. I really cant understand why ejb-ref-mapping is needed? and why ejb-link borken