Hello,
We have a use case to pass the parameters by reference when there is a remote EJB call within same VM(one ejb to another ejb bundled as independent jar under same EAR).
We have set the configuration in standalone.xml ` <in-vm-remote-interface-invocation pass-by-value="false"/>` using jboss-cli.
We have tested for local EJB call and it works as pass by reference but it does not work in case of remote lookup.
Wildfly version 26.