]
Ryan Emerson commented on WFLY-5232:
------------------------------------
See the linked BZ for progress so far, as well as proposed and attempted solutions.
Naming store is null before CDI lifecycle BeforeShutdown event fires
--------------------------------------------------------------------
Key: WFLY-5232
URL:
https://issues.jboss.org/browse/WFLY-5232
Project: WildFly
Issue Type: Bug
Reporter: Ryan Emerson
Assignee: Jason Greene
Attachments: reproducer.tar.gz
A CDI extension has a BeforeShutdown event handler that looks up the UserTransaction and
performs a clean-up operation. If the application is undeployed, all works as expected,
but if Wildfly is shut down gracefully the lookup fails.