Creating a Oracle data-source in Fuse ESB [Apache Karaf]
1. Create a blueprint xml file as shown below -
datasource-oracle.xml
2. Installing the Oracle Driver in Karaf console
Note: Please make sure you've got the Oracle Driver in your local/remote maven repository. If you don't have it please install with the following maven command -
2. Deploy it on the Fuse ESB server
Copy the datasource-oracle.xml in the FUSE ESB deploy folder ( e.g. %FUSE_SERVER%/deploy )
1. Create a blueprint xml file as shown below -
datasource-oracle.xml
2. Installing the Oracle Driver in Karaf console
install -s wrap:mvn:com.oracle/ojdbc6/11.2.0Note: Please make sure you've got the Oracle Driver in your local/remote maven repository. If you don't have it please install with the following maven command -
mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle \
-DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
2. Deploy it on the Fuse ESB server
Copy the datasource-oracle.xml in the FUSE ESB deploy folder ( e.g. %FUSE_SERVER%/deploy )