karthikbhat3624
15-09-2018
Hello,
I'm trying to use MySQL DB connection,
I've configured in OSGi also.
When I try to do
"@Reference
private DataSourcePool source"
it is giving null value to it, hence it is giving error while we try do source.getDataSource("DataBaseTravel");
I'm Using AEM 6.4v.
krishh_187smacdonald2008
Thanks in Advance
Arun_Patidar
MVP
Hi,
Please check your imports.
Below is sample code to get connection from DataSourcePool service.
aem63app-repo/DSConnectionImpl.java at master · arunpatidar02/aem63app-repo · GitHub
Thank you for replying, but still it is not working for me.
Whether is there problem with AEM 6.4?
Jörg_Hoh
Employee
16-09-2018
How have you configured your datasource? Do you see in the error.log the string "datasource" (check case-insensitiv!)
Jörg
Thank You for replying.
Now it is Working for me,the problem was in the mysql-connector version.