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

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

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:

 


Prerequisites

Before you can start migrating your WLEC applications to Oracle WebLogic Tuxedo Connector, make sure that you have installed:

 


Comparing Oracle WebLogic Tuxedo Connector and WLEC Functionality

The following table compares the supported functionality in Oracle WebLogic Tuxedo Connector and WLEC:

Table 1-1 Oracle WebLogic Tuxedo Connector and WLEC Functionality
Feature WTC WLEC
Outbound ATMI interoperability from WLS Yes No
Inbound ATMI interoperability from Tuxedo Yes No
Outbound CORBA interoperability Yes Yes
Inbound CORBA interoperability Yes No
Supports Tuxedo Buffers Yes No
Bi-directional security context propagation Yes No
Bi-directional transaction propagation Yes No
Bi-directional bridge between JMS and /Q or Tuxedo services Yes No
Conversations Yes No
VIEWS Yes No

 


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.

Table 1-2 WLEC and Oracle WebLogic Tuxedo Connector Key Differences
Description Oracle WebLogic Tuxedo Connector WLEC
Connectivity Uses the Tuxedo /T Domain gateway. The gateway creates a single network link between a WebLogic Server instance and a Tuxedo domain for all method invocations. Uses a pool of connections and each invocation is sent over a connection obtained from this pool.
Failover Management Uses Tuxedo domains. Uses a failover list.
Object Routing CORBA calls from WebLogic Server applications are propagated to the Tuxedo CORBA environment using the TGIOP/TDOMAINS protocol. CORBA calls from WebLogic Server applications are propagated over IIOP connection pools using the CORBA API.