Cool. I just built and published the latest changes to the Apache repo. -Donald
On 4/20/10 4:34 PM, Simone Tripodi (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/BVAL-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Simone Tripodi resolved BVAL-19. > -------------------------------- > > Fix Version/s: 0.1-incubating > Resolution: Fixed > > Patch applied successfully, thanks once again Carlos! > >> 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 >> Assignee: Simone Tripodi >> Fix For: 0.1-incubating >> >> Attachments: SeveralFixes.patch >> >> >> - 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 >
