Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4017

custom expression factory not correctly loaded

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.8
    • 2.2.9
    • 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

          Activity

            People

              tandraschko Thomas Andraschko
              romain.manni-bucau Romain Manni-Bucau
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: