[
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