[hibernate-issues] [Hibernate-JIRA] Commented: (BVAL-104) Implement most constraint validators of the spec

Alaa Mohssen Nassef (JIRA) noreply at atlassian.com
Mon Feb 2 07:08:17 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/BVAL-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32239#action_32239 ] 

Alaa Mohssen Nassef commented on BVAL-104:
------------------------------------------

Thanks. As I said, there was a problem in the AssertFalse validator. It currently reads 

public class AssertFalseValidator implements ConstraintValidator<AssertTrue, Boolean>

while it should be 

public class AssertFalseValidator implements ConstraintValidator<AssertFalse, Boolean>

My Mistake. That's why I added the second patch, which was supposed to replace the first one. Can you fix please?

> Implement most constraint validators of the spec
> ------------------------------------------------
>
>                 Key: BVAL-104
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-104
>             Project: Bean Validation
>          Issue Type: Patch
>          Components: ri-general
>            Reporter: Alaa Mohssen Nassef
>            Assignee: Hardy Ferentschik
>         Attachments: patch.txt, patch.txt
>
>
> This patch contains the implementation of the validators for the below constraints, together with their unit tests and validation error messages.
> @Null
> @Min
> @Max
> @Past
> @Future
> @AssertTrue
> @AssertFalse

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list