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 Validation | Output message ID and contents | Output destination and action |
---|---|---|
JSF applications | The Web container outputs KDJE39056-E. The output message contains the resource name and exception name. |
|
CDI applications | KDJE59312-E is output. The output message contains the exception details. |
|
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. |
|
User applications (EJB applications) | -- |
|