[richfaces-issues] [JBoss JIRA] Commented: (RF-7226) AjaxValidator - Could not build a default Bean Validator factory

Jay Balunas (JIRA) jira-events at lists.jboss.org
Fri May 22 08:55:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-7226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12468843#action_12468843 ] 

Jay Balunas commented on RF-7226:
---------------------------------

Alex, I think you mean http://jcp.org/en/jsr/detail?id=303 ;-)

But yes I think QE should see if this is a setting that is needed for AS 5 classloading stuff.  If that is the case then we may need to provide some instructions on this, or refer them to the AS 5 docs.


> AjaxValidator - Could not build a default Bean Validator factory
> ----------------------------------------------------------------
>
>                 Key: RF-7226
>                 URL: https://jira.jboss.org/jira/browse/RF-7226
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component
>    Affects Versions: 3.3.1
>         Environment: JBoss AS 5.0.1.GA, JDK 1.5 or just http://livedemo.exadel.com/richfaces-demo/
>            Reporter: Lukas Fryc
>
> When I tried to put something in inputs using <rich:ajaxValidator event="onblur"/> on AjaxValidator's page
> and next I let it validate (blur input), it resulted to HTTP Status 500:
> javax.servlet.ServletException: javax.faces.FacesException: Could not build a default Bean Validator factory
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
> 	org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> 	org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> 	org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> 	org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> 	org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> ...
> javax.validation.ValidationException: Unable to find a default provider
> 	javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:248)
> 	javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:115)
> 	org.richfaces.validator.BeanValidator.getValidator(BeanValidator.java:105)
> 	org.richfaces.validator.BeanValidator.validate(BeanValidator.java:41)
> 	org.richfaces.validator.ObjectValidator$ValidationResolver.setValue(ObjectValidator.java:411)
> 	org.jboss.el.parser.AstPropertySuffix.setValue(AstPropertySuffix.java:73)
> 	org.jboss.el.parser.AstValue.setValue(AstValue.java:84)
> 	org.jboss.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
> ...

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

        



More information about the richfaces-issues mailing list