Error Loading Class Com.splwg.base.api.program.standard._ ._ .Record C T
(Doc ID 2387637.1)
Last updated on AUGUST 12, 2020
Applies to:
Oracle Financial Services Revenue Management and Billing - Version 2.6.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
In RMB v2.6.0.0.0, while invoking AccountPersonRouting Entity through change handler, we are getting following failure:
- Error loading class com.splwg.base.api.program.standard._ ._ .Record C T
- java.lang.ClassNotFoundException: com.splwg.base.api.program.standard._ ._ .Record C T
This behavior is occurring from Account > Account Person Tab; while modifying cust_po_id in bill routing info section.
Below is the sample custom code used here:
------------
// TODO Auto-generated method stub
AccountPersonRouting accountPersonRouting = changedBusinessEntity;
AccountPersonRouting accountPersonRoutingOldEntity = oldDTO.getEntity();
if(!accountPersonRoutingOldEntity.getCustomerPOId().equals(""))
{
if(!accountPersonRouting.getCustomerPOId().equals(""))
{
ServerMessageFactory smf = ServerMessageFactory.Factory.newInstance();
MessageParameters msgParameter = new MessageParameters();
addError(smf.createMessage(new
MessageCategory_Id(BigInteger.valueOf(Integer.valueOf(15))),
Integer.valueOf(913), msgParameter));
}
}
----------
Similar issue was addressed with following bug ticket for RMB v2.6.0.1.0:
- Bug 27456149 - CLASSNOTFFOUNDEXCEPTION IN ACCOUNT AUTO PAY WITH CHANGE HANDLER
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 |