I'm going to be doing this in the near future, so I took a look at the docs.  It said to use a jndi-name like this:
 
<jndi-name>t3://otherserver/application/beanB</jndi-name>
     
If I understand this correctly, the JNDI name is the name we use in the ctx.lookup() call.  With the above, a lookup for an external EJB on the same JBoss is different from a lookup for the same EJB on a different JBoss.  Wouldn't that require a source code change?  That would not be good.
----- Original Message -----
To: JBOSS
Sent: Sunday, April 29, 2001 11:47 AM
Subject: Re: [JBoss-user] It never finds beans in another *.jar's

Hi,
     Check out the section 'External EJB Reference' in chapter 6 in the online documentation for jboss at www.jboss.org\documentation\HTML\ch06s05.html
 
Vinay

Reply via email to