SparseArray Issues On Pcm.jar
(Doc ID 2292016.1)
Last updated on MARCH 25, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
After upgrading to BRM 7.5 PS17, custom java application using SparseArray is creating issues and behaving differently.
When using SparseArray.add() method in modifying an existing flist is causing incorrect record id or multiple arrays in the flist, it is truncating or modifying other contents in the flist causing the flist to be incorrect.
In this array via program customer is trying change the value of index of 4 and 5, but observed that the same is changed for index 6 and 7 also.
NOTE: Same is working fine in PS11
ACTUAL BEHAVIOR
---------------
Trying to change the value of index of 4 and 5, but its getting in index 6 and 7 also.
EXPECTED BEHAVIOR
-----------------------
It should change only index 4 and 5 array
Changes
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 |
Changes |
Cause |
Solution |
References |