Demo: Ajax Validator -- Bean Validator could not be instantiated
----------------------------------------------------------------
Key: RF-8149
URL:
https://jira.jboss.org/jira/browse/RF-8149
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.3.BETA1
Environment: Linux, Tomcat 6.0.20, RF 3.3.3-SNAPSHOT (Revision: 15940)
Reporter: Pavol Pitonak
In richfaces-demo, page Ajax Validator it throws an exception to server's console
after typing "a" into name field and clicking into age field.
Nov 20, 2009 11:02:37 AM org.richfaces.validator.ObjectValidator createInstance
WARNING: Bean Validator could not be instantiated
javax.validation.ValidationException: Unable to find a default provider
at
javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:264)
at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:111)
at org.richfaces.validator.BeanValidator.<init>(BeanValidator.java:35)
at
org.richfaces.validator.ObjectValidator.createInstance(ObjectValidator.java:54)
at org.richfaces.validator.ObjectValidator.getInstance(ObjectValidator.java:85)
at
org.richfaces.validator.FacesBeanValidator.validate(FacesBeanValidator.java:104)
at org.richfaces.component.html.HtmlInputText.validateValue(HtmlInputText.java:52)
at javax.faces.component.UIInput.validate(UIInput.java:875)
at javax.faces.component.UIInput.executeValidate(UIInput.java:1072)
at javax.faces.component.UIInput.processValidators(UIInput.java:672)
at
org.ajax4jsf.component.AjaxViewRoot$3.invokeContextCallback(AjaxViewRoot.java:442)
at
org.ajax4jsf.component.ContextCallbackWrapper.invokeContextCallback(ContextCallbackWrapper.java:44
Does it something in common with
https://jira.jboss.org/jira/browse/RF-7226 ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira