]
Brad Maxwell reassigned WFLY-11866:
-----------------------------------
Assignee: Wolf-Dieter Fink
Cannot get exception as pass-by-reference
-----------------------------------------
Key: WFLY-11866
URL:
https://issues.jboss.org/browse/WFLY-11866
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 16.0.0.Final, 17.0.0.Beta1
Reporter: Wolf-Dieter Fink
Assignee: Wolf-Dieter Fink
Priority: Major
Despite of <in-vm-remote-interface-invocation pass-by-value="false"/>, an
exception is not thrown by reference, which results in java.io.NotSerializableException if
the exception doesn't implement Serializable. This is a blocker of a large migration
project from WebLogic because it throws by reference even if that doesn't implement
Serializable.