Adapters Connections Error

Hi

I get 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 for help

Hi,

did you try to use

oracle.jdbc.pool.OracleDataSource

as your Data Source Class?

Best regards,

Sascha