My Oracle Support Banner

HTTPGw Extension Fails For ExtensionContext.getSubscriberPreferences() (Doc ID 3065299.1)

Last updated on DECEMBER 26, 2024

Applies to:

Oracle Communications BRM - Elastic Charging Engine - Version 15.0.1.0.0 and later
Information in this document applies to any platform.

Symptoms

The issue can be reproduced at will with the following steps:

To validate add the below code in SampleHTTPExtension.java class under handlePreOCS method to fetch Subscriber preferences via extension.

Map<String, String> sub = extensionContext.getSubscriberPreferences();
if (extensionContext.getLogger().isDebugEnabled()) {
extensionContext.getLogger().debug("handlePreOCS getSubscriberPreferences " + sub);
}
provided class name in chargingsettings.xml

Update the subscriber preference for the customer.

Sent a usage(Initiate) request via httpGateway.

 

 

Cause

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
Symptoms
Cause
Solution
References


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