IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Oracle E-Business Suite > Deploying the module > Deploying the module for testing > Adding external software dependencies

Adding external software dependencies when the adapter is bundled

You must copy the dependent JAR files to the EAR application before you can run your adapter applications. You must use this method only for embedded deployment.

To obtain the required files and copy them to the EAR application, use the following procedure:


Procedure

  1. From the appropriate module, go to the workspace and copy the JAR files to the directory.

    For example if the name of the module is ModuleName, then go to the workspace and copy the JAR files to the ModuleNameApp/EarContent directory.

  2. Modify the adapter RAR's manifest file, manifest.mf, with the list of JAR files required by the adapter. Add the JAR files in the following format: Class-Path: dependantjar1.jar, dependantjar2.jar.

  3. Copy the native libraries to the run time bin directory and deploy the application.


Results

The vendor software libraries are now a part of your run time environment.

Adding external software dependencies