5 - Creating the JDBC Providers

Two JDBC providers must be created. One for the RPM DB2 database and the other for the RPM SESSION database.

  1. From the WebSphere Administrative Console window, go to Resources then to JDBC Providers.



    Note: The JDBC provider scope is set to Server.
  2. Select the Server radio button.
  3. Click Apply.
  4. Click New to add the provider.
  5. Complete the information relative to the provider using these values:
    • Database type: DB2
    • Provider type: DB2 Universal JDBC Driver Provider
    • Implementation type: Connection pool data source
  6. Click Next.



  7. Click OK and save the master configuration before creating the other data source.
  8. Return to Resources then to JDBC Providers.



    Note: The JDBC provider scope is set to Server.
  9. Select the Server radio button.
  10. Click Apply.
  11. Click New to add the provider.
  12. Complete the information relative to the provider using these values:
    • Database type: User-defined
    • Provider type: User-defined JDBC Driver Provider
    • Implementation type: User-defined
  13. Click Next.



  14. Set the following fields as indicated below:
    • Name: Cloudscape v10 JDBC Provider
    • Description: Cloudscape v10 JDBC Provider
    • Class path: ${CLOUDSCAPEV10_JDBC_DRIVER_PATH}/derby.jar;
    • Implementation class name: org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
  15. Click OK and save the master configuration before creating the data sources.