]
David Lloyd resolved WFLY-3600.
-------------------------------
Fix Version/s: 13.0.0.Beta1
Assignee: David Lloyd
Resolution: Done
TransactionRolledbackException doesn't reference the originating
runtime-exception
----------------------------------------------------------------------------------
Key: WFLY-3600
URL:
https://issues.jboss.org/browse/WFLY-3600
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Wolf-Dieter Fink
Assignee: David Lloyd
Fix For: 13.0.0.Beta1
If a RuntimeException is thrown by a business method this gets lost during propagation to
the client.
The client is not able in this case to react appropriate to the cause.
Similar issue was fixed for the Local invocation, see AS7-5432