There's also from redhat.
something along the lines of, in maven speak:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.0.2.GA</version>
</dependency>
-Andy
On Fri, 2010-11-19 at 16:35 -0600, Michael Dick wrote:
> There's an Apache project in the incubator which provides an implementation
> of JSR 303 here <http://incubator.apache.org/bval/cwiki/index.html>.
> Instructions for using it with maven are found on the downloads
> pag<http://incubator.apache.org/bval/cwiki/downloads.html>e
> about halfway down.
>
> There's also the reference implementation from
> Hibernate<http://www.hibernate.org/subprojects/validator.html>
> .
>
> Best Regards,
> -mike
> On Fri, Nov 19, 2010 at 3:01 PM, Radim Kolář <[email protected]> wrote:
>
> >
> > Where can i get bean validation provider? I got javax.validation API from
> > Maven2 repo but where is provider?
> > --
> > View this message in context:
> > http://openjpa.208410.n2.nabble.com/JSR-303-Bean-validation-implementation-tp5756597p5756597.html
> > Sent from the OpenJPA Users mailing list archive at Nabble.com.
> >