This guide will explain some of the details around the changes from
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
This new architecture separates the export, transfer, and import of update files from an OSCAR instance to an integrator server.
OSCAR
Properties to be concerned about are:
#integerator update period in milliseconds
INTEGRATOR_UPDATE_PERIOD=120000
#set false if you only have 1 facility on this instance..a bit of an optimization.
INTEGRATOR_LIMIT_TO_FACILITY=false
Startup tomcat, you will need to include -Dorg.apache.cxf.stax.allowInsecureParser=1 in your startup command for Tomcat
add job IntegratorFileLogUpdateJob
see the new Integrator Status page
Integrator
Use JDK7 / Tomcat 7 (atleast I do in my testing to make it work)
Just load up the code with this update
Importing
Make a copy of importer.cnf
mvn assembly:single to create a single JAR with dependencies
java -jar integrator-importer-1.0-SNAPSHOT-jar-with-dependencies.jar to start the scanner