[
http://jira.jboss.com/jira/browse/JBSEAM-1297?page=comments#action_12361566 ]
Christian Bauer commented on JBSEAM-1297:
-----------------------------------------
The reason I'm posting is because I'd like to use it, not remove it. I think it
should be return getValidator(modelClass, null) instead but I'm not sure.
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