Adapters Connections Error

Hi

I have this error:

Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Hosea.connections:customDatabase.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

when I try to connect to:

Transaction Type LOCAL_TRANSACTION
DataSource Class: com.wm.dd.jdbc.oracle.OracleDriver
serverName: serverName
user: userName
password: ******
databaseName: databasename
portNumber: 1521
networkProtocol: TCP
Other Properties: driverType=thin

Thanks

You trying to use the webMethods shipped datadirect driver for a JDBC connection? You need to get the oracle thin driver from Oracle or get a commercial version of the datadirect driver.

My issue is here: com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

My issue is here : com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

There’s the error I’m getting.