3 Replies Latest reply on May 26, 2003 2:27 AM by roberto

    Web /EJB container communication

      How is possible to configure communication between web and ejb tier to pass arguments by copy instead by reference on the same JVM ?

      I'm using jboss v 3.2.1 (jetty)

      I know that performance are slow... but i need to pass arguments by copy to avoid changing attributes values

      Ty