RE: Unable to assign myself issues

2019-09-21 Thread Yemdjih Kaze Nasser
@fineract.apache.org Subject: Re: Unable to assign myself issues Hi I will add you as a contributor. What is your apache jira ID? On Sat, Sep 21, 2019, 01:24 Yemdjih Kaze Nasser wrote: I'm able to assign myself issues on the jira platform. They say permission denied. I don't know if I need to have more

Re: No mapping found for HTTP request with URI [/fineract-provider/]

2019-11-10 Thread Yemdjih Kaze Nasser
Yes, you can You can also use fineract with postman provided you make the proper configuration On Nov 9, 2019 10:20 AM, Percy Enoabane wrote: Can I also use fineract-platform-tenantid as shown in https://cwiki.apache.org/confluence/display/FINERACT/Using+rest+client+for+passing+api+requests ?

Re: Get fineract docker image for kubernetes deployment

2019-10-18 Thread Yemdjih Kaze Nasser
Thanks, that did it. If things go well i should be able to make a PR for this soon On Thu, 17 Oct 2019 at 12:31, Michael Vorburger wrote: > On Thu, Oct 17, 2019 at 1:05 PM Yemdjih Kaze Nasser > wrote: > >> I would like to get the fineract docker image to work in my kubern

Re: Facing errors while running apache-fineract

2019-10-19 Thread Yemdjih Kaze Nasser
the local host API for the GET request using the > link > https://demo.openmf.org/fineract-provider/api/v1/clients/1?tenantIdentifier=default=true > But received the same error message as earlier attached in screenshot > 2. > > Please correct me where I am wrong. > > On Sat, O

Re: Facing errors while running apache-fineract

2019-10-19 Thread Yemdjih Kaze Nasser
The build is OK, but it's just the backend. To use the ui you need the mifos community-app I faced thesame challenge. Check fineract api documentation to learn how to use the fineract backend On Sat, 19 Oct 2019 at 15:38, Muskan Khedia wrote: >

Get fineract docker image for kubernetes deployment

2019-10-17 Thread Yemdjih Kaze Nasser
I would like to get the fineract docker image to work in my kubernetes cluster but it does not seem to detect the image This a sample configuration of the deployment.yaml I get this error: Failed to pull image "fineract": rpc

mysql root password hard coded in build and run process

2019-12-02 Thread Yemdjih Kaze Nasser
One of my first difficulties setting up fineract on my local PC was that my mysql credentials did not match the one hard coded in the build process. My suggestion is to add flexibility to this by giving possibility for a user to manually set his own root access password for the databases

TODO Auto-generated method stub in journalentry

2019-11-21 Thread Yemdjih Kaze Nasser
I came accross this TODO in CashBasedAccountingProcessorForLoan.java and I would like to know what is expected to be done

Update Mockito to the latest version

2019-11-28 Thread Yemdjih Kaze Nasser
Implementing spring bom dependency management breaks build with mockito version 1.9.5 I suggest mockito be upgraded to version 3

Re: Update Mockito to the latest version

2019-11-28 Thread Yemdjih Kaze Nasser
I'll do that in thesam pull request for dependency management On Fri, 29 Nov 2019 at 04:40, Michael Vorburger wrote: > On Thu, 28 Nov 2019, 19:38 Yemdjih Kaze Nasser, > wrote: > >> Implementing spring bom dependency management breaks build with mockito >> version 1.9.5

Docker and docker-compose deployment failing

2019-12-20 Thread Yemdjih Kaze Nasser
Just tried to run the new docker deployment and it fails to serve fineract server. the logs mention a failure to connect to database. Not sure how the environment variables work with this new setup. Steps to reproduce: docker-compose build docker-compose up -d as is described in the

Docker deployment Access denied for user root@localhost??

2019-12-22 Thread Yemdjih Kaze Nasser
The new docker configuration does not work for me. Checking the logs reports lots of connection errors from the server. My guess is the server is not given proper access to the hostdb(fineractmysql) @Courage Angeh , @vorburger any thoughts on this?

