[hibernate-issues] [Hibernate-JIRA] Created: (HV-208) Wrong Path in ConstrinViolations

Alexey Romanchuk (JIRA) noreply at atlassian.com
Wed Aug 12 05:28:12 EDT 2009


Wrong Path in ConstrinViolations
--------------------------------

                 Key: HV-208
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-208
             Project: Hibernate Validator
          Issue Type: Bug
          Components: engine
    Affects Versions: 4.0.0.Beta3
         Environment: beta 3 snapshot from aug 11
            Reporter: Alexey Romanchuk
            Priority: Critical


In Path we always have leading dot for every validate field. 
class A
{
@NotNull
String b;
}

causes ".b" in Path when @NotNull fails

-- 
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