JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Designing with Oracle Java CAPS Communication Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Designing with Communication Adapters

Installing the DLL and JAR Files for the COM/DCOM Adapter

To Install the COM/DCOM Adapter Files

Installing the MSMQ DLL and JNI Files

To Install the MSMQ DLLs and Runtime JNI

Enabling Rollback When an MSMQ Message Fails

To Roll back an Outbound MSMQ Message

Streaming Data Between Components with the Batch Adapter

Introduction to Data Streaming

Overcoming Large-file Limitations

Using Data Streaming

Data-streaming Operation

Data Streaming Versus Payload Data Transfer

Data Streaming Scenarios

Consuming-stream Adapters

Stream-adapter Interfaces

Inbound Transfers

Outbound Transfers

Installing the DLL and JAR Files for the COM/DCOM Adapter

The runtime JNI bridge DLL file, comewayruntime.dll, must be copied to the correct location for the Application Server process before you can deploy and run a Project containing a COM/DCOM Adapter. Complete the following steps before running your Project.

To Install the COM/DCOM Adapter Files

Before You Begin

Before you can perform this task, the COM/DCOM Adapter must be installed. For more information, see Installing Additional Repository-Based Java CAPS Components in Installing Additional Components for Oracle Java CAPS 6.3.

  1. Start the Java CAPS Uploader and go to the Downloads tab.
  2. Download the COM Adapter – Runtime JNI bridge DLL file, comewayruntime.dll, to C:\winnt\system32 or C:Windows\system32.

    An alternative to this procedure is to download the file elsewhere and add the JNI bridge DLL file to the application server library path using the GlassFish Admin.

  3. Download the COM Adapter – Runtime Java API file (stccomruntime.api.jar) to JavaCAPS_Home\appserver\lib.
  4. Download the COM Adapter – Runtime Java Implementation file (stccomruntime.impl.jar) to JavaCAPS_Home\appserver\lib.

    Note - If you plan to run command line codegen against COM/DCOM projects, copy the above JAR files to the \compile\lib\ext folder first.