Re: [Mifos-developer] Community App - Very strange issue

2019-10-02 Thread Jun King Miñon
Hi Awasum, Let me get this one. I will be sending a PR to fix this issue. Thanks and cheers! Regards, Jun King P. Miñon Consultant Software Engineer Core Banking Solutions On Thu, Oct 3, 2019 at 2:49 AM Awasum Yannick wrote: > Added Fineract Dev list. > > > Hi All, > > This is the third

Open Banking APIs

2019-10-02 Thread Steve Conrad
I have created a new issue in Jira to integrate the Open Banking APIs and functionality into the interoperability layer of Fineract. Marta and the DPC team have created several components that allow Fineract to integrate with an API gateway - providing more secure access for FSPs to our platform.

Re: Fineract 1.x GDPR

2019-10-02 Thread Victor Manuel Romero Rodriguez
Hi Ivan, Fineract by itself doesn't, we have filled the gap using https://unomi.apache.org/ Best regards Victor On 10/2/19 1:20 p. m., Ivan Bondarenko wrote: Hello! Is Fineract 1.x complying with the GDPR's (General Data Protection Regulation) requirements ? If yes, where I can find

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Victor Manuel Romero Rodriguez
Hi, For running "only basic tests" is ok an embedded MySQL database. We use Docker containers for testing that let us add/change behaviours in the MySQL database engine We use this settings in mifos.cnf for example (be aware that your use case could be different!) : [mysqld]

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Michael Vorburger
We used to have this, using (my) https://github.com/vorburger/MariaDB4j, with the DEV profile, but it stopped working at some point. The code for it is still around, so it would just needs to be revived. But I had the feeling nobody was missing it much... it could be"nice", but I think e.g. the

Re: [Mifos-developer] Community App - Very strange issue

2019-10-02 Thread Awasum Yannick
Added Fineract Dev list. Hi All, This is the third time a new contributor is facing this issue. We should include this code in the source code to enable hidden fields for loans. I have created an issue on community app here: https://github.com/openMF/community-app/issues/3119 Girish or Jun,

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Awasum Yannick
Ivan, Integration tests run with a real MySQL server to the best of my knowledge. Will you be willing to add an embedded MySQL server for testing purposes? Maybe send a PR to add this feature as this will benefit you and add value to other contributors. Hi All, Is this a good proposal from

Re: Fineract 1.x GDPR

2019-10-02 Thread Awasum Yannick
Hi Ivan, I dont think so. Do you want to lead efforts on making Fineract GDPR compliant? How will you get started? Are there resources to guide the transformation? Thanks. Awasum On Wed, Oct 2, 2019 at 7:20 PM Ivan Bondarenko wrote: > Hello! > > Is Fineract 1.x complying with the GDPR's

Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Ivan Bondarenko
Hello! I see that integration tests fail if Mysql server is down. Is there any possibility to run the integration tests without external Mysql server? I have tried to run it with `env=dev` but without success. Thanks, Ivan

Fineract 1.x GDPR

2019-10-02 Thread Ivan Bondarenko
Hello! Is Fineract 1.x complying with the GDPR's (General Data Protection Regulation) requirements ? If yes, where I can find code or information about that? Thanks, Ivan

Re: Fineract 1.x integration test failure

2019-10-02 Thread Michael Vorburger
On Wed, Oct 2, 2019 at 8:07 AM Ivan Bondarenko wrote: > Hello Michael ! > > Thank you, it was gradle daemon issue. > I use Intellig Idea and this IDE works with gradle daemon by default. > cool, glad we were able to solve that. I have one more question: > > Is there any reason for old version

Re: Fineract 1.x integration test failure

2019-10-02 Thread Ivan Bondarenko
Hello Michael ! Thank you, it was gradle daemon issue. I use Intellig Idea and this IDE works with gradle daemon by default. I have one more question: Is there any reason for old version of tomcat in dev dependencies? def tomcatVersion = '7.0.54' while in prod def tomcatVersion = '7.0.94' It