How to connect external database in cq5..
Hi,
I am trying to connect to the mysql database from my cq5.6.1.
I have done all configurations in the system/console/config related to the jdbcconnectionpool config..
And my dsn name is "sqdb". Here i am not able to get the datasource sqdb into my servlet using ,
dataSource = (DataSource) dataSourceService.getDataSource("sqdb");
I have followed this article http://helpx.adobe.com/experience-manager/using/datasourcepool.html
Can anybody help me on this.
Thanks,
Sony C