This content has been marked as final.
Show 3 replies
-
1. Re: Seam Identity Problem with Hibernate Validation
Shane Bryzak Aug 26, 2009 5:44 AM (in response to Tony Herstell)Unfortunately the entity annotations don't pass through to the credentials component. One possible way to get validation is to extend credentials and add the validation annotations yourself.
-
2. Re: Seam Identity Problem with Hibernate Validation
Tony Herstell Aug 26, 2009 5:51 AM (in response to Tony Herstell)
Shane Bryzak wrote on Aug 26, 2009 05:44:
Unfortunately the entity annotations don't pass through to the credentials component. One possible way to get validation is to extend credentials and add the validation annotations yourself.Bummer.
Now who forgot that?
;)
-
3. Re: Seam Identity Problem with Hibernate Validation
Shane Bryzak Aug 26, 2009 8:18 AM (in response to Tony Herstell)It's not an oversight, it's just the way Hibernate validator works.