[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-469) ConvertDateTime fails verification of JSF RI

Jacek Furmankiewicz (JIRA) jira-events at jboss.com
Thu Nov 23 15:29:41 EST 2006


    [ http://jira.jboss.com/jira/browse/JBSEAM-469?page=comments#action_12347634 ] 
            
Jacek Furmankiewicz commented on JBSEAM-469:
--------------------------------------------

In this case, why is it listed as a Seam bug in the first place?

Also, "verify objects" is not a non-spec behavior, it is mentioned explicitly in Sun documentation, e.g.
http://java.sun.com/developer/technicalArticles/GUI/JavaServerFaces/

(see "Code Sample 6: web.xml")

I believe Verify Objects tries to explicitly instantiate each registered object to ensure it is valid and it seems ConvertDateTime does not handle it.
Maybe at least it could internally try to catch this type of exception and ignore it, since it's a known conflict with Verify Objects functionality?


> ConvertDateTime fails verification of JSF RI
> --------------------------------------------
>
>                 Key: JBSEAM-469
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-469
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF
>         Environment: Seam cvs head
> jsf ri 1.2
> tomcat 5.5.20
>            Reporter: Stas Garifulin
>            Priority: Minor
>
> Jsf ri has context parameter com.sun.faces.verifyObjects: Set this flag to true if you want the JavaServer Faces Reference Implementation to verify that all of the
>  application objects you have configured (components, converters, renderers, and validators) can be successfully created.
> If i set it to true then verification fails for org.jboss.seam.ui.ConvertDateTime: constructor of this converter tries to create TimeZone component which throw "No active application component" exception.

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

        



More information about the seam-issues mailing list