1 Reply Latest reply on Feb 21, 2014 10:27 AM by rhauch

    Resteasy bean validation

    paalijboss

      Hi - I'm developing rest services using resteasy 3.0.6.Final. I would like to do bean validation for the request. I'm trying to use "resteasy-validator-provider-11" as suggested in "Chapter 49. Validation".

      But somehow the validation is not happening. I'm not sure i'm missing something. Am I supposed to do anything in web.xml or spring config xml.

       

      I just included the resteasy-validator-provider-11 in my pom and added validation annotations in the bean.

       

      Thanks,

      Karthik