Description:
|
I just wasted about 4 hours trying to get validation
workingbecause
working, because
the docs say that
validation
_validation
.
xml
xml_
needs to be on "the classpath", whereas actually
_
/META-INF/validation.
xml
xml_
needs to be on the classpath.
That is not the sort of thing one can just guess.
Not sure if docs or code is wrong, but
_
/META-INF/validation.
xml
xml_
loads and if the file is at the root of the classpath it is not even read.
|