Upgrading to Java CAPS 6.2

Upgrading to Java CAPS 6.2

The topics listed here provide information about upgrading to the JavaTM Composite Application Platform Suite (Java CAPS) Release 6.2. If you have any questions or problems, see the Java CAPS Support web site at http://goldstar.stc.com/support.

To access all the Java CAPS documentation in PDF and HTML format, go to http://docs.sun.com/app/docs/prod/sj.caps?a=view.

What You Need to Know

What You Need to Do

Reference Material

Overview of Upgrading to Java CAPS 6.2

The process of upgrading from 5.x releases to 6.x releases is different from the previous upgrading process. Beginning with Release 6, you no longer perform an in-place installation. Instead, install Java CAPS 6.x in a new directory, and then import your Projects from previous releases.

Here are the basic steps for upgrading from 5.x releases of Java CAPS to release 6.2:

To upgrade from 6x releases of Java CAPS, you can either perform the above steps, or you can upgrade the existing Repository and use it with the new Java CAPS 6.2 installation. Performing the upgrade in this way, you do not need to export and import any Projects; you will just continue to use the existing Repository.


Note –

Components from 5.x versions of Java CAPS or ICAN are not compatible with Release 6.2 components. For example, you cannot use a 5.1.3 Enterprise Designer to connect to a Release 6.2 Repository or vice versa.


Perform the procedure below related to the version from which you are upgrading:

Upgrading From Release 5.0.5 - 5.1.3 to Release 6.2

The process to upgrade from release 5.0.5 and earlier to release 6.2 has changed considerably. With release 5.1.3 and earlier, you performed an in-place installation. Now, you install Java CAPS 6.2 into a new directory, export 5.1.3 and earlier Projects and Environments and then import them into release 6.2 using the NetBeans IDE.

There are two ways to export your old Projects and Environments and create an external file:

Perform the following steps to upgrade from a 5.x release of Java CAPS to release 6.2.


Tip –

These steps include installing Java CAPS. See one of the following topics for complete instructions on how to install:

Before beginning an installation, ensure that you are familiar with the contents of Planning for Java CAPS Installation .

Note that a default Java CAPS installation does not install the complete set of products that were installed in previous versions. You might need to manually install some additional components, such as Adapters or other add-ons.


Exporting and Importing Projects and Environments

Perform one of the following procedures to export existing Projects and import them into the new Java CAPS environment.


Tip –

When exporting a Project, note the following:


ProcedureTo Use Enterprise Designer to Export Projects and Environments

Before You Begin

Before beginning the process of exporting Projects and Environments from prior releases of Java CAPS 5.1.0–5.1.3 or ICAN Suite 5.0.5, it is recommended that you acquaint yourself with the steps to complete the task in the appropriate eGate Integrator User's Guide.

  1. Install Java CAPS 6.2.

    See the notes under Upgrading From Release 5.0.5 - 5.1.3 to Release 6.2 for links to more information.

  2. If you are using any components that are not included in the default installation, reinstall them now.

    This includes certain adapters and add-ons, certain core components like Sun Master Index, and so on.


    Tip –

    You can view a list of installed products for Java CAPS 6.2 on the Suite Uploader, which can be accessed from a web browser if the Repository is started. The URL is http://host-name:port-number.. The default port number is 12000.


  3. Export a Project or Environment from releases 5.0.5 through 5.1.3 using Enterprise Designer and create an external file to import into Release 6.2.

    Record the settings for your Projects and Environments before exporting them. You will need this information when you reset the properties.

    1. From the Repository or Project context menu, select Export Project to display the Export Manager dialog.


      Note –

      If you do not have any existing Environments in your Repository, the Environment panes are empty.


    2. Highlight the desired Projects or Environments in the displayed lists.

    3. Click the appropriate Arrow button to transfer the highlighted items to the Selected Projects or Selected Environments panes.

    4. When the desired Project appears in the Selected Projects pane, click Browse.

      The Save As dialog box appears. A file name is already defined by adding the ZIP extension to the Project name.


      Note –

      You can change the export file name.


    5. To enter the file name click Save As.

      The Export Manager dialog box reappears.

    6. Select the export destination and then click Export to export the Project file.

      This process may take a few minutes. The Export Status message box appears after the file has been exported successfully.

    7. To close the message box click OK.

  4. Import the Java CAPS Project or Environment into the NetBeans IDE.

    1. Start the NetBeans IDE.

    2. On the menu bar, select Tools, point to CAPS Repository, and then select Import Project.

      A warning dialog box appears with a reminder to save any unsaved changes.

    3. Click No if you need to save or check in any changes; otherwise, click Yes to continue with the process.

      The Import Manager dialog box appears.

    4. In the From ZIP file field, browse to the location of the export ZIP file you created and then select the file.

    5. If you want the Project to appear as top level in the Projects pane in the NetBeans IDE, select As Top-Level under the Destination Project field drop down list.

    6. When you have made all your selections on the Import Manager dialog box, click Import.

    7. When the Import Status message appears, click OK.

    8. Wait until the Repository completes refreshing, and then close the Import Manager dialog box.

      The Project appears in the Projects Window.

