Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.8
-
None
-
None
Description
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.
Attachments
Issue Links
- blocks
-
TOMEE-1647 Startup fails when WAR is deployed and configured with JUEL
- Resolved