Re: mysql root password hard coded in build and run process

2019-12-03 Thread Yemdjih Kaze Nasser
I'll gladly look into those I'll start working on this https://jira.apache.org/jira/browse/FINERACT-806 On Wed, 4 Dec 2019 at 04:09, Michael Vorburger wrote: > On Mon, Dec 2, 2019 at 1:44 PM Yemdjih Kaze Nasser > wrote: > >> One of my first difficulties setting up fineract

Re: Kubernetes and fineract-CI

2020-02-29 Thread Yemdjih Kaze Nasser
I have been working on a patch for that but I got stuck and it's kind of gone stale cause, I still can't my head around it yet. So far; I've been working on setting up a new way of running fineract, ie running using minikube as described by https://issues.apache.org/jira/browse/FINERACT-783.

Re: Google Summer of Code

2020-03-05 Thread Yemdjih Kaze Nasser
Welcome Arlaine You can find out more about FIneract 1.x and Fineract CN here Here is a link

Failing Integration Tests

2020-03-04 Thread Yemdjih Kaze Nasser
Not sure why this is happening now but for some days now Integration Tests have been acting funny even on branch develop. Sometimes they work fine(1 / 5 trials) and others they fail. There is a repetitive 6 test case failures and they are all related to DB queries. Logs show slow queries and

Re: Fineract API docs down(?)

2020-01-28 Thread Yemdjih Kaze Nasser
The demo app referenced in the API docs still cannot be loaded, not sure if this has been updated. The docs redirects me to this demo app URL https://demo.openmf.org/ If you provide the URL to the new demo website, I can update the docs and fineract README with it. On Tue, 28 Jan 2020 at 09:34,

Re: Docker and docker-compose deployment failing

2020-01-13 Thread Yemdjih Kaze Nasser
t; Hi All, > > I have merged PR: https://github.com/apache/fineract/pull/690 on Fineract. > > Please pull and test to confirm the Docker Compose is now working. > > Thanks. > Awasum > > On Sun, Jan 12, 2020 at 9:12 PM Yemdjih Kaze Nasser < > kaze.nas...@outlook

Re: Hyperstacks + Apache Fineract: Queries

2020-01-17 Thread Yemdjih Kaze Nasser
Hello, Please can you list the steps you used to to run the docker container? On Fri, 17 Jan 2020 at 09:49, Janno Tabamo wrote: > Hello, > > I have a concern regarding tha Apache Fineract. When I run it using the > docker-compose command from the documentation, it gives me an error saying > -

Re: Docker and docker-compose deployment failing

2020-01-12 Thread Yemdjih Kaze Nasser
s seems like it's failing to connect with mysql instance. To me it seems like something related to networking. On Sat, 4 Jan 2020, 05:48 Michael Vorburger, mailto:m...@vorburger.ch>> wrote: On Fri, 3 Jan 2020, 21:17 Yemdjih Kaze Nasser, mailto:kazenas...@gmail.com>> wrote: I don't have

Re: Checkstyle for Fineract source code

2020-01-12 Thread Yemdjih Kaze Nasser
I'm interested in this, I will make some investigations and push some changes On Sat, 11 Jan 2020 at 02:28, Michael Vorburger wrote: > Hello, > > I've started with https://issues.apache.org/jira/browse/FINERACT-821 re. > adopting Checkstyle for Fineract source code. > > Would anyone be

Re: Checkstyle for Fineract source code

2020-01-12 Thread Yemdjih Kaze Nasser
I've added myself to watch list. It's a pleasure to work with you On Sun, 12 Jan 2020 at 20:19, Michael Vorburger wrote: > On Sun, Jan 12, 2020 at 7:58 PM Yemdjih Kaze Nasser > wrote: > >> I'm interested in this, I will make some investigations and push some >> changes

Re: GSoC Introduction