ProcedureTo Use a Command Line to Export Projects and Environments

Before You Begin

You can export a Project, an Environment, or a Project and an Environment using a command-line script. Before beginning the process of exporting Projects and Environments from prior releases of Java CAPS 5.1.0–5.1.3 or ICAN Suite 5.0.5, it is recommended that you acquaint yourself with the steps to complete the task in the appropriate eGate Integrator User's Guide.

Location of Script File

JavaCAPS_install_dir\repository\util\exportProject.bat

or

JavaCAPS_install_dir/repository/util/exportProject.sh

Command Syntax


exportProject username password branch_name export_file project_name environment_name

where:

  1. Install Java CAPS 6.

    See the notes under Upgrading From Release 5.0.5 - 5.1.3 to Release 6.2 for links to more information.

  2. If you are using any components that are not included in the default installation, reinstall them now.

    This includes certain adapters and add-ons, certain core components like Sun Master Index, and so on.


    Tip –

    You can view a list of installed products for Java CAPS 6.2 on the Suite Uploader, which can be accessed from a web browser if the Repository is started. The URL is http://host-name:port-number.. The default port number is 12000.


  3. Export a Project using the export script.

    1. Open a command prompt.

    2. Navigate to JavaCAPS_install_dir\repository\util.

    3. Enter the following command:

      exportProject username password branch_name export_file project_name environment_name

      For example, to save the Project myProject to the file c:\project1export.zip with the default login, the command would be similar to the following:

      exportProject admin adminadmin C:\JavaCAPS5\project1export.zip myProject.

  4. Import the Java CAPS Project or Environment into the NetBeans IDE.

    1. Start the NetBeans IDE.

    2. On the menu bar, select Tools, point to CAPS Repository, and then select Import Project.

      A warning dialog box appears with a reminder to save any unsaved changes.

    3. Click No if you need to save or check in any changes; otherwise, click Yes to continue with the process.

      The Import Manager dialog box appears.

    4. In the From ZIP file field, browse to the location of the export ZIP file you created and then select the file.

    5. If you want the Project to appear as top level in the Projects pane in the NetBeans IDE, select As Top-Level under the Destination Project field drop down list.

    6. When you have made all your selections on the Import Manager dialog box, click Import.

    7. When the Import Status message appears, click OK.

    8. Wait until the Repository completes refreshing, and then close the Import Manager dialog box.

      The Project appears in the Projects Window.

  5. Continue to Completing the Upgrade From Java CAPS 5.x.

Completing the Upgrade From Java CAPS 5.x

Once you have imported all previous Projects and Environment into Java CAPS 6.2, you need to redeploy and in some cases reconfigure the Projects.

ProcedureTo Complete the Upgrade

  1. Complete the steps under Exporting and Importing Projects and Environments.

  2. Recreate any connection pools using the GlassFish Admin Console.

  3. Redefine any required security attributes using the GlassFish Admin Console.

  4. Reinstall the required plugins in Enterprise Manager.

  5. If you are migrating a JMS-based Project and are using the same Environment as before, you need to update the JMS URL defined in the Environment. The new default URL is stcms://localhost:18007.

  6. Build and deploy all migrated Projects.

