IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Connection Manager external definitions

The JDBCServicesConnectionManager has the following data externalized in the services definition file:
Table 1. JDBCServicesConnectionManager tag attributes
Tag attribute Attribute description
id Name of the connection manager.
poolManager The connection manager for connecting to the datasource. The type of datasource determines which connection manager the service uses:
  • WebSphere4.0 (for JDBCServicesConnMgrWS40 for a WebSphere® 4.0 datasource)
  • WebSphere4.0z (for JDBCServicesConnMgrWS40z for a  WebSphere 4.0 datasource in an OS/390® environment)
  • WebSphere5.0 (for JDBCServicesConnMgrWS50 for a WebSphere Application Server 5.0 compatible datasource such as 5.0,5.1,6.0)
Example:
<JDBCServicesConnectionManager id="JDBCServicesConnMgr" poolManager="WebSphere5.0"/>


Feedback