Persisting Adobe CQ data in a relational database Hi Friends,I am trying to follow along the example on this link http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-relational-database.html and somehow my persist.json.jsp is not able to resolved the followingcom.adobe.cq.CustomerService custService = new com.adobe.cq.CustomerService();I can see that the bundle is "active" and tried to deploy and re-deploy. This is what my manifest looks like Manifest-Version: 1.0Bundle-ManifestVersion: 2Bundle-Name: SqlosgiBundle-SymbolicName: sqlosgiBundle-Version: 1.0.0Export-Package: com.adobe.cq, com.mysql.jdbc, com.mysql.jdbc.authentication, com.mysql.jdbc.exceptions, com.mysql.jdbc.exceptions.jdbc4, com.mysql.jdbc.integration.c3p0, com.mysql.jdbc.integration.jboss, com.mysql.jdbc.interceptors, com.mysql.jdbc.jdbc2.optional, com.mysql.jdbc.jmx, com.mysql.jdbc.log, com.mysql.jdbc.profiler, com.mysql.jdbc.util, org.gjt.mm.mysqlImport-Package: com.adobe.cq, javax.xml.transform.stream, javax.net.ssl, javax.xml.transform.sax, javax.naming.spi, j