[ 
https://issues.apache.org/jira/browse/FELIX-4592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079103#comment-14079103
 ] 

Thibault Kruse commented on FELIX-4592:
---------------------------------------

So as a solution I suggest changing findNotNullConstraints() to be protected 
and rather be something like findConstraints(filter), or 
findConstraints(clazz), and then in that method method recursively invoking 
getComposingConstraints to get all constraints, but collecting only those of 
interest. Possibly some care needs to be taken to prevent infinite recursion 
where constraints are composed of each other (if that compiles).

> PropertyResolver does not scan for NotNull in annotation tree
> -------------------------------------------------------------
>
>                 Key: FELIX-4592
>                 URL: https://issues.apache.org/jira/browse/FELIX-4592
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Thibault Kruse
>
> When annotating a field of a bean with e.g. 
> org.hibernate.validator.constraints.NotEmpty, this implies
> javax.validation.constraints.NotNull, but PropertyValidator only checks for 
> the annotations immediately on the filed not the tree of annotations. As a 
> result Wicket does not mark the field as required in the UI, which it should.
> Also PropertyResolver.findNotNullConstraints() is not even protected, so 
> cannot be patched in a simple way.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to