My Oracle Support Banner

Question On OHI Dynamic Logic Deployment (Doc ID 2988910.1)

Last updated on NOVEMBER 22, 2023

Applies to:

Oracle Health Insurance Claims Adjudication - Version 3.21.2.0.0 and later
Information in this document applies to any platform.

Goal

The customer deploys code from DEV to SIT to Production using the UDeploy(Urban code deploy) software distribution software integrated with an automation server for automation.

They would like to include the building and compiling of groovy files into the process for promotion to OHI.
These dynamic logic components are using the OHI MetaModel Objects downloaded from OHI UI application to compile.
They are having challenges because in the code when they need to explicitly instantiate class files such as:
new SearchBuilder(ReferenceSheetLine.class).join(rsSheetName)
the build is failing with compilation error saying the class doesn’t exist.

As a work around they can get this to work if they import the metamodel jar mock classes generated from OHI objects in the groovy file.

They want to know if using this workaround to import the metamodel mock classes will cause any issue in OHI dynamic logic processing?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.