Release Notes for Oracle Health Insurance Enterprise Policy Administration Patch 3.22.1.0.8

This document contains the release notes for Oracle Health Insurance Enterprise Policy Administration Patch 3.22.1.0.8.

Version compatibility: Oracle Health Insurance Enterprise Policy Administration Release 3.22.1.x is only compatible with other Oracle Health Insurance applications release version 3.22.1.x unless explicitly stated otherwise.
In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases.

Enhancements

No enhancements.

Upgrade Steps for Installation

To perform the upgrade, perform the following steps:

  1. Perform any pre-upgrade steps.

  2. Stop all the managed nodes running the .existing version of the application.

  3. Perform any pre-undeploy steps.

  4. Undeploy the existing version of the application.

  5. Back up the database.

  6. Perform any post-undeploy steps.

  7. Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.

  8. Change Installation Configuration: In <OHI_ROOT>/util/install, make a copy of ohi_install.cfg.template and name it ohi_install.cfg.

  9. Edit ohi_install.cfg to contain your specific database connection data and other configuration settings. The settings are explained in the file itself.

  10. Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)

  11. Run the Upgrade script:

    1. Open a command window and browse to <OHI_ROOT>/util/install.

    2. Run the upgrade by executing ./ohi-update.sh .

  12. Make the required changes to the ohi properties file

  13. Perform any post-upgrade steps

  14. Start WebLogic application server

  15. Deploy the Application

  16. Perform any post-deploy steps

Configuration Properties

This section intentionally left blank.

Web Services

Ref Action Description

POL-11506

Modified

Generic API for businesseventrules resource

Attributes newValueEmpty and oldValueEmpty now store values 'E' for Empty and 'N' for Not Empty. It is no longer a boolean.

Data Conversion

This section intentionally left blank.

Dynamic Logic

This section intentionally left blank.

UI Changes

This section intentionally left blank.

Deprecated items (to be removed in future release)

This section intentionally left blank.

Breaking Changes

Ref Action Description

POL-11506

Modified

Generic API for businesseventrules resource

Attributes newValueEmpty and oldValueEmpty now store values 'E' for Empty and 'N' for Not Empty. It is no longer a boolean.

Bug Fixes

BugDB SR Internal BP Summary

34482219

3-28571274031

POL-11135

BP

Some activities are stuck in 'in process' status if new nodes are started while the activities are running

Description:

Some activities are stuck in 'In Process' status if new nodes are started while the activities are running

The fix for this issue will prevent NPEs from being thrown by oracle coherence

Resolution:

Added check onStartup service, so that the system starts only when fully intialized

34688225

3-30818131991

POL-11463

BP

Updates on policy holders are saved incorrectly on the policies page

Description:

Added new record to policy holder tab and saved but the changes are not reflecting after saving the policy.

Resolution:

Policy holders are saved when a new record for Policy Holder is added and policy is saved.

34720771

3-30730282351

POL-11506

BP

Business events are not getting generated

Description:

As part of the Policy Compare process, the configured Business Events were not getting generated for a terminated policy enrollment product. A 'Policy Change' event was getting generated instead.

Resolution:

Configuration of Business Event Rule on Jet UI represented Old Value Empty and New Value Empty attributes using a check box because of the boolean representation of the attributes in the application. It is now represented using Enum which would allow the user to choose from the drop-down option on JET UI and not lead to null entries in the system when the user actually wanted to set it as false.

34831371

POL-11644

BP

Multiple Business events are not generated when there are multiple policy enrollment events

Description:

Multiple Business events are not generated for a business event rule when there are multiple policy enrollment events

Resolution:

Business events are created for each change applicable to a configured business event rule

34809977

POL-11620

BP

Recovery of process_policy global activity gets into 'BE' status with a fatal error

Description:

Attempt to recover a Process Policy global activity leads to fatal error POL-IP-PPOL-002 with the activity in 'BE' (Business Error) status. The message associated with the error code POL-IP-PPOL-002 is: "Activity with id {0} is unknown, not a bulk update activity or not completed".

Resolution:

The origin of the Process Policy global activity was changed and can now be restarted.

34813622

POL-11625

BP

Clear deserialization errors observed in OHI application logs

Description:

OHI application logs are full of de serialization errors . This has no functional impact .

Resolution:

OHI application logs will not have these de serialization errors now . Log files will be clean if there are no application issues .

34842568

3-31158495511

POL-11627

BP

Boilerplates not displayed after upgrade

Description:

Newly added boilerplates are not displayed after upgrade.

Resolution:

Resetting boilerplate related local storage (cache) after application upgrade. So newly added boilerplates are displayed with proper text after an upgrade

34831355

POL-11643

BP

Business events not generated when a business event rule is created without conditional attributes.

Description:

Policy enrollment events of type Business are not getting generated, when a business event rule is configured without conditional attributes (oldValue, newValue, oldValueEmpty, newValueEmpty, attribute) for event action Update.

Resolution:

Setting of all the conditional attributes (oldValue, newValue, oldValueEmpty, newValueEmpty, attribute) in business event rule in order to detect a change in the policy is no longer required. We can only set the attributes which are required to track a change.

Issues that were backported in previous Release / Patch

No backports.