Upgrading From Release 6 or R6U1 to Release 6.2

You can upgrade from previous release 6 versions by using the import and export method described in Upgrading From Release 5.0.5 - 5.1.3 to Release 6.2, or you can perform side-by-side upgrade that allows you to continue to use your existing Repository by applying a patch to update the components. When you have completed the side-by-side upgrade, you will have two Java CAPS environments and will use the Java CAPS 6.2 components to connect to your Repository from the previous environment.

To upgrade from an earlier Release 6 version, perform the following steps:

Upgrading the Repository

This topic describes the side-by-side method of upgrading the Repository. In addition to installing the laster version of Java CAPS, you will also install a patch to the previous version's Repository so you can continue using it in the new Java CAPS installation.


Tip –

See one of the following topics for complete instructions on how to install Java CAPS:

Before beginning an installation, ensure that you are familiar with the contents of Planning for Java CAPS Installation .


ProcedureTo Upgrade the Repository

  1. Perform a complete backup of your existing Java CAPS Repository, domains, and the caps-patch directory.

  2. Install Java CAPS 6.2 in a separate directory with the following guidelines:

    • Use the same Repository name for the new Repository as for the existing Repository that you are upgrading.

    • Use the same port numbers for the new installation as you did for the existing Java CAPS environment.

  3. Rename the new Repository to repository_62.

  4. Copy the caps-patch directory from the Java CAPS 6.2 environment into the existing Java CAPS directory.


    Note –

    This step will replace the caps-patch directory in the old Java CAPS environment.


  5. Copy the file named patches_ml.zip from the patches directory of your installation media to a temporary local directory.

  6. Extract the ZIP file to the temporary directory (maintaining the directory structure).

  7. Navigate to TempDir/patches_ml/patches/.

    You should see a file name 6836560-01-REP.zip.

  8. Install the Repository patch by running the following command. Use the caps-patch-install command from the old Repository's caps-patch/util/bin directory.

    caps–patch–install –verbose -repuser user -reppwd pasword –patch temp-dir/6836560–01–REP.zip

    where temp-dir is the location where you copied 6836560-01-REP.zip.


    Note –

    The patch installer takes additional optional parameters. For more information about the syntax, see Java CAPS 6 Patch Management Tools in Installing Patches for Java CAPS.


    This updates the Repository in the older Java CAPS environment.

  9. If you are using LDAP prefixes, open the file JavaCAPSHome/repository/repository/startserver.bat (or startserver.sh), where JavaCAPSHome is the Java CAPS R6 or R6U1 home directory. Add the following to the JAVA_OPTS section of the file:

    -Dorg.apache.catalina.realm.JNDIRealm.ROLE_PREFIX=prefix

    where prefix is the full LDAP prefix to use; for example, com.sun.java.


    Note –

    LDAP prefixes are a new features of the LDAP Adapter in this release. Prefixes are similar to suffixes, except they are prepended instead of appended to a user or group name to form the distinguished name (DN).


  10. Start the Repository you just updated (in the old Java CAPS environment) and launch the Java CAPS 6.2 NetBeans IDE.

  11. Connect to the updated Repository from the NetBeans IDE.

    You might need to modify the Repository connection information and CAPS Project location to connect to the correct Repository.

  12. Open the existing Repository-based Projects in the Projects window to verify that you are connecting correctly to the updated Repository.

  13. Continue to Completing the Upgrade From Java CAPS 6.x.

Completing the Upgrade From Java CAPS 6.x

Once you have imported all previous Projects and Environment into Java CAPS 6.2 or have updated the previous Repository, you need to redeploy and in some cases reconfigure the Projects. Runtime components need to be recreated as well.

ProcedureTo Complete the Upgrade

  1. Complete the steps under Upgrading the Repository.

  2. Recreate any runtime artifacts using the GlassFish Admin Console for Java CAPS 6.2.

    This could include any connection pools, security attributes, application configurations, application variables, and so on.

  3. Reinstall the required plugins in Enterprise Manager.

  4. Open any JBI Projects in NetBeans Project window.

  5. Build and deploy all Repository and JBI Projects to the new GlassFish server installed with Java CAPS 6.2.