10.7 Output of information when the validation.xml contents are invalid

This section describes the messages that are output when the validation.xml contents are invalid in a system integrated with Bean Validation.

The following table lists the output message ID and contents, and the output destination and action for each application integrated with the Bean Validation function.

Table 10-6 Output messages, output destinations, and actions when the validation.xml contents are invalid

Applications integrated with Bean ValidationOutput message ID and contentsOutput destination and action
JSF applicationsThe Web container outputs KDJE39056-E. The output message contains the resource name and exception name.
Output destination:
web_servlet log
Action:
Check the validation.xml contents and correct the problem.
CDI applicationsKDJE59312-E is output. The output message contains the exception details.
Output destination:
cjexception log
Action:
Check the validation.xml contents and correct the problem.
User applications (Web applications)The Web container outputs KDJE39045-E. In the J2EE server mode, the output message contains the J2EE application name and the context root name. In the servlet engine mode, an empty string and the context root name is output.
Output destination:
web_servlet log
Action:
Check the validation.xml contents and correct the problem.
User applications (EJB applications)--
Output destination:
cjexception log
Action:
Check the validation.xml contents and correct the problem.
Legend:
--: Not applicable.