1 Reply Latest reply on Apr 25, 2005 1:00 AM by starksm64

    Inter-server ejb-refs?

    reverbel

      Does JBoss support inter-server ejb-refs in the non-IIOP case?

      In the IIOP case, this jboss.xml excerpt speficies an ejb-ref to an EJB deployed in the JBoss server running in another host (some.host.name) and bound to the name "the/remote/BeanName" in that server's CosNaming service:

      <ejb-ref>
       <ejb-ref-name>some/local/Name</ejb-ref-name>
       <jndi-name>corbaname:iiop:1.2@some.host.name:3628#the/remote/BeanName</jndi-name>
      </ejb-ref>
      


      Can I do a similar thing in the non-IIOP case?

      Thanks,

      Francisco