Configuring the J2CA 1.5 IMS/DB Adapter
The lifecycle contract provides the mechanism for the application server to manage the
lifecycle of the resource adapter instance.
Work management contracts enable the resource adapter to carry out its logic by using
threads dispatched by an application server, rather than creating threads on its own.
The handshake is done through a Work instance submission. This makes the
application server threads management more efficient, providing better control over
their execution contexts (like security and transaction).
Configuring the J2CA 1.5 IMS/DB Adapter
To connect to the J2CA 1.5 IMS/DB adapter under Oracle Application Server, perform
the following steps:
Edit the oc4j-ra.xml file, which is located at the following path:
1.
root\j2ee\home\application-deployment\default\oracle\oc4j-ra.xml
Where root is the Oracle Application Server root directory.
Set the following settings for each connection:
2.
<oc4j-connector-factories>
<connector-factory location=" " connector-name="Oracle Legacy Adapter">
</connector-factory>
</oc4j-connector-factories>
The following table lists the properties that must be specified, and optional
properties:
Table 3–1
Property
location
eisName
3-2 Oracle Application Server Adapters for IMS/DB User's Guide
See Also:
Oracle Application Server Adapter Concepts Guide,
Oracle Application Server Containers for J2EE User's Guide, Oracle
Application Server Containers for J2EE Services Guide, and Oracle
Application Server Containers for J2EE Security Guide
<config-property name="userName" value=" "/>
<config-property name="password" value=" "/>
<config-property name="eisName" value=" "/>
<config-property name="serverName" value=" "/>
<config-property name="workspace" value=" "/>
<config-property name="portNumber" value=" "/>
<config-property name="persistentConnection" value=" "/>
<config-property name="keepAlive" value=" "/>
<config-property name="firewallProtocol" value=""/>
<config-property name="connectTimeout" value=""/>
<config-property name="encryptionProtocol" value=""/>
<config-property name="encryptionKeyName" value=""/>
<config-property name="encryptionKeyValue" value=""/>
<config-property name="fakeXa" value=" "/>
OC4J Connection Properties
Description
Specifies the JNDI location where Oracle Application Server
should bind the connection factory instance for application
components.
Sets the name of the adapter to use. The adapter is defined in
the Oracle Connect server using Oracle Studio, as described
in
"Setting Up an Oracle Connect Adapter"
on page 2-41.
Need help?
Do you have a question about the Application Server 10.1.3.4 and is the answer not in the manual?
Questions and answers