You can disable the optimized calling to return to pass by value with a
flick
of a configuration switch. See the Optimized flag docs here:
http://www.jboss.org/documentation/HTML/ch06s08.html

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 2:32 PM
Subject: [JBoss-user] pass-by-value vs. pass-by-reference semantics


>
> I had a question about the pass-by-value vs pass-by-reference semantics of
> ejb calls. From how I understand the spec, any calls through the remote
> interface are supposed to use pass-by-value semantics. However, JBoss
> appears to use pass-by-reference semantics for beans running in the same
> jvm (an optimization that makes a lot of sense in my opinion). I just
> wanted to know if JBoss has had any trouble being "officially certified"
> sense it doesn't appear to follow the spec in this regard. With the
> appearance of local interfaces, are there any intents to change this
> default behavior?
>
> Thanks,
>
> Alex
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to