WLEC to Oracle WebLogic Tuxedo Connector Migration Guide
Overview of WLEC to Oracle WebLogic Tuxedo Connector Migration
The following sections provide an overview of the requirements and procedures to migrate WLEC applications to the Oracle WebLogic Tuxedo Connector:
- Guide to this Document
- Overview
- Prerequisites
- Comparing Oracle WebLogic Tuxedo Connector and WLEC Functionality
- Key Differences Between WLEC and Oracle WebLogic Tuxedo Connector
Guide to this Document
This document introduces the Oracle WebLogic Tuxedo Connector application development environment. This document provides information on how to migrate WLEC applications to use the Oracle WebLogic Tuxedo Connector to interoperate between Oracle WebLogic Server and Oracle Tuxedo.
The document is organized as follows:
- Overview of WLEC to Oracle WebLogic Tuxedo Connector Migration, provides information on migration prerequisites, functionality, and key administrative and programming differences between WLEC to Oracle WebLogic Tuxedo Connector.
- How to Modify WLEC Applications for Oracle WebLogic Tuxedo Connector, provides information on how to modify your Tuxedo environment, Oracle WebLogic Server environment, and WLEC applications for use with the Oracle WebLogic Tuxedo Connector.
- How to Modify the Tuxedo CORBA Simpapp Example, provides an example of how to convert a WLEC application to use Oracle WebLogic Tuxedo Connector.
Overview
WLEC is a deprecated service in WebLogic Server 8.1. WLEC users should begin plans to migrate applications using WLEC to the Oracle WebLogic Tuxedo Connector.
Oracle WebLogic Tuxedo Connector provides bi-directional interoperability between WebLogic Server applications and Tuxedo services. The connector allows WebLogic Server clients to invoke Tuxedo services and Tuxedo clients to invoke WebLogic Server Enterprise Java Beans (EJBs) in response to a service request.
WLEC to Oracle WebLogic Tuxedo Connector migration requires minor application modification:
- WLEC applications require modification of the portions of application code that use or call environmental objects.
- Existing CORBA C++ server objects do not require server application changes.
Prerequisites
Before you can start migrating your WLEC applications to Oracle WebLogic Tuxedo Connector, make sure that you have installed:
- Tuxedo
- If necessary, migrate your Tuxedo applications to Tuxedo 8.1 or later. For more information, see Upgrading the Tuxedo System to Release 8.1 located at http://e-docs.bea.com/tuxedo/tux81/install/insup.htm or Upgrading the Tuxedo System to Release 9.0 located at http://e-docs.bea.com/tuxedo/tux90/install/insup.htm.
- WebLogic Server
- If necessary, migrate your WebLogic Server installation to WebLogic Server 9.2. For more information, see WebLogic Platform Upgrade Guide.
Comparing Oracle WebLogic Tuxedo Connector and WLEC Functionality
The following table compares the supported functionality in Oracle WebLogic Tuxedo Connector and WLEC:
Key Differences Between WLEC and Oracle WebLogic Tuxedo Connector
The following sections provide information on key administration, configuration, and programming differences between Oracle WebLogic Tuxedo Connector and WLEC.