Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The -DgroupId, -DartifactId and -Dversion specified in this command are up to you but they should match the JAR vendor, name and version to avoid confusion down the road.
The -Dfile is the Oracel JDBC driver. You should include the working directory path in the event the driver is not in the directory you are running maven from.

Tip

Oracle 12c is not supported out of the box in uPortal 4.2.0, but you can update the main pom.xml in the root source directory to use hibernate 4.2.19Final and Oracle 12C should work (e.g. <hibernate.version>4.2.19.Final</hibernate.version>). You should also insure you are using SimpleContentPortlet v1.2.1 or 2.0.1 due to

Jira Legacy
serverJASIG Issue Tracker
serverId76221f40-4501-3df1-8578-6c87908cbdf7
keyCMSPLT-54
. For additional information, see http://jasig.275507.n4.nabble.com/Anyone-using-or-transitioning-to-Oracle-12c-td4665785.html.

 

Step 2: Configure the Database Filter     

...