I'll use the following JIRA to make the change to use the cached BeanManager.
https://issues.apache.org/jira/browse/MYFACES-4235 Thanks, Paul From: "Paul Nicolucci" <[email protected]> To: MyFaces Development <[email protected]> Date: 05/31/2018 04:22 PM Subject: DataModelBuilderProxy BeanManager question Hi, http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/cdi/model/DataModelBuilderProxy.java?view=log Does anyone know if CDI.current().getBeanManager() was used here on purpose or if it was just an oversight and we should be using the CDIUtils.getBeanManager() that is already cached in the application map? Thanks, Paul
