]
David Lloyd commented on WFLY-3600:
-----------------------------------
This may be fixed completely by WFLY-10146.
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
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