Several changes to pass 12 more tests
-------------------------------------
Key: BVAL-19
URL: https://issues.apache.org/jira/browse/BVAL-19
Project: BeanValidation
Issue Type: Bug
Components: jsr303
Affects Versions: 0.1-incubating
Reporter: Carlos Vara
- ConstraintViolations produced when validating a value don't store bean class
I have had to add the beanType to the ConstraintValidationListener and
ConstraintViolationImpl classes, adapting constructor calls on associated
classes.
1 more test passes
- Several sanity checks on the arguments when calling validate(..),
validateValue(..) and validateProperty(..)
10 more tests pass
- IllegalArgumentException should be thrown on invalid propertyPaths instead of
ValidationException
Changed the exception, adapted the exception routing that exists to let
this one pass through and adapted current test (in bval-jsr303) that expects
the other exception.
1 more test passes
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.