Hi,
We are implementing JSR validation using
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>com.springsource.org.hibernate.validat or</artifactId>
<version>4.0.0.GA</version>
Can we have more than one message properties (ValidationMessages.properties) in our project? In that case which one will hibernate validator take?
