Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A Carbon datasource is a an RDBMS or a custom datasource created using the Datasources sub menu of the Configuration menu in the management consoleusing the management console of WSO2 Data Services Server (WSO2 DSS). You can simply use that as the datasource of datasource for a data service. A Carbon datasource is persistedpersistent, and can be used whenever required. To create  

Creating a Carbon datasource

...

See Managing Datasources.
for instructions on how to create a Carbon datasource. 
Be sure to copy the JDBC driver relevant to the database engine to one of the locations given below.

  • If the driver is a JAR file, add it to the <PRODUCT_HOME>/repository/components/lib directory, so that it will be converted to an OSGI bundle and copied to the dropins directory during server startup. For example, if you are using MySQL, you would specify com.mysql.jdbc.Driver as the driver and would copy mysql-connector-java-5.XX-bin.jar to this directory.
  • If the driver is already an OSGI bundle, you can directly add it to the <PRODUCT_HOME>/repository/components/dropins directory. 

If you do not copy the driver to the relevant directory, you will get an exception similar to "Cannot load JDBC driver class com.mysql.jdbc.Driver" when you create the datasource.Next, simply use that data source at the time a data service is created. Follow the instructions in Step 1: Defining the Data ServiceWhen

Creating a data service using the Carbon datasource

Follow the instructions in exposing an RDBMS as a data service and when you get to the Add New Data Source screen, select Carbon Data Source as the data source type. You get a drop-down list from which an existing Carbon data source can be selected as shown below. 

To write a query to this datasource, see Step 3: Writing Data Service Queries.