webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods Adapter for JDBC
 
webMethods Adapter for JDBC
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"adapterTypeName": "JDBCAdapter",
"connectionFactoryType": "com.wm.adapter.wmjdbc.connection.JDBCConnectionFactory",
"packageName": "<Package_Name>",
"connectionSettings": {
"transactionType": "LOCAL_TRANSACTION",
"driverType": "Default",
"datasourceClass": "oracle.jdbc.pool.OracleDataSource",
"serverName": "<Host_Name>",
"user": "<Username>",
"password": "<Password>",
"databaseName": "orclcdb",
"portNumber": "<Port_Number>",
"networkProtocol": "tcp",
"otherProperties": "driverType=thin"
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10",
"heartBeatInterval"": "0"
}
}