Adding web transaction support to an EGL web project

Before you can use web transactions in your EGL project, you must add support for web transactions to your project. You can do this when you create the project, or add support to an existing project.

Add support for web transactions at the time you create a project: Add support for web transactions to an existing EGL web project:
  1. In the Project Explorer view, right-click the EGL web project and then click Properties. The Properties window opens.
  2. In the Properties window, click Project Facets.
  3. Click Add/Remove Project Facets.
  4. In the Project Facets window, select the EGL support with Legacy Web Transaction check box.
  5. Click Finish.
  6. Click OK.
Adding support for web transactions makes the following changes to the project:

You can not remove support for web transactions from a project.

If you want each new EGL web project created to have support for web transactions, open the EGL preferences window and select the EGL support with Legacy Web Transactions check box. See Setting EGL preferences.


Feedback