diff --git a/src/docbkx/reference/programming-model/beanvalidation.xml b/src/docbkx/reference/programming-model/beanvalidation.xml
index e3fc8e3f8..a4dcf4148 100644
--- a/src/docbkx/reference/programming-model/beanvalidation.xml
+++ b/src/docbkx/reference/programming-model/beanvalidation.xml
@@ -23,4 +23,15 @@ class Person {
]]>
+
+ The validation supports needs the bean validation API and a reference implementation configured, right now this is the Hibernate Validator by default (which not integrated with Hibernate ORM). Tthe maven dependency is:
+
+
+ Hibernate Validator Dependency
+
+ org.hibernate
+ hibernate-validator
+ 4.2.0.Final
+]]>
+