You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Concini (JIRA)" <de...@myfaces.apache.org> on 2010/05/17 19:39:47 UTC

[jira] Created: (MYFACES-2722) can get class not found from BeanValidator

can get class not found from BeanValidator
------------------------------------------

                 Key: MYFACES-2722
                 URL: https://issues.apache.org/jira/browse/MYFACES-2722
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0
            Reporter: Michael Concini
            Assignee: Michael Concini
            Priority: Minor


As it is currently implemented, javax.faces.validator.BeanValidator when initializing validation groups in postSetValidationGroups() can hit a CNFE.  We should check the context classloader first and then use the BeanValidator.class as a fallback. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2722) can get class not found from BeanValidator

Posted by "Michael Concini (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Concini resolved MYFACES-2722.
--------------------------------------

    Fix Version/s: 2.0.1-SNAPSHOT
       Resolution: Fixed

> can get class not found from BeanValidator
> ------------------------------------------
>
>                 Key: MYFACES-2722
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2722
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0
>            Reporter: Michael Concini
>            Assignee: Michael Concini
>            Priority: Minor
>             Fix For: 2.0.1-SNAPSHOT
>
>
> As it is currently implemented, javax.faces.validator.BeanValidator when initializing validation groups in postSetValidationGroups() can hit a CNFE.  We should check the context classloader first and then use the BeanValidator.class as a fallback. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.