Chapter 3
Section 3.5
Setting Properties of the JDBC/ODBC eWay
eWay Environment Properties
JDBC/ODBC eWay Adapter User’s Guide
35
Sun Microsystems, Inc.
3.5.3
Outbound non-Transactional JDBC eWay Properties
The Outbound non-Transactional JDBC eWay includes the following configuration
sections:
JDBC Connector Settings
Connection Retry Settings
JDBC Connector Settings
Details for the JDBC Connector Settings used by the external database are detailed in
Table 9.
ConnectionRetryInterval
Specifies the milliseconds of pause
before each attempt to reaccess the
database. This setting is used in
conjunction with the 'Connection
Retries' setting.
For example: In the event that the
eWay cannot connect to the
Database, the eWay will try to
reconnect to the database 10 times
in 5 seconds apart when the
Connection Retries is 10 and the
Connection Retry Interval is 5000
A valid numeric value. The
default is
1000
.
Table 9
Outbound non-Transactional eWay —JDBC Connector Settings
Name
Description
Required Value
Description
The description of the database.
A valid string. The configured default
is
JDBC non-Transactional Connection
Pool Datasource
.
ClassName
Specifies the Java class in the JDBC
driver that is used to implement the
ConnectionPoolDataSource/
XADataSource
interface. Change as
needed for your driver.
A valid class name.
For example:
com.ddtek.jdbcx.sequelink.SequeLin
kDataSource
.
ClassNamefor
OtherInterfaces
For Sun Java Composite Application
Platform Suite components that do
not use
ConnectionPoolDataSource
,
use this entry to enter the name of
the driver class. This class will not be
used by the eWay.
A valid class name.
ServerName
This setting specifies the host name
of the external database server.
Any valid string.
Table 8
Outbound JDBC eWay—Connection Retry Settings (Continued)
Name
Description
Required Value