Configuring Dynamo to use WebLogic’s transaction manager is similar to configuring the data sources; you replace Dynamo’s TransactionManager component with a pointer to WebLogic’s transaction manager. To do this, you create a TransactionManager.properties file that contains these lines:

$class=atg.nucleus.StaticMethodReference
staticMethodName=weblogic.transaction.TxHelper.getTransactionManager

Put this file in <ATG2007.3dir>/home/localconfig/atg/dynamo/transaction and in the corresponding directory of each Dynamo server. For example, if you have created a server named server1, copy the file into the directory <ATG2007.3dir>/home/servers/server1/localconfig/atg/dynamo/transaction.

 
loading table of contents...