[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1297) StockOverflowError in validators component

Gavin King (JIRA) jira-events at lists.jboss.org
Mon May 7 22:35:02 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1297?page=all ]

Gavin King closed JBSEAM-1297.
------------------------------

    Fix Version/s: 1.3.0.BETA1
       Resolution: Done
         Assignee: Gavin King

> StockOverflowError in validators component
> ------------------------------------------
>
>                 Key: JBSEAM-1297
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1297
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>            Reporter: Christian Bauer
>         Assigned To: Gavin King
>            Priority: Trivial
>             Fix For: 1.3.0.BETA1
>
>
>    /**
>     * Get the cached ClassValidator instance.
>     * 
>     * @param modelClass the class to be validated
>     */
>    public <T> ClassValidator<T> getValidator(Class<T> modelClass)
>    {
>       return getValidator(modelClass);
>    }
> That method in org.jboss.seam.core.Validators is calling itself. I don't see it used anywhere else. 

-- 
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