Adam Saghy created FINERACT-2373:
------------------------------------
Summary: Issue after LoanCOBParameter got renamed to COBParameter
Key: FINERACT-2373
URL: https://issues.apache.org/jira/browse/FINERACT-2373
Project: Apache Fineract
Issue Type: Bug
Affects Versions: 1.12.1
Reporter: Adam Saghy
Assignee: Adam Saghy
Fix For: 13
`LoanCOBParameter` class got renamed to `COBParameter`, but liquibase
changesets were missing to make sure the already stored context also updated:
{code:java}
Caused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not
resolve type id 'org.apache.fineract.cob.data.LoanCOBParameter' as a subtype of
java.lang.Object: no such class found at [Source: REDACTED
(StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1698]
(through reference chain: java.util.HashMap["loanCobParameter"]){code}
Remediation can be done via liquibase changeset to rename these classes and
fields in the `BATCH_STEP_EXECUTION_CONTEXT` table.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)