-
Locate your ojdbc7.jar, and install it into maven as follows: mvn install:install-file -Dfile= -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=<version, which can be found in its MANIFEST.MF> -Dpackaging=jar
-
If your odjbc7 version differs from pom.xml, update the ojdbc dependency in pom.xml accordingly
-
Search the project for "HERE" to locate tokens that will need to be replaced with database credentials, etc.
-
Copy the log output from the conversion job to ./src/main/resources/, Then modify App.java line 47, and compile.sh line 2 as appropriate (the converion job's log file's name)
-
Compile using: ./compile.sh
-
Execute using: ./execute.sh
Pro tip! Cayenne produces a lot of noise; direct your output to a file for clean output: ./execute.sh > temp.out