|
[~juan.hernandez], what exactly do you want me to do to reproduce the problem. Your setup contains a bunch of domain classes and create a jar file with an empty beans.xml. I deploy this jar via the jboss command line client and get:
According to your description I would have expected this to throw an exception. I am also a bit surprised that your code does not contain any actual Bean Validation constraints. There is a @Valid on a string property, but that is not a constraint and in the context of Bean Validation does not even make sense, since @Valid is used to trigger cascaded validation for object graphs which does not really apply to a "simple" string.
Are you sure this is what I need to reproduce the problem? It would be great if you could double check your attached tarball and provide some detailed instructions on how to reproduce the error. Last but not least, I am using Wildfly 8.2.0.Final "Tweek"
|