My Oracle Support Banner

OBBRN Cash Deposit Reversal Throws Unhandled Exception (Doc ID 3044686.1)

Last updated on AUGUST 30, 2024

Applies to:

Oracle Banking Branch - Version 14.7.0.0.0 and later
Information in this document applies to any platform.

Goal

Reversal Operation of cash deposit displays unhandled exception.
We have added Custom Fields in Payload and System fails during Reversal during Object Mapper.

 we are getting error as below--
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "branchName" (class oracle.fsgbu.obremo.common.srv.common.api.model.AdditionalTransactionDetails), not marked as ignorable (34 known properties: "isAdvice", "txnType", "orchestratorId", "paymentAccount", "crossCcyEnabled", "isFetchAccImages", "ejTxnAmtMapping", "txnBranchCcy", "isObpayApproval", "rsp", "isExternal", "isReversal", "ejTxnCcyMapping", "email", "tillUpdate", "reversalButton", "mobile", "adviceName", "ovdDefault", "ignoreWarning", "mandatorySignatureFlag", "isReversalAdvice", "hostMultiTripId", "ignoreApproval", "isNewChargesEnabled", "cashInOutIndicator", "hostStatus", "isObpayReversalApproval", "signatureVerifyIndicator", "isTotChargesReq", "ejLoggingRequired", "txnBranchDate", "txnBranchCode", "txnDate"])



on analysis need to add the below line in Common.class (oracle.fsgbu.obremo.services.srv.transaction.util) - srv-transaction-services
objectdataMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
 

Solution

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
Goal
Solution


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