Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

LogWriter for connection factories

&pagelevel(3)&pagelevel

The application server provides LogWriters to which the BeanConnect resource adapter writes system level information on managed connection factories and managed connections when certain events occur. This information is intended for the application server administrator and is not intended for the diagnosis of problems in application programs.

Events and event classes

The events are subdivided into the following classes which comprise specific events:

  • Errors

  • Transactions:

    • Begin of a transaction for a connection

    • Commit/Rollback of a transaction for a connection

  • Lifecycle:

    • Generation of a managed connection

    • Request for a connection handle for a managed connection

    • Switch of a connection handle for a managed connection

    • Release of a connection handle and inclusion of the managed connection in the application server's connection pool

    • Removal of a managed connection from the application server's connection pool

    • Release of a managed connection

    • Application exceptions for a connection handle that are thrown to an application

    • System exceptions that are thrown for a managed connection

Configuring a LogWriter in the application server

How to configure the LogWriter in the application server is described in the description of the application server.