Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-10 Thread Tim Tye
. - Original Message - From: Aaron Mulder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 10, 2001 7:40 AM Subject: Re: ejb-ref ejb-link Implementation in 4.0.b1 I'm a little confused by all of the discussion around this. Acoording to the spec, the ejb-link is supposed

Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-09 Thread Weining Qi
hi, if you are running tomcat 3.x in the same window (tomcat run), look at the feedback from tomcat when call the ejb that way, you can see that tomcat does not recognize the namespace "java:com/env/" for calling ejb as recommended by the sun j2ee specification v1.3. you should call ejb directly

Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-09 Thread tttye
Weining Qi writes: if you are running tomcat 3.x in the same window (tomcat run), look at the feedback from tomcat when call the ejb that way, you can see that tomcat does not recognize the namespace "java:com/env/" for calling ejb as The name is "java:comp/ejb" NOT --.

Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-09 Thread Remy Maucherat
Quoting [EMAIL PROTECTED]: YET: this same code works when I run it from a standalone Java application. I believe that tomcat's InitialContext() is preventing the remote connection from being established. Actually, it's a classloader related issue which has been fixed after beta 1. Remy

Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-09 Thread Tim Tye
Where is the interface document for tomcat object factories? I would like to have an object factory for JBoss context. - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 09, 2001 7:13 PM Subject: Re: ejb-ref ejb-link Implementation

Re: ejb-ref ejb-link Implementation in 4.0.b1

2001-03-09 Thread Remy Maucherat
Where is the interface document for tomcat object factories? It's the standard JNDI interface : javax.naming.spi.ObjectFactory The first parameter you get is a reference instance which contains a set of parameters. The format of the reference is proprietary (since there is no standard for