Hi I have read in TomEE examples ( http://tomee.apache.org/examples-trunk/bean-validation-design-by-contract/README.html) that you can use Bean Validation in method parameters and specifically says that:
"TomEE and OpenEJB do not provide anymore BeanValidationAppendixInterceptor since Bean Validation 1.1 does it (with a slighly different usage but the exact same feature). So basically you don't need to configure anything to use it." But Bean Validation 1.1 is from Java EE 7, so in TomEE 1.7.1 is really true this sentence? Does it works? Thank you so much.
