Versions Compared

Key

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

This guide will explain some of the details around the changes from 

Jira Legacy
serverJIRA (oscaremr.atlassian.net)
serverId6d14457f-ed0a-35fd-95ee-496d778a465e
keyOSCAREMR-6104



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