Sure Romain! In JBoss I have the configuration parameter call-by-value. If I set false, it will optimize the ejb's calls, where I have a collateral effect that my client see the changes made by service. It's all possible just working in a same VM, and it reduce the CPU time also, because no serialization or deserialization need be done.
It's not specified at Java EE, but JBoss and Websphere (for exemple) I know that are able to do it. So, I was wondering, there are any way to pick up this collateral effect using an ebedded OpenEJB? I'm using version 4.0.0. -- View this message in context: http://openejb.979440.n4.nabble.com/Call-By-Reference-tp4657135p4657138.html Sent from the OpenEJB User mailing list archive at Nabble.com.
