The snippet below is from jboss.dtd/jboss_2_4.dtd. Whats with the t3://? 
Isn't that from the BEA opposition :-)

         The jndi-name element gives the deployed name of the reference. The
         general form is
            <jndi-name>t3://otherserver/application/beanB</jndi-name>

Shouldn't it be something like

-------
...
<jndi-name>hostname:port//otherserver/application/beanB</jndi-name>
for example
<jndi-name>localhost:1099//otherserver/application/beanB</jndi-name>
-------

Mike S-R


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to