Author: jlmonteiro
Date: Tue Aug 28 07:59:38 2012
New Revision: 1378007

URL: http://svn.apache.org/viewvc?rev=1378007&view=rev
Log:
Update the doc

Modified:
    openejb/site/trunk/content/dev/writing-validation-tests.mdtext

Modified: openejb/site/trunk/content/dev/writing-validation-tests.mdtext
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/content/dev/writing-validation-tests.mdtext?rev=1378007&r1=1378006&r2=1378007&view=diff
==============================================================================
--- openejb/site/trunk/content/dev/writing-validation-tests.mdtext (original)
+++ openejb/site/trunk/content/dev/writing-validation-tests.mdtext Tue Aug 28 
07:59:38 2012
@@ -17,7 +17,7 @@ tests using example snippets.
 implementations in the chain is
 `org.apache.openejb.config.ValidateModules`. `ValidateModules` is
 conditionally added to the _chain_ if the property
-`openejb.validation.skip=false`. If this property is false, then
+`openejb.validation.skip=true|false`. If this property is false, then
 `ValidateModules` is used to kick off the Validation Framework
 
 [Configuration 
Factory](https://github.com/apache/openejb/tree/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java)
@@ -67,9 +67,7 @@ Here is an *example validation message*
     # 4 - EJB Class name
     1.no.busines.method          No such business method
     2.no.busines.method          Business method {0} not implemented.
-    3.no.busines.method          Business method {1} not implemented. The 
method
-was declared in the {2} interface {3}, but not implemented in the ejb class
-{4}
+    3.no.busines.method          Business method {1} not implemented. The 
method was declared in the {2} interface {3}, but not implemented in the ejb 
class {4}
 
 1. The validation framework does not stop processing on the first validation
 failure, but keeps going and checking for other validation errors and


Reply via email to