2 Replies Latest reply on Sep 6, 2012 9:51 AM by wdfink

    AS5 - What is the point of setting  /server/default/deploy/ear-deploy.xml's CallByValue=true?

    ndipiazza

      Probably a simple question:

       

      I realize that /server/default/deploy/ear-deploy.xml's CallByValue=true means that all EJB3 calls will be treated as remote.

       

      I understand that this is default false because most EJB3s and the WARs they are referenced from are on the same server, and the performance overhead of remote calls is quite costly.

       

      What is to gain by having CallByValue=true?