JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java Composite Application Platform Suite 6.3 Release Notes     Java CAPS Documentation
search filter icon
search icon

Document Information

Oracle Java Composite Application Platform Suite 6.3 Release Notes

Operating System, External System, and Platform Updates

Design-Time and Runtime Platform Changes

Operating System Changes

Browser and External System Changes

Password Changes

Starting GlassFish from the NetBeans IDE

Installing and Upgrading

Changes to the Default Domain

Oracle WebLogic JMS and Advanced Queuing

Changes and Enhancements to Java CAPS Components

JBI Component Changes and Enhancements

New JBI Components

Discontinued JBI Components

Changes to Existing JBI Components

Database Binding Component Enhancements

BPEL Service Engine Enhancements

IEP Service Engine Enhancements

File Binding Component Enhancements

FTP Binding Component Enhancements

HTTP Binding Component Enhancements

JMS Binding Component Enhancements

Scheduler Binding Component Enhancements

Changes and Enhancements to Repository-Based Components

General

Java CAPS JMS

Adapters and Message Libraries

Business Process Manager

New Replicate Repository Utility

New Utility for Listing Repository Objects

Issues Addressed in Java CAPS 6.3

JBI Issues Addressed

Repository-Based Issues Addressed

Master Data Management Issues Addressed

Known Issues in Java CAPS 6.3

Known Issues for Adapters and Message Libraries

Known Issues for the BPEL Service Engine

Known Issues for Composite Page Designer

Known Issues for the Data Integrator Service Engine

Known Issues for the Database Binding Component

Known Issues for the Enterprise Service Bus

Known Issues for the File Binding Component

Known Issues for the FTP Binding Component

Known Issues for the HL7 Binding Component

Known Issues for the IEP Service Engine

Known Issues for Java Application Projects for JAXB

Known Issues for the JBI Bridge

Known Issues for the LDAP Binding Component

Known Issues for Java CAPS Master Index

Known Issues for the XSLT Service Engine

Known Issues for Composite Applications

Known JBI Management Issues

Known Localization Issues

Known Installation and Startup Issues

Known Interoperability Issues

Known NetBeans Issues

Known GlassFish Enterprise Server Issues

Known Issues for JBI Clustering

Other Known Issues

Changes and Enhancements to Java CAPS Components

The changes listed in the following sections provide enhanced functionality to the products or address issues in such a way that affects general usability of the components.

For a list of additional fixes to existing issues, see Issues Addressed in Java CAPS 6.3.

JBI Component Changes and Enhancements

Java CAPS includes the following new JBI features and components in this release. In addition, GlassFish clustering is supported for JBI components in Java CAPS 6.3; clustering support does not extend to Repository-based applications.

New JBI Components

The following components were added to Java CAPS for this release.

Discontinued JBI Components

Support for the Data Mashup Service Engine is discontinued in Java CAPS 6.3.

Changes to Existing JBI Components

The following sections describe changes to existing JBI components from the previous release of Java CAPS.

Database Binding Component Enhancements

The following enhancements were made to the Database Binding Component for this release:

BPEL Service Engine Enhancements

The following enhancements were made to the BPEL SE for this release:

IEP Service Engine Enhancements

The following enhancements were made to the IEP SE for this release:

File Binding Component Enhancements

The following enhancements were made to the File BC for this release:

FTP Binding Component Enhancements

The following enhancements were made to the FTP BC for this release:

HTTP Binding Component Enhancements

The following enhancements were made to the HTTP BC for this release:

JMS Binding Component Enhancements

The following enhancements were made to the JMS BC for this release:

Scheduler Binding Component Enhancements

The following enhancements were made to the Scheduler BC for this release:

Changes and Enhancements to Repository–Based Components

Java CAPS includes the following changes and enhancements to repository-based components in this release.

General

The following changes were made to general Java CAPS functionality:

Java CAPS JMS

The following changes were made to Java CAPS JMS components:

Adapters and Message Libraries

The following changes were made to Java CAPS Adapters:

Business Process Manager

The following issues were addressed for Business Process Manager in this release:

New Replicate Repository Utility

This release includes a command-line utility that copies the entire Java CAPS repository (including all installed products), and allows the host name and port numbers to be changed. The utility is named replicate.bat for Windows and replicate.sh for UNIX. The utility is intended to be executed on the computer to which you want the repository moved (the target server). The computer from which the repository is being copied is called the source server.

This section provides instructions for copying an entire repository from a source machine to a target machine. Perform the steps on the source machine first, followed by the steps for the target machine.

To Replicate the Repository

  1. Do the following on the source server:
    1. Start the repository.
    2. Change to the directory where the replicate utility (replicate.bat or replicate.sh) is located (JavaCAPS_Home\repository\repository\util).
    3. Create a backup of the source repository by running one of the following commands, replacing the parameters with actual values:
      • For Windows: replicate.bat export usernamepassword RepositoryBackupFileName

      • For UNIX: replicate.sh export usernamepassword RepositoryBackupFileName

  2. Do the following on the target server:
    1. Ensure that the Java CAPS Repository CD1 (or a copy of its contents) is available on the target server.

      The location of the installation files is a required parameter for the replicate utility.

    2. Copy the following files from the source server to the target server:
      • JavaCAPS_Homerepository\repository\util\replicate.bat (on Windows) or JavaCAPS_Homerepository/repository/util/replicate.sh (on UNIX)

      • JavaCAPS_Homerepositor\repository\util\repositoryutil\com.stc.repositoryutil.jar

      • The backup file created above from running the replicate utility on the source machine. If you do not want to copy the files from the source machine to the target machine, you can create a shared network directory on the target machine that points to the respective directories on the source machine.

    3. Navigate to JavaCAPS_Home\install\docs and open either unix-install.properties or win-install.properties, depending on your operating system.
    4. Modify the configuration settings for your installation.
      • CHOSEN_INSTALL_FEATURE must be set to Repository.

      • The following properties must be configured: USER_JDK_HOME, USER_INSTALL_DIR, REPOSITORY_NAME, and REPOSITORY_ADMIN_PORT.


      Note - For Windows repository replication, the USER_JDK_HOME and USER_INSTALL_DIR directory values must contain double backslash characters after the drive designation (for example, C:\\JavaCAPS).


    5. Save and close the file.
    6. Change to the directory where the replicate utility is located.
    7. Start the replicate utility by running one of the following commands:
      • For Windows: replicate.bat import RepositoryImagePath BackupFile RepositoryPropertiesFile

      • For UNIX: replicate.sh import RepositoryImagePath BackupFile RepositoryPropertiesFile

      where:

      • RepositoryImagePath is the location of the Java CAPS installation file on the Java CAPS Repository CD1

      • RepositoryPropertiesFile is the name and location of the install properties file

      • BackupFile is the location of the backup file created by running the replicate utility on the source machine

    The contents of the original repository are now available in the location specified by TargetRepositoryPath. The target repository can be started by running the repository startup command (startserver.bat for Windows or startserver.sh for UNIX) from the TargetRepositoryPath directory.

New Utility for Listing Repository Objects

This release includes a command-line utility, listObjects, that lists the Repository-based branches, projects, and environments stored in the Java CAPS Repository. This utility is packaged as a batch file for Windows and an SH file for UNIX. It is located in the JavaCAPS_Home\repository\repository\util directory. The syntax of the command is:

listObject.bat username password branch_name mode

or

listObject.sh username password branch_name mode

Where: