[
https://issues.jboss.org/browse/WFLY-2949?page=com.atlassian.jira.plugin....
]
Osamu Nagano commented on WFLY-2949:
------------------------------------
That's true, all {{Throwable}} subtypes implement {{Serializable}}.
{{NotSerializableException}} was caused by
{{com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl}}, a part of thrown exception.
Can you merge the pull request so that I can backport it?
Cannot get exception as pass-by-reference
-----------------------------------------
Key: WFLY-2949
URL:
https://issues.jboss.org/browse/WFLY-2949
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB
Affects Versions: 8.0.0.Final
Reporter: Osamu Nagano
Assignee: David Lloyd
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}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira