-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.GA, 7.1.1.GA, 7.1.2.GA, 7.1.3.GA, 7.1.4.GA
If the server default configuration is used an EJB invocation via @Remote interface is, according to the specification, with call-by-value.
But if the application is configured with jboss-ejb-client.xml to have a remote-outbound-connection the EJB invocation via @Remote is done as call-by-reference no matter whether the configuration is default or
<in-vm-remote-interface-invocation pass-by-value="true"/>
is used.
This is a violation of the specification and can cause serious unexpected issues at runtime for the application if the parameters or return values are mutable
- clones
-
WFLY-11262 violation of call-by-value if a outbound connection is configured
- Closed
- is cloned by
-
JBEAP-15752 [GSS](7.1.z) violation of call-by-value if a outbound connection is configured
- Closed
- links to