Flist To Xml Conversion Is Taking Time In Java Application
(Doc ID 2519197.1)
Last updated on APRIL 17, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
-----------------------
In a java application which does the conversion of the flist into xml, user is facing performance issue wherein the conversion takes approximately 1 minute for custom fields. All works fine for OOB(out of the box) fields.
Note: For custom field also it works fine if you do not run "source.me.sh" before running the custom java application.
EXPECTED BEHAVIOR
-----------------------
It should take around 200ms for example, since for the OOB base fields it takes less than that.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. load bash profile and run source.me.sh, the custom application "java -jar BrmTESTIntegration.jar" take around 2.5 seconds to parse flisttoxml
2. load bash profile and do not run source.me.sh, the custom application "java -jar BrmTESTIntegration.jar" take around 200 milliseconds to parse flisttoxml
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 |