In Weld JTA module, namely in [{{DeferredEventNotification}}|https://github.com/weld/core/blob/master/modules/jta/src/main/java/org/jboss/weld/module/jta/DeferredEventNotification.java#L86], we log a simple one liner ERROR if anything goes awry and the whole stacktrace is then logged with DEBUG level.
Therefore, unless you have DEBUG level logging, you cannot really tell what happened. We should improve this - e.g. log cause message? |
|