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

Christian Bauer (JIRA) jira-events at lists.jboss.org
Sat May 5 17:19:52 EDT 2007


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
            Priority: Trivial


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