You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Traum (JIRA)" <in...@incubator.apache.org> on 2005/03/09 19:08:55 UTC

[jira] Created: (MYFACES-122) ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec

ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec 
--------------------------------------------------------------------------

         Key: MYFACES-122
         URL: http://issues.apache.org/jira/browse/MYFACES-122
     Project: MyFaces
        Type: Bug
    Versions: Nightly Build    
    Reporter: Mike Traum
 Attachments: ApplicationImpl.patch

According to:
http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html

Application.createConverter(java.lang.Class) should return a null if no Converter class can be identified. ApplicationImpl is throwing FacesException.


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-122) ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec

Posted by "Mike Traum (JIRA)" <in...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-122?page=history ]

Mike Traum updated MYFACES-122:
-------------------------------

    Attachment: ApplicationImpl.patch

This simply remove the test for null and the thrown exception.

> ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec
> -------------------------------------------------------------------------
>
>          Key: MYFACES-122
>          URL: http://issues.apache.org/jira/browse/MYFACES-122
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly Build
>     Reporter: Mike Traum
>  Attachments: ApplicationImpl.patch
>
> According to:
> http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html
> Application.createConverter(java.lang.Class) should return a null if no Converter class can be identified. ApplicationImpl is throwing FacesException.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-122) ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec

Posted by "Matthias Weßendorf (JIRA)" <in...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-122?page=comments#action_60585 ]
     
Matthias Weßendorf commented on MYFACES-122:
--------------------------------------------

Mike,

thanks. Also that is the same for  createConverter(java.lang.String converterId)

("If there is no such registration for this converter id, return null")

So I changed that method too.

Thanks for pointing it out

> ApplicationImpl.createConverter(java.lang.Class) does not follow jsf spec
> -------------------------------------------------------------------------
>
>          Key: MYFACES-122
>          URL: http://issues.apache.org/jira/browse/MYFACES-122
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly Build
>     Reporter: Mike Traum
>  Attachments: ApplicationImpl.patch
>
> According to:
> http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html
> Application.createConverter(java.lang.Class) should return a null if no Converter class can be identified. ApplicationImpl is throwing FacesException.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira