Platform Framework
R24 AMR | Min(s) read

TAFJ JDBC Lock Manager

This section shows an underlying database table by using which TAFJ can take locks.

The database table has the following format:

SQL> desc TAFJ_LOCKS;
 Name                                      Null?    Type
 ----------------------------------------- -------- -------------------------
 RECID                                     NOT NULL VARCHAR2(255)
 SESSIONID                                          VARCHAR2(50)

The TAFJ Java Database Connectivity (JDBC) lock manager works well within an application server context, where a separate datasource can be set up for locking. However, it performs worse than tLockManager and ORCL locking.

You need to edit the [project].properties file to enable the JDBC lock manager as shown below.

temn.tafj.locking.mode	= JDBC

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:32 PM IST