Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Installing a BeanConnect resource adapter

You install the BeanConnect resource adapter using the JAR file BC65A00_RA.jar.

This file contains the resources listed below:

  • the RAR file BC65A00_RA.rar containing the resource adapter classes for JCA 1.6. For information on using the RAR file see Overview .

  • the RAR file BC65A004JCA15.rar which contains the resource adapter classes for JCA 1.5. For more information on using the RAR file, see Overview .

  • the file BeanConnectDev.jar for compiling the EJBs

  • The file BeanConnectVerifyer.jar, which must be appended to the BeanConnect RAR file if you want to use the Oracle JEE Verifier (part of the Oracle Glassfish V2 JEE5 Application Server).

  • The directory config: log4j configuration files for resource adapter logging

  • The directory Docs: Documents

  • The directory encoding: Encoding example

  • The directory JavaDoc: JavaDoc for the user API.

  • The directory scid: Diagnostic tool

Installing a resource adapter in systems with a graphical user interface

In systems with a graphical user interface, proceed as follows:

  1. In the relevant system, open a window for command entry, e.g. Shell or DOS prompt

  2. Switch to the directory in which the JAR file is located

  3. Unpack the JAR file using the command
    java -jar BC65A00_RA.jar

  4. Follow the instructions output by the graphical installation program and define the installation directory for the resource adapter

Installing a resource adapter in systems without a graphical user interface

The file RA-auto.xml is supplied to permit installation on systems without a graphical user interface. Proceed as follows:

  1. Open the file RA-auto.xml with a text editor and enter the required installation path for the resource adapter in the <installpath> tag

  2. In the relevant system, open a window for command entry, e.g. Shell or DOS prompt.

  3. Switch to the directory in which the JAR file is located

  4. Unpack the JAR file using the command
    java -jar BC65A00_RA.jar RA-auto.xml

    This installs the resource adapter automatically. The files are unpacked in the current directory without modifying RA-auto.xml.