Description
Sometimes when closing a savings a account a ClassCastException is raised and results from attempting to cast a Short value to an Integer in
AccountAssociationsReadPlatformServiceImpl.java
AccountAssociationType associationType = AccountAssociationType.fromInt((Integer) statusMap.get("type"));
Attachments
Issue Links
- links to