Re: ejb-ref/EjbRef/EjbFactory implementation

2001-03-13 Thread Remy Maucherat
> I am very interested in this implementation. I have been trying to use the > tomcat context to get a reference to an EJB in another machine (running > Jboss). > In my investigation, the is the most important field in > when there are multiple machines because it defines the full URL > to the

Re: ejb-ref/EjbRef/EjbFactory implementation

2001-03-13 Thread tttye
I am very interested in this implementation. I have been trying to use the tomcat context to get a reference to an EJB in another machine (running Jboss). In my investigation, the is the most important field in when there are multiple machines because it defines the full URL to the EJB (sch

ejb-ref/EjbRef/EjbFactory implementation

2001-03-13 Thread Arnaud Level
Hi everyone, I'm working on the implementation of the EjbFactory class (Tomcat 4.0). According to what I've understand, this class is used when the lookup method is called from a Servlet (or jsp). e.g: Context ctx = new InitialContext();   ctx.lookup("java:comp\MyEjb"); If the ejb-ref tag has