John D. Ament created CXF-7134: ---------------------------------- Summary: Fix how non-normal scoped beans are used in CDI extension Key: CXF-7134 URL: https://issues.apache.org/jira/browse/CXF-7134 Project: CXF Issue Type: Bug Components: Integration Affects Versions: 3.1.8 Reporter: John D. Ament Fix For: 3.1.9
When bean instances are looked up, they are never closed. We need to hold on to all creational contexts and destroy them afterwards. In addition, need to look at how dependent scoped beans are used. They're currently behaving like singletons which doesn't sound right. -- This message was sent by Atlassian JIRA (v6.3.4#6332)