0 Replies Latest reply on Sep 28, 2011 5:55 AM by viniciuscarvalho

    Inject Remote interfaces on local deployment

    viniciuscarvalho

      Hi there! I have a kinda silly question that I could not find an aswer on docs.

       

      I remember on JBoss 3.x, 4.x that  we could enable call-by-value on jndi.

       

      Does the same principle applies on JBoss 6 and 7?

       

      I mean if I inject a Remote interface on a bean, but this bean is located on the same server as the remote interface, would jboss call it using the in memory object instead of making a remote call?

       

      Regards