Romain Manni-Bucau created CXF-7097:
---------------------------------------
Summary: [CDI] application leaks a creational context
Key: CXF-7097
URL: https://issues.apache.org/jira/browse/CXF-7097
Project: CXF
Issue Type: Bug
Reporter: Romain Manni-Bucau
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)