You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/11/15 15:45:30 UTC

[jira] [Resolved] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

     [ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5418.
-------------------------------------

    Resolution: Fixed
      Assignee:     (was: Igor Vaynberg)

I had the good willing to debug this problem but you work against yourself.
1) you removed Start.java from the quickstart so it is harder for me to debug it
2) your quickstart doesn't use any bean validation impl
Caused by: javax.validation.ValidationException: Unable to find a default provider
	at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:264)
	at org.apache.wicket.bean.validation.DefaultValidatorProvider.get(DefaultValidatorProvider.java:29)
	at org.apache.wicket.bean.validation.DefaultValidatorProvider.get(DefaultValidatorProvider.java:19)

I can fix both of these but I see no reason why you tried to make it harder for us.

Please provide a proper quickstart with steps how to reproduce your problem.

> PropertyValidator ignoring groups with the @NotNull annotation only
> -------------------------------------------------------------------
>
>                 Key: WICKET-5418
>                 URL: https://issues.apache.org/jira/browse/WICKET-5418
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-bean-validation
>    Affects Versions: 6.12.0
>         Environment: MacOSX, Glassfish
>            Reporter: Jesus Mireles
>              Labels: validation
>         Attachments: BeanValidation.zip
>
>
> When using groups in your JSR303 compliant classes, Wicket does not honor the groups for the @NotNull annotation.  



--
This message was sent by Atlassian JIRA
(v6.1#6144)