How to connect to oracle database using datasource pool from OSGI- Adobe Experience Manager(AEM)
This post will explain how to connect to oracle database using datasource pool from Adobe Experience Manager(AEM)Convert the JDBC driver to OSGI bundle:
In eclipse - File-->New-->Plug-in Development-->Plug-in from Existing JAR ArchivesClick on Add External and Select the JDBC jar file
Click Next and enter the required details
Project name - OracleDriver
Plug-in ID - com.jdbc.oracle
Plug-in vendor - Oracle
Select the Execute Environment
Select an OSGi framework and select standard
Un-Select Unzip the JAR archives into the project and select Update references to the JAR files.