Re: Finereract Customization

2020-10-20 Thread Awasum Yannick
Please create a new thread for your latest problem On Mon, Oct 19, 2020, 22:34 Tesfahiwet Truneh wrote: > Hi > notifications are not showing up when requesting 'show all notifications'. > > TypeError: Cannot read property 'getAllNotifications' of undefined > at b.NotificationsController.scop

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread collins chuwa
I think you have to check your Gradle version of your system and the one recommend to run the project. On Tue, Oct 20, 2020 at 1:07 PM Audrey Ndum wrote: > But please I have another worry. > While I tried to build the fineract-cn-mobile app, I was told "Crash > analytics" and "findbugs" plugins

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Audrey Ndum
But please I have another worry. While I tried to build the fineract-cn-mobile app, I was told "Crash analytics" and "findbugs" plugins were unavailable in the gradle version I was using. I had to comment out that section of the code in order to build it successfully. Do I need to create an issue f

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Audrey Ndum
Okay, thank you. On Tue, Oct 20, 2020, 11:50 AM Yemdjih Kaze Nasser wrote: > Oh, yes JPA provider configurations are in fineract-cn-postgres service > and it has already been migrated to eclipselink so we are fine on that end. > > On Tue, Oct 20, 2020 at 11:04 AM Audrey Ndum wrote: > >> Thanks!

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Yemdjih Kaze Nasser
Oh, yes JPA provider configurations are in fineract-cn-postgres service and it has already been migrated to eclipselink so we are fine on that end. On Tue, Oct 20, 2020 at 11:04 AM Audrey Ndum wrote: > Thanks! I'm supposed to replace hibernate with eclipselink according to > the issue, but I can

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Audrey Ndum
Thanks! I'm supposed to replace hibernate with eclipselink according to the issue, but I can't find where the hibernate dependency was included On Tue, Oct 20, 2020, 10:12 AM Yemdjih Kaze Nasser wrote: > Congratulations on your first PR. > What is the problem with Eclipselink? > > On Mon, Oct 19

Fineract SDK Java API Client (Swagger/OpenAPI Code Generator)

2020-10-20 Thread Michael Vorburger
Hello everyone, Habemus a Fineract SDK Java API Client, see https://github.com/apache/fineract/blob/develop/docs/developers/swagger/client.md This is based on https://openapi-generator.tech. Is that cool, or what? There's still more work to to be done, see https://issues.apache.org/jira/issues/

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Yemdjih Kaze Nasser
Congratulations on your first PR. What is the problem with Eclipselink? On Mon, Oct 19, 2020 at 5:05 PM Audrey Ndum wrote: > Hi, Nasser. I just opened a pull request for issue "FINCN-193". Please can > you review it and let me know of any changes to be made? > Also, I'm finding difficulties repl