|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
The Java Transaction API (JTA) UserTransaction type allows JDBC, JMS, ActiveEnterprise Adapter (using JMS transports), and EJB activities to participate in transactions. JTA specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the application. Sun Microsystems developed and maintains the API. See http://java.sun.com/products/jta/ for more information about the API.
Using this type of transaction requires an installed and configured application server that implements the JTA interface javax.transaction.UserTransaction. For example, the following transaction servers implement the JTA transaction interface:
To configure a JTA UserTransaction, select JTA UserTransaction as the transaction type of the group.
A JTA UserTransaction shared configuration resource. See TIBCO ActiveMatrix BusinessWorks Palette Reference for more information about this resource. When the Include Checkpoints field is checked, you can specify a duplicate key in this field to perform duplicate checking. This is useful if the checkpoint included in the transaction is the first checkpoint in the process definition. If the process engine crashes after the checkpoint, restarted process instances can use the duplicate key to determine if the transaction has already committed. See Detecting Duplicate Process Instances for more information about specifying duplicate keys.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |