Romain Manni-Bucau created MYFACES-4017:
-------------------------------------------

             Summary: custom expression factory not correctly loaded
                 Key: MYFACES-4017
                 URL: https://issues.apache.org/jira/browse/MYFACES-4017
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.2.8
            Reporter: Romain Manni-Bucau


in org.apache.myfaces.webapp.AbstractFacesInitializer#loadExpressionFactory 
Class.forName is used which means if you put myfaces in the container then 
container loader is used.

Switching to java.lang.Class#forName(java.lang.String, boolean, 
java.lang.ClassLoader) or using the tccl.loadClass() solves it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to