You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Carlos Vara (JIRA)" <ji...@apache.org> on 2010/04/30 18:29:53 UTC

[jira] Created: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Annotations associated with composited contraints must reflect inherited groups
-------------------------------------------------------------------------------

                 Key: BVAL-32
                 URL: https://issues.apache.org/jira/browse/BVAL-32
             Project: BeanValidation
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.1-incubating
            Reporter: Carlos Vara


When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.

One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,

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.


[jira] Updated: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Roman Stumm (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Stumm updated BVAL-32:
----------------------------

    Fix Version/s: 0.1-incubating

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>            Assignee: Roman Stumm
>             Fix For: 0.1-incubating
>
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Updated: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated BVAL-32:
-----------------------------

    Assignee:     (was: Donald Woods)

Carlos, the attached patch is identical to the one for BVAL-31, so guessing you need to reattach?


> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Updated: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Carlos Vara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Vara updated BVAL-32:
----------------------------

    Attachment: bval-jsr303.patch

Attached patch and 1 test.

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Updated: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Carlos Vara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Vara updated BVAL-32:
----------------------------

    Attachment:     (was: bval-jsr303.patch)

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Assigned: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Roman Stumm (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Stumm reassigned BVAL-32:
-------------------------------

    Assignee: Roman Stumm

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>            Assignee: Roman Stumm
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Assigned: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned BVAL-32:
--------------------------------

    Assignee: Donald Woods

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>            Assignee: Donald Woods
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Resolved: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Roman Stumm (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Stumm resolved BVAL-32.
-----------------------------

    Resolution: Fixed

merged

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>            Assignee: Roman Stumm
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.


[jira] Updated: (BVAL-32) Annotations associated with composited contraints must reflect inherited groups

Posted by "Carlos Vara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BVAL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Vara updated BVAL-32:
----------------------------

    Attachment: bval-jsr303.patch

You are right, sorry.

Deleted duplicate patch and uploaded the good one.

> Annotations associated with composited contraints must reflect inherited groups
> -------------------------------------------------------------------------------
>
>                 Key: BVAL-32
>                 URL: https://issues.apache.org/jira/browse/BVAL-32
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>         Attachments: bval-jsr303.patch
>
>
> When enforcing group inheritance in constraint composition, the actual annotations must also have their groups() value modified. To do so, a new annotation proxy must be created that substitutes the obtained one.
> One gotcha in the solution, I made the class AnnotationProxy serializable as those proxies can be part of ConstraintDescriptorImpl,
> 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.