Upgrade Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Overview

This section includes the following topics:

 


Scope of this Document

This document describes the procedures required to upgrade your application environment from WebLogic Integration 8.1.x, 8.5 x, 9.x, or 10.x to Oracle WebLogic Integration 10g Release 3 (10.3.1). An application environment includes applications, the WebLogic domains in which they are deployed, and any application data associated with the domain, and may include external resources, such as database servers, firewalls, load balancers, and LDAP servers.

 


The WLI Environment

The WLI environment in the context of an upgrade scenario consists of the:

 


What is the WLI Upgrade Process

Before you actually begin the upgrade it is useful to identify all the elements of the WLI environment that require updates. You also need to identify the tools, scripts, templates, and source code that is required to automate the tasks used to create the application environment.

The steps in the upgrade process are as follows:

  1. Upgrade Custom Security Providers in all the machines in the domain.
  2. Upgrade Node Managers in all the machines in the domain.
  3. Upgrade External resources such as Firewalls, Load Balancers, Databases, and LDAP servers. For example, Apache 1.3 should be upgraded to 2.0 and Oracle 8.1.7 should be upgraded to Oracle 9i to function with Oracle WebLogic Integration 10g Release 3 (10.3.1).
  4. Ensure that the configurations are upgraded to match version Oracle WebLogic Integration 10g Release 3 (10.3.1) specifications.
  5. Upgrade the domain on the machine that hosts the Administration Server. WLI provides tools to upgrade the WLI environment with minimal manual effort. The Domain Upgrade Wizard helps you upgrade the domain to 10g Release 3 (10.3.1).
  6. Upgrade Managed Servers on all the machines in the domain.
  7. Upgrade the Application Project and Source. Oracle WebLogic Integration allows you to upgrade your application project and sources.
    • If upgrading from 8.x to 10g Release 3 (10.3.1):
      • Use the Application Upgrade Wizard available in Oracle Workshop for WebLogic to import the 8.1.x or 8.5 x applications into the Eclipse workspace, which starts the upgrade process to Oracle WebLogic Integration 10g Release 3 (10.3.1).
      • You can alternatively upgrade 8.1.x and 8.5 x applications from the command line using an Ant task. In this method you use an 8.1.x and 8.5 x work file as the source parameter and the Eclipse workspace as the destination parameter.
      • During the upgrade the following components are also updated:

      • WebLogic Integration 8.1.x and 8.5 x artifacts such as JPD, DTF/XQuery, JCX Controls and JCS files to Oracle WebLogic Integration 10g Release 3 (10.3.1) standards. All file extensions such as .jpd, .jpf, .app, .jcs, .jcx, and .jws are changed to .java. All the JPD, DTF, JCX, and JCS Annotations are also updated to the JSR 175 based Annotation model.
      • (Optional) Upgrade of XQuery 2002 files to XQuery 2004. You may require to update these files manually.
      • If upgrading from 9.x or 10.x to 10g Release 3 (10.3.1)

        You have to use Oracle Workshop for WebLogic to upgrade 9.x or 10.x applications to Oracle WebLogic Integration 10g Release 3 (10.3.1) as there is no command line utility or Ant task available to update 9.x or 10.x applications to Oracle WebLogic Integration 10g Release 3 (10.3.1).

  8. Publish and deploy the upgraded application using the upgraded domain. You can publish and deploy using Oracle Workshop for WebLogic or from the command line. For more information on publishing and deploying from the command line, see Building Applications with Ant Build Files.
  9. View the Upgrade Process log in Oracle Workshop for WebLogic to ensure that the upgrade has been successful according to your specifications.
  10. Run the upgraded application to test the success of the upgrade process using the Test Form and the Process Graph tabs.
  11. You need to recompile and redeploy the applications once the upgrade is complete.
  12. Note: Ensure that WebLogic Integration 8.1.x and 8.5 x application process instances are run to completion in the appropriate environment before they are used in Oracle WebLogic Integration 10g Release 3 (10.3.1) environment.

 


What Impacts the Upgrade Process

In WLI 9.2, there were several architectural level changes, which were carried forward to WLI 10.2 and Oracle WebLogic Integration 10g Release 3 (10.3.1). These changes impact the upgrade process. Table 1-1 lists these changes. For a comprehensive list of new features in this release, see Oracle WebLogic Integration Release Notes.

Notes:

 


Terminology Used in This Document

We recommend that, before proceeding, you familiarize yourself with the following terminology:


  Back to Top       Previous  Next