Jürg Brandenberger created MYFACES-3534:
-------------------------------------------

             Summary: java.lang.NoSuchMethodException: 
RequirementHandler.getEnumLocale(Facets$Role)
                 Key: MYFACES-3534
                 URL: https://issues.apache.org/jira/browse/MYFACES-3534
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
         Environment: Websphere 8.002
            Reporter: Jürg Brandenberger


The enum Role exist as in the following code snippet:

public final class Facets {
   ...
   public enum Role{
     R1, R2, R3;
   }

  ...
}

The application and the shown issue runs fine with Mojarra 2.x under Glassfish 
3.1.x and JBoss 7.1.x

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to