Experts,
I have created OData entity to represent a table in mysql & deployed in SMP3.0. Also created a security profile with same name as Service Namespace given while deploying. Mysql connector jar is placed in SMP pickup folder. In gateway cockpit destination is created and assigned to the deployed service.
The service URL shows the proper result (lists the entity name), while trying to access the data from the entity (http://[Service URL]/[Entity name]) the response says "Unable to load com.mysql.jdbc.Driver".
Kindly help to fix this issue.
Thanks