]
Carlo de Wolf updated WFLY-5232:
--------------------------------
Git Pull Request:
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.