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 EJBsThe 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 loggingThe directory
Docs
: DocumentsThe directory
encoding
: Encoding exampleThe 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:
In the relevant system, open a window for command entry, e.g. Shell or DOS prompt
Switch to the directory in which the JAR file is located
Unpack the JAR file using the command
java -jar BC65A00_RA.jar
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:
Open the file
RA-auto.xml
with a text editor and enter the required installation path for the resource adapter in the<installpath>
tagIn the relevant system, open a window for command entry, e.g. Shell or DOS prompt.
Switch to the directory in which the JAR file is located
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
.