2020-03-16 Thread Yemdjih Kaze Nasser
Hello Nganmo, Welcome Check our wiki here These are the repositories: Apache Fineract https://github.com/search?q=org%3Aapache+fineract You can start by running Fineract 1.x locally and exploring some beginner issues here

Re: Instructions to run using Docker and docker-compose

2020-04-13 Thread Yemdjih Kaze Nasser
Hello Floyd. That is totally fine, fineract server does not ship by default with a GUI. You need to setup and run the community-app( https://github.com/openMF/community-app) and link your fineract server if you want to use the GUI. On Tue, 14 Apr 2020 at 03:42, Floyd Nickson wrote: > [image:

Functional test for fineract on kubernetes

2020-04-05 Thread Yemdjih Kaze Nasser
We got a PR(https://github.com/apache/fineract/pull/748) which sets up Fineract1.x on kubernetes using minikube. I would like to kindly call on anyone in the community who can volunteer some of their tome to perform a functional test according to the provided readme on this new feature, just to

Re: Reopen PR for Fineract on kubernetes

2020-03-31 Thread Yemdjih Kaze Nasser
and push > to open a new PR, and just put a comment with the new number in the > previous closed one, that would be OK too. > > > On Mon, 30 Mar 2020, 09:32 Yemdjih Kaze Nasser, > wrote: > >> I managed to successfully run kubernetes deployment I've been working on >

Reopen PR for Fineract on kubernetes

2020-03-30 Thread Yemdjih Kaze Nasser
I managed to successfully run kubernetes deployment I've been working on a while ago. Turns out the recent changes in namings and the connection pool where at the origin of this not working. The PR (#651 ) I opened went stale for more than 30 days and

Re: GSoC20 Application

2020-03-26 Thread Yemdjih Kaze Nasser
Hello and welcome. Please what issue did you face during the installation? On Thu, Mar 26, 2020, 08:38 Sara Hammoud wrote: > Dear Mifos Fineract Development Team, > > My name is Sara Hammoud. I am a fourth year Electrical & Computer > Engineering student with tracks in Software & Networking

Insurance Claim Module Draft Proposal

2020-03-25 Thread Yemdjih Kaze Nasser
I have been working with @Saransh Sharma on insurance claim module and have come up with a draft. I would really appreciate if people in the community are willing to have a look at it also suggests things which I could add or remove from my sample design.

Re: fineract.dev CI/CD now always automatically deploys the latest Fineract develop branch

2020-05-17 Thread Yemdjih Kaze Nasser
Nice work. Thanks again for your great contributions. On Sun, May 17, 2020, 12:33 Awasum Yannick wrote: > Congratulations Mike. This is very good work and will improve the project > as a whole. This is the way to run Enterprise Applications in the 2020s. > > On Sun, May 17, 2020 at 12:20 PM

Re: Git Error

2020-05-17 Thread Yemdjih Kaze Nasser
Hello Natasha, You cannot push code directly to apache/fineract.git without committer privileges. What you can do is push to your forked remote repository then create a PR. This probably happening cause you are trying to push directly to apache/fineract instead of your remote fork Hope this

Re: Git Error

2020-05-17 Thread Yemdjih Kaze Nasser
Glad I could help. On Mon, 18 May 2020 at 05:22, Natasha Natarajan wrote: > Thank you, Yemdjih! It has been a short while. With your help, I was able > to submit PR. > > > On Sun, May 17, 2020 at 9:37 PM Yemdjih Kaze Nasser > wrote: > >> Hello Natasha, >>

Re: [ANNOUNCE] New committer: Yemdjih Kaze Nasser

2020-05-11 Thread Yemdjih Kaze Nasser
gt;>> >>>> I have never seen anyone learn and contribute this fast after joining a >>>> new project. You are a wizard >>>> >>>> On Mon, May 11, 2020, 07:51 Juhan Aasaru wrote: >>>> >>>>> The Project Management Committee (PMC) for A

Re: fineract.dev now with UI!

2020-05-06 Thread Yemdjih Kaze Nasser
+1 On Wed, May 6, 2020, 03:52 Michael Vorburger wrote: > Hello everyone, > > I'm happy to share that https://www.fineract.dev now also serves the > Community App and Web App UIs, in addition to the API Backend. Check it out > by logging into both using the usual "mifos" & "password" on the

mifos-mobile default login not working

2020-03-18 Thread Yemdjih Kaze Nasser
I built and ran the mifos-mobile client locally but, when I enter the dafault credentials(username="selfservice", password="password"), I get the error "invalid authentication details were passed in api request". Can anyone help with this?

Re: [Mifos-users] [Mifos-developer] fineract.dev now with UI!

2020-05-06 Thread Yemdjih Kaze Nasser
> This is very helpful. I am able to launch and login in seconds. > > What could have changed because I have never been able to reach official > Mifos X Demo due to assumed poor network at my end but I am using same > network to access and login into this Demo? > > > On Wed,

Re: [VOTE] [APACHE FINERACT] 1.4.0 for release

2020-09-12 Thread Yemdjih Kaze Nasser
+1 On Sat, Sep 12, 2020 at 8:46 AM Awasum Yannick wrote: > +1 > > > > --Awasum > > On Fri, Sep 11, 2020 at 8:57 PM Terence Monteiro < > tere...@sanjosesolutions.in> wrote: > >> +1 (binding) >> >> Release tag code matches packaged source tarball. Travis build successful >>

Re: New committer: Manthan Surkar

2020-10-12 Thread Yemdjih Kaze Nasser
Congratulations. On Sun, 11 Oct 2020 at 23:09, Manthan Surkar wrote: > Thank you so much, everyone! > Saw this now after a busy college week, will try to do my best :) > > -Thanks > Manthan > > > On Sat, Oct 10, 2020 at 1:16 AM ጓይላና Tube wrote: > >> That's awesome. Congratulations Manthan. >>

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-12 Thread Yemdjih Kaze Nasser
Sorry for the late reply, As I have already mentioned in another reply, I will just copy and paste here again: Welcome, you can start by going through this docs to follow how you can run fineract-cn: https://cwiki.apache.org/confluence/display/FINERACT/Bare+minimum+to+run+Fineract-CN+locally

Re: Community Introduction

2020-10-12 Thread Yemdjih Kaze Nasser
Hi Merilyn, Welcome, you can start by going through this docs to follow how you can run fineract-cn: https://cwiki.apache.org/confluence/display/FINERACT/Bare+minimum+to+run+Fineract-CN+locally Once you feel more comfortable doing that, you can have a look at issues

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Yemdjih Kaze Nasser
inding difficulties replacing hibernate with EclipseLink. I'll > appreciate any help on that. > > Thanks. > > On Mon, Oct 12, 2020, 8:07 AM Yemdjih Kaze Nasser > wrote: > >> Sorry for the late reply, >> >> As I have already mentioned in another reply, I will just

Re: Outreachy Winter 2020 Internship Applicant Request for Mentoring

2020-10-20 Thread Yemdjih Kaze Nasser
but I can't find where the hibernate dependency was included > > On Tue, Oct 20, 2020, 10:12 AM Yemdjih Kaze Nasser < > kaze.nas...@outlook.com> wrote: > >> Congratulations on your first PR. >> What is the problem with Eclipselink? >> >> On Mon, Oct 19, 2020

Re: [ANNOUNCE] Welcome Petri Tuomola to the Apache Fineract PMC

2020-10-10 Thread Yemdjih Kaze Nasser
Congratulations Pétri. You’ve done a great job in the community and I hope to continue learning from you and the others. On Sat, Oct 10, 2020 at 5:12 AM Petri Tuomola wrote: > Awasum & all - many thanks for your kind words! > > Very much looking forward to continuing to work with all of you on

Re: New committer: Percy Enoabane

2020-10-09 Thread Yemdjih Kaze Nasser
Congratulations Percy. Keep up the good work. On Thu, Oct 8, 2020 at 11:02 AM wrote: > Congratulations Percy, keep up the good work. > > > > Regards; > > * > > *Zayyad A. Said | Chairman & C.E.O* > > Cell No.: +254 716 615274 | Skype: *zsaid2011* > > Email:

Re: actuator/health does not work in 'oauth' build

2020-10-07 Thread Yemdjih Kaze Nasser
Hi, What does the call to actuator/health return? On Wed, Oct 7, 2020 at 12:27 PM reza sohbati wrote: > Hello everyone > > When I build the Fineract with -Psecurity=oauth argument, everything is OK > but the actuator health API does not return the proper value. > I try to call this API : > *

Adopting GenerationType.TABLE for ID generation in LoanRepaymentScheduleInstallment entity.

2020-08-23 Thread Yemdjih Kaze Nasser
Hello all, I have a new strategy I have implemented in EclipseLink migration. I faced a particular situation where the ID was not generated during the persistence of an entity causing a lot of SQLIntegrityViolations. To overcome this, I used GenerationType.TABLE for ID generation on the entity

Re: Adopting GenerationType.TABLE for ID generation in LoanRepaymentScheduleInstallment entity.

2020-08-25 Thread Yemdjih Kaze Nasser
this discussion there. On Tue, Aug 25, 2020, 15:50 Michael Vorburger wrote: > On Tue, Aug 25, 2020 at 4:42 PM Yemdjih Kaze Nasser > wrote: > >> Thanks for your input Michael. >> >> I limited my application to the one entity that was most involved with my >> problem

Re: Adopting GenerationType.TABLE for ID generation in LoanRepaymentScheduleInstallment entity.

2020-08-25 Thread Yemdjih Kaze Nasser
for the LoanRepaymentScheduleInstallment entity? On Tue, Aug 25, 2020, 15:26 Michael Vorburger wrote: > On Sun, Aug 23, 2020 at 2:12 PM Yemdjih Kaze Nasser > wrote: > >> Hello all, >> >> I have a new strategy I have implemented in EclipseLink migration. I >> faced a

JPA read operations does not fully fetch data from DB

2020-08-18 Thread Yemdjih Kaze Nasser
Hello all, I have a new problem today with regards to JPA read operations. Read operations query results appear to be incomplete, like columns of a OneToMany relationship either return an empty list or a list with null values. whereas the expected values are present in the database. I have tried

Re: Classpath Errors when attempting to run Pentaho on latest Fineract

2020-08-19 Thread Yemdjih Kaze Nasser
PR for support >> of Pentaho reports on top of the latest Fineract release which is a >> show-stopping issue for the next Mifos X release. >> >> Please see the the trailing thread for most recent issues. >> >> @Petri Tuomola @manthansur...@gmail.com >> @Y

Re: Announcement : Welcoming Awasum as the new chair of Apache Fineract

2020-08-20 Thread Yemdjih Kaze Nasser
Congratulations Awasum! On Thu, 20 Aug 2020 at 07:08, Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > Congratulations Awasum! > > On Thu, Aug 20, 2020 at 7:19 AM Avik Ganguly wrote: > >> Congrats Awasum! >> ᐧ >> >> On Thu, Aug 20, 2020 at 10:08 AM Bharath Gowda wrote: >> >>>

Re: [OUTREACHY][Introduction]

2020-10-28 Thread Yemdjih Kaze Nasser
Hey Joey, Sorry for the late reply. Sure you can start with FINCN-241. On Mon, Oct 26, 2020 at 10:39 PM Joey Salazar wrote: > Hello everyone, > > I'm Joey Salazar, an Outreachy 2020 applicant from Costa Rica with some > work experience in fullstack Java using spring boot, and community code >

EclipseLink Migration Documentation.

2020-07-30 Thread Yemdjih Kaze Nasser
Hello all, I have started documenting my progress so far on the EclipseLink migration end here: https://cwiki.apache.org/confluence/display/COMDEV/2020/07/28/Fineract+1.x+-+ORM+Migration+from+OpenJPA+to+EclipseLink You can follow what has been done and is still to be done there. Thanks, Best

Re: Bulid Error

2020-06-08 Thread Yemdjih Kaze Nasser
Hello Vineet, Please, can you provide more logs? On Mon, 8 Jun 2020 at 18:41, Vineet Bakshi wrote: > Hi team, > I am trying to build the fineract project from the git repository ( > https://github.com/apache/fineract) locally but I have run into this > error while executing ./gradlew bootRun

Re: Discussions about Eclipselink ORM migration for Fineract 1.x

2020-06-12 Thread Yemdjih Kaze Nasser
hu, Jun 11, 2020 at 4:10 PM Yemdjih Kaze Nasser > wrote: > >> Thanks, I'll take a look. >> >> Concerning weaving, I was able to achieve that by writing my own task to >> weave the classes. You can check it here >> https://github.com/xurror/fineract/blo

Re: Petri Tuomola Committer on Apache Fineract!

2020-07-24 Thread Yemdjih Kaze Nasser
Nicely done Petri, thanks for all the effort you put in. On Fri, Jul 24, 2020, 19:49 Manthan Surkar wrote: > Congrats Petri, well deserved!! > > -thanks > Manthan > > On Sat, 25 Jul 2020, 12:01 am Nazeer Hussain Shaik, < > nazeerhussain.sh...@gmail.com> wrote: > >> Congrats Petri ! >> >> On

Failing Recurring Deposits IT tests

2020-07-29 Thread Yemdjih Kaze Nasser
Hello everyone, Recurring deposits maturityAmount is acting moody with me. I think it's because of the total derived posted interest calculation. I tried to relate this with the work I'm currently doing(i.e. migrating JPA from OpenJPA to Eclipselink) but I failed to see a direct link between the

Failing ManyToOne Entity Persistence(EclipseLink)

2020-07-29 Thread Yemdjih Kaze Nasser
Hello, I have another weird scenario going on here with persisting a LoanTransaction. In brief what happens is this; - LoanTransaction has a OneToMany relationship with LoanTransactionToRepaymentScheduleMapping - LoanTransactionToRepaymentScheduleMapping has in turn a ManyToOne relationship

Re: Intent. Would like to start contributing

2020-08-15 Thread Yemdjih Kaze Nasser
Hey Rob, Thanks for willing to participate in improving Fineract. You can start off by running the code on develop branch as per instructions in the readme at https://github.com/apache/fineract. You can also look at some opened issues from our issue tracker

Re: Automatic dependency upgrades on the Fineract CN repositories (Renovate Bot)

2020-12-06 Thread Yemdjih Kaze Nasser
rds upgrading dependency but there could be a > possibility that in doing so it will break existing codebase and > functionality renovate is good when you make incremental changes and your > codebase is also up to date with those dependency > > Sent from my iPhone > > On 06-Dec-2020,

Automatic dependency upgrades on the Fineract CN repositories (Renovate Bot)

2020-12-06 Thread Yemdjih Kaze Nasser
Hello everyone, I've been looking at the great work and facilities that renovate bot has brought to Fineract 1.x automating the tasks upgrading dependencies in the project which saves lots and time and energy to project maintainers and I was wondering if and how this could be extended to the

Re: [OUTREACHY][Introduction]

2020-10-28 Thread Yemdjih Kaze Nasser
ject only? > > Very happy to work together! > > On Wednesday, October 28, 2020 2:30 AM, Yemdjih Kaze Nasser < > kazenas...@gmail.com> wrote: > > Hey Joey, > > Sorry for the late reply. Sure you can start with FINCN-241. > > On Mon, Oct 26, 2020 at 10:39 PM Joey