Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 2: Adding a Connection | Compiling the Phase 2 Implementation | Enabling the Connection Node
 
Enabling the Connection Node
*To enable the connection node
1. Start the Sample Server from a command prompt, as described in Starting the Sample Server.
2. To enable the connection node, on the adapter's Connections screen, click No in the Enabled column, the value changes to Yes (enabled).
The server initializes a connection pool based on the provided settings. Enabling and disabling a connection node for SampleAdapter should produce entries similar to these in the server log:
2003-08-18 08:21:36 EDT [ART.0118.5505V1]
Adapter Runtime (Connection): Starting
connection connections:sampleConnection.
2003-08-18 08:21:36 EDT [ART.0118.5517V1]
Adapter Runtime (Connection): Creating
connection manager properties:
>>>BasicData:poolable=true,minimumPoolSize=1,maximumPoolSize=10,poolIncre
mentSize=1,blockingTimeout=20000,expireTimeout=20000,selectionSize=1<<<.
2003-08-18 08:21:36 EDT [ADA.0502.0101D] Initializing
Sample Connection
2003-08-18 08:21:36 EDT [SCC.0126.0001E] SCC
ConnectionManager Pool Started
2003-08-18 08:24:10 EDT [ART.0118.5510V1]
Adapter Runtime (Connection): Stopping
connection connections:sampleConnection.
Note:
If a connection node is enabled when the server shuts down, it will be enabled at server startup.