Terence Denzil Monteiro created FINERACT-157:
------------------------------------------------
Summary: Query share accounts returns Internal server error
Key: FINERACT-157
URL: https://issues.apache.org/jira/browse/FINERACT-157
Project: Apache Fineract
Issue Type: Bug
Components: Shares
Reporter: Terence Denzil Monteiro
Assignee: Markus Geiss
When making a GET request with URL /fineract-provider/api/v1/accounts/share, a
list of share accounts should be returned as in the API docs
https://demo.openmf.org/api-docs/apiLive.htm#shareaccount_list. Instead the
platform responds with:
{
"timestamp": 1463490341729,
"status": 500,
"error": "Internal Server Error",
"exception": "java.lang.NullPointerException",
"message": null
}
This API should return a list of shares, which can be limited by paging and
truncation of records if response size needs to be limited, but it should send
back a sane response.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)