Hello, I'm looking at the document 'hibernate_validator_reference.pdf' and am trying to download the example code -- I'm having trouble with the @GroupSequence annotation at the class level giving me the error, [Exception in thread "main" javax.validation.GroupDefinitionException: HV000054: com.memorynotfound.jsf.UserBean must be part of the redefined default group sequence.]
from the 'hibernate_validator_reference.pdf' file, I found the URL, "https://github.com/hibernate/hibernate-validator/tree/master/documentation/src/test"
using the command line... git clone https://github.com/hibernate/hibernate-validator/tree/master/documentation/src/test
... I get an error stating that the URL can not be found.
when I do... git clone https://github.com/hibernate/hibernate-validator/
... I get code but the 'tree' directory is missing.
Is it possible to put that code back? Thanks in advance.
|