Description
JAXRS application are not CDI beans but that's the way CXF CDI integration gets the application - this is a nice feature.
It implies the application will rarely be normal-scope so it needs to release its creational context created at org.apache.cxf.cdi.JAXRSCdiResourceExtension#load
This should be done in BeforeShutdown container event I think.