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

BeanValidator throws Exception if external ExpressionLanguageFactory is being used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-beta
    • 2.0.0-beta-3
    • None
    • None

    Description

      Currently the BeanValidator has the following code:

      if (_ExternalSpecifications.isUnifiedELAvailable())
      {
      //TODO: Implement when Unified EL for Java EE6 is available.
      throw new FacesException("Unified EL for Java EE6 support is not yet implemented");
      }

      I'm using EL-2.2 in MyFaces-2.0.0-SNAPSHOT and now switched from using facelets-1.1.15.B1 to the built-in facelets-2.

      After that I get this rather unfunny Exception in the code above.

      I tried to remove this condition in BeanValidator and so far all works well. Afaik the new EL-2.1 interface should be backward compatible to the EL of JSF-2.1, isn't?

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: