Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-2086

Fix Savings Account Closure error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.9.0
    • 1.11.0
    • Savings
    • None

    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

          Activity

            People

              Unassigned Unassigned
              kigred.developer Kigenyi Wilfred
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: