There are two types of processes in the creation and submission of a fault error message to the A I A error topic: The composite process with custom business handling error and the composite process.

The composite process for an error with custom Business Error Handling is as follows:

  1. The process begins with a composite catch block error that becomes the AIA error handler async composite process.

  2. The error goes to the Business Method Handler through the ImplementHandleBusinesError method then to the A I A Common Error Handler.

  3. The A I A Common Error Handler logs the error in the A I A logger and send the error to the A I A error topic.

  4. The A I A logger logs the error in the error log and error goes to the Oracle Enterprise Manager console.

  5. The A I A Error topic creates an error task list and sends it to the Error console.

The composite process is as follows:

  1. A partnerLink Error is assigned to a composite fault policy.

  2. The error goes to composite error java action through the Implementhandlecompositesystemerror method.

  3. The error is sent to the A I A common error handler and it goes through the same A I A common error handler process as a custom business handling error.