0 Replies Latest reply on Dec 16, 2005 8:46 AM by jaikiran

    CallByValue in Jboss-3.2.3

    jaikiran

      Hi,
      I am using JBoss-3.2.3. My application is packaged as an .ear which contains .war(web module) and a .jar(ejb module). The objects that i pass to the methods of my beans are passed by reference. Is there any setting where i can change the same to call by value. I saw a similar post on the forum which mentioned setting:

      <attribute name="CallByValue">true</attribute>


      But, this attribute is NOT supported in JBoss-3.2.3.