Deploying JDBC proxy into Software AG webMethods Integration Server
You must deploy the JDBC proxy on each application server that is running webMethods Integration Server (WMIS). With the JDBC proxy, you can allow a server that hosts applications to use JDBC to access a live database to be recorded or virtualized.
About this task
Important: Differences between
WMIS 7.x/8.0 and WMIS 8.2 (or later) are indicated where relevant.
After you install the Rational® Integration Tester webMethods Integration Server adapter package, deploy the JDBC proxy into WMIS:
Procedure
- Download and extract the JDBC driver package that is provided with Rational® Test Control Panel. For more information, see Rational Integration Tester tool packages.
-
Copy the files that are listed in the following table and
the JDBC proxy configuration file (
registration.xml
) from the downloaded JDBCIntercept.zip package to<Software AG installation directory>\IntegrationServer\lib\jars
or to whichever WMIS folder that contains JDBC drivers.JDBC / Java™ version File name Description JDBC 4, Java™ 1.6 or later com.ibm.rational.rit.jdbcdriver4.jar
jsqlparser15.jar
andantlr-3.4.jar
The JDBC proxy.
Supporting libraries.
Notes:- Currently, JDBC 4, Java 1.6 or later is supported for the JDBC proxy and its supporting
libraries. You must add the three JAR files
com.ibm.rational.rit.jdbcdriver4.jar
,jsqlparser15.jar
andantlr-3.4.jar
to each application server directory that contains JDBC drivers. - The following items are not supported for vendor-specific Oracle SQLs:
- Oracle-specific DDL statements
- Custom functions
- Subqueries
- PIVOT and UNPIVOT statements
- Nested tables containing multiple columns or single column of user-defined-types
- Stubs with nested tables
- Currently, JDBC 4, Java 1.6 or later is supported for the JDBC proxy and its supporting
libraries. You must add the three JAR files
-
Configure the server start script (
Software AG installation directory\IntegrationServer\bin\server.bat
) as follows:WMIS 7.x/8.0 WMIS 8.2 and later Change %JAVA_RUN% -DWM_HOME=
to%JAVA_RUN% -Djbdc.drivers=com.greenhat.jdbc.Driver -DWM_HOME=
Change SET JAVA_OPTS=-Dsun.lang.classLoader
toSET JAVA_OPTS=-Djdbc.drivers=com.greenhat.jdbc.Driver -Dsun.lang.classLoader
Note: If the server.bat file does not have theJAVA_OPTS
environment variable, add the line
to the file.SET JAVA_OPTS=-Djdbc.drivers=com.greenhat.jdbc.Driver
Tip: For Unix-like installations, useserver.sh
, forward slashes ("/") instead of backslashes ("\"), and the appropriate Unix-like directory names. - Save and close the file.
-
If necessary, edit the
server
tag in theregistration.xml file
to the URL of the IBM® Rational® Test Control Panel installation that is being used.For information about modifying this file, see Modifying the configuration settings of the JDBC proxy.
- Optional:
Edit the
domain
andenvironment
tags in theregistration.xml
file.Important: If these tags are modified, the JDBC Proxy is used only when you record and stub within the specified domain and environment. - Use Rational® Integration Tester and Rational® Test Control Panel to control JDBC recording and stubbing. For more information, see Rational Integration Tester reference and Rational Test Virtualization Server overview.