[1] introduced a change where a suspended server can no longer create transactions. This breaks the graceful shutdown contract, in that existing requests may not be able to complete successfully (e.g. if they invoked a REQUIRES_NEW EJB).
[1] https://github.com/wildfly/wildfly/pull/9653/files#diff-6ef8d7ef2cc075c267966a9818f804ccR208
- is related to
-
JBEAP-9003 Send module unavailable notification when server suspends
- Closed