You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Simone Tripodi (JIRA)" <ji...@apache.org> on 2010/04/20 22:34:49 UTC

[jira] Resolved: (BVAL-19) Several changes to pass 12 more tests

     [ 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (BVAL-19) Several changes to pass 12 more tests

Posted by Simone Tripodi <si...@gmail.com>.
Great Donald!!!
All the best!
Simo

http://people.apache.org/~simonetripodi/



On Tue, Apr 20, 2010 at 10:56 PM, Donald Woods <dw...@apache.org> wrote:
> 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
>>
>

Re: [jira] Resolved: (BVAL-19) Several changes to pass 12 more tests

Posted by Donald Woods <dw...@apache.org>.
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
>