Datasource RDBMS - Class not found error
Dear Community,
I am trying to follow the instructions for setting up a data model as per https://experienceleague.adobe.com/docs/experience-manager-65/forms/getting-started/create-first-adaptive-form/create-form-data-model.html
When I add the configuration for Apache Sling Connection Pooled DataSource, I get the following error in the logs:
com.mysql.cj.jdbc.Driver not found by org.apache.sling.datasourceI have tried different MySQL driver versions, but the issue remains.
I also tried using com.mysql.jdbc.Driver as the driver class, no luck either.
I am using AEM 6.5.9 + latest forms add on.
