Use this task to configure the transactional deployment descriptor attributes associated with an EJB or Web module, to enable a J2EE application to use transactions.
Why and when to perform this task
To set transactional attributes in the deployment descriptor for an application component (enterprise bean or servlet), complete the following steps:
Steps for this task
Note: The ActivitySession option is not supported in the web container.
This
property can be changed on WebSphere Application Server Enterprise
only.
For a value of Commit, the container will take the commit action only in the absence of an un-handled exception. If the application method executing under the local transaction context ends with an exception, then the local transaction context is rolled back by the container. (This is the same behavior as for global transactions.)