Hello everyone,
I would like to know how can I make to put the ojdbc6.jar(oracle) in a custom maven project of a processor in geoevent?
The oracle drive in maven have license and is impossible to get the jar in a open maven repository, just local! Because of that I followed this post bellow and worked, but when I exported the maven project to a jar and put it in Geoevent the dependency not work properly!
Post link
http://www.mkyong.com/maven/how-to-add-oracle-jdbc-driver-in-your-maven-local-repository/
I tried to collocate the jar in this directory bellow to see if works, but was in vain
C:\Program Files\ArcGIS\Server\GeoEvent\system\com\oracle\ojdbc6
C:\Program Files\ArcGIS\Server\GeoEvent\sdk\repository\com\oracle\ojdbc6
I really appreciate any help!
In attached is the repository placed in ojdbc directory and pom.xml