1 Reply Latest reply on Jun 4, 2003 9:19 AM by adrian.brock

    Pass-by-reference and EJB 1.1

    nbirch

      Hi,

      On a performance-related web site I read the following:

      ---- clip -----
      In JBoss servers the jboss.xml file has an element

      <container-invoker-conf>
      true
      </container-invoker-conf>

      Some vendors may not support pass-by-reference as default so look at your server documentation for detailed information and configure.

      In EJB1.1, configure the pass-by-reference property in vendors specific deployment descriptor file to make EJBs as local EJBs whenever you deploy both client and EJBs in the same machine/server to improve performance.

      ----- clip -----

      Right now I'm using JBoss 3.0.2 and Standard CMP EJBs. Can I force method invocations to be pass-by-reference rather than RMI? Or do I have to move to EJB2.0? Can the Optimized flag be applied to Entity Beans and Session Beans?

      Thanks
      NBirch