CWNBV

CWNBV0001E: During server start the BeanValidationService failed to register with the injection service. Applications requiring injection of either a ValidatorFactory class or a Validator class will fail. The following error occurred: {0}.
CWNBV0002E: The BeanValidationService is unable to create a ValidatorFactory class.
CWNBV0003E: The BeanValidationService is unable to create a ValidationFactory class because it was unable to load or instantiate the class: {0} in path {1} because of error: {2}
CWNBV0004E: An incorrect syntax or error is detected in the validation.xml file found in {0}. The following associated error message occurred: {1}
CWNBV0005W: A validation.xml file was found for the {0} module. However, that validation.xml file is not configured for validation; therefore this XML file is ignored.
CWNBV0006E: A JNDI operation on a java:comp/env name cannot be completed because the current thread is not associated with a Java Enterprise Edition application component. This condition can occur when the JNDI client using the java:comp/env name does not occur on the thread of a server application request. Make sure that a Java EE application does not run JNDI operations on java:comp/env names within static code blocks or in threads created by that application. Such code does not necessarily run on the thread of a server application request and therefore is not supported by JNDI operations on java:comp/env names.
CWNBV0007E: @ValidateOnExecution is not allowed on methods that override a superclass method or implement an interface. Check configuration for {0}
CWNBV0008E: Mixing IMPLICIT type with other executable types is not allowed. Check the executable types set for: {0}
CWNBV0200W: The Hibernate Validator CDI extension for the {0} application cannot be registered, so CDI integration for Bean Validation is not available for this application. The following issue occurred while the CDI extension was being registered: {1}