[ http://issues.apache.org/jira/browse/MYFACES-408?page=all ]

Mike Kienenberger updated MYFACES-408:
--------------------------------------

    Attachment: ApplicationImpl.patch.txt

Fix.

> ApplicationImpl.createValidator() reports errors as converter instead of 
> validator
> ----------------------------------------------------------------------------------
>
>          Key: MYFACES-408
>          URL: http://issues.apache.org/jira/browse/MYFACES-408
>      Project: MyFaces
>         Type: Bug
>   Components: JSF 1.1
>     Versions: Nightly Build
>     Reporter: Mike Kienenberger
>     Priority: Minor
>  Attachments: ApplicationImpl.patch.txt
>
> Cut-and-paste coding error:
> ApplicationImpl.createValidator() reports errors as converter instead of 
> validator
> -            String message = "Unknown converter id '" + validatorId + "'.";
> -            log.error("Could not instantiate converter " + validatorClass, 
> e);
> -            throw new FacesException("Could not instantiate converter: " + 
> validatorClass, e);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to