Re: Looking for Full-time Fineract / Mifos Developers

2022-05-04 Thread Juhan Aasaru
Be warned that the email has several signs of being a scam. 1. it builds an impression that the company is a real bank (the last link in the email) but actually it just has a similar name 2. company has no website 3. President/CEO doing recruiting 4. if you google the person and the bank you will

Re: Fineract CN - Branches (Spring2)

2021-08-10 Thread Juhan Aasaru
the same time in all of the repositories. Anyway - it doesn't matter any more - feel free to merge all "spring_boot_2" branches to "develop" branch. Regards Juhan Kontakt VICTOR MANUEL ROMERO RODRIGUEZ () kirjutas kuupäeval T, 10. august 2021 kell 00:06: > Hello Juhan Aasaru, > &

New committer: Percy Enoabane

2020-10-07 Thread Juhan Aasaru
contributors to aspire for better productivity through such access. List of all Fineract committers (currently 41) is visible here: https://projects.apache.org/committee.html?fineract Join me in welcoming Percy Enoabane as an Apache Fineract committer. On behalf of Fineract PMC, Regards, Juhan

Re: Fineract CN Improvement Proposal

2020-09-27 Thread Juhan Aasaru
Hi! Fineract-CN hasn't managed to get a community that would actively push it forward. It could happen in the future or it could never happen. Anyway - rather than changing CN to a radically different direction I would rather advise to gather interested parties together and start from a clean

Re: Auto config at Provisioner CN

2020-06-29 Thread Juhan Aasaru
Hi! I quite don't understand what you mean. Is your question about making each micro service only have its own database that is not shared with other micro services? In my opinion this is doable and worth further discussion. Or do you have a need to use other database vendors besides Postgres.

Re: Missing API's?

2020-06-05 Thread Juhan Aasaru
) Regards Juhan Aasaru Kontakt Aad Nales | Almende () kirjutas kuupäeval R, 5. juuni 2020 kell 09:43: > Hi All, > > Currently i am trying to figure out what is in Fineract CN and what is not > for a project that we are starting. I have started with going through the > online documentat

[ANNOUNCE] New committer: Yemdjih Kaze Nasser

2020-05-11 Thread Juhan Aasaru
create branches and push code into github.com/apache/fineract* repositories). This should enable better productivity. Please join me in welcoming Yemdjih Kaze Nasser as a new Committer on Fineract. Regards Juhan Aasaru PMC Member, Apache Fineract

Re: Gradle and Spring Upgrade

2020-04-20 Thread Juhan Aasaru
Great work! I added my feedback to your PR here: https://github.com/apache/fineract-cn-anubis/pull/11#issuecomment-616339182 Juhan Kontakt Awasum Yannick () kirjutas kuupäeval P, 19. aprill 2020 kell 12:59: > Thanks very much Saransh. Send in your PR so Juhan and others can help > review. This

Re: Fineract-CN - ActiveMQ vs Kafka

2020-03-23 Thread Juhan Aasaru
Giorgio, Storing commands is just one aspect of all the things stored in Cassandra. I recommend you start the bare minimum of Fineract CN: https://cwiki.apache.org/confluence/display/FINERACT/Bare+minimum+to+run+Fineract-CN+locally And then connect to Cassandra (I use IntelliJ IDEA for this)

Re: Fineract-CN - ActiveMQ vs Kafka

2020-03-22 Thread Juhan Aasaru
We don't have to be backwards compatible with upgrade to Spring Boot 2 and Java 11. We can just do the upgrade. However we need to keep the system functional and for this we need to keep our builds (travis-ci) passing. For this we need to start with upgrading the micro service which doesn't depend

Re: Fineract-CN - ActiveMQ vs Kafka

2020-03-22 Thread Juhan Aasaru
1. The ideal solution would separate implementation from rest of the code so different organizations could use different technologies. I don't see much value in replacing ActiveMQ (as it work out of the box and requires little maintenance). I see a huge win if it would be possible to use other

Re: Swagger doc for fineract-cn

2020-03-16 Thread Juhan Aasaru
Hi everyone! Fineract-CN has no Swagger. We have used Postman scripts to document the provisioning process, these can be found here: https://github.com/apache/fineract-cn-docker-compose The advantage of Postman scripts over Swagger is that you often need to run a lot of steps in a row and the

Re: Which OpenJDK (Correto vs AdoptOpenJDK) for Fineract CN?

2020-03-15 Thread Juhan Aasaru
Hi Victor, Licensing topics are complicated but my five cents on this. * When you run a Java project on a JDK then you are not including JDK code into your application (and you are not changing JDK code) so whatever JDK you use it doesn't affect the license of that application. * When you

Re: FINERACT-807: mifosplatform-tenants => fineract_tenants & mifostenant-default => fineract_default (with underscore instead of dash)

2020-03-09 Thread Juhan Aasaru
Hi Nikhil! Existing databases don't need to be migrated. There is a configuration property "fineract.datasource.db" Existing installations can leave value of this to old value "mifosplatform-tenants" while the new default (for new installations) is "fineract_tenants". Kind regards Juhan

Re: Integration tests Still Failing on Sundays: apache/fineract#602 (develop - 7774766)

2020-01-26 Thread Juhan Aasaru
Hi Michael, you can create Infra ticket for adding branch protection to develop branch. Same thing has been done for Fineract-CN repositories by this ticket: https://issues.apache.org/jira/browse/INFRA-19492 Kind regards Juhan Kontakt Michael Vorburger () kirjutas kuupäeval P, 26. jaanuar 2020

Re: Fineract-CN update to Spring Boot 2

2020-01-22 Thread Juhan Aasaru
libraries. > I did face some issues with Cassandra driver, as i have yet to understand > the new driver syntax. > > For now i will send pr with old driver only. This seems an immediate next > issue. > > > Regards > Rohit > > On Wed, 22 Jan, 2020, 6:24 pm Juhan

Fineract-CN update to Spring Boot 2

2020-01-22 Thread Juhan Aasaru
Hi everyone! I created a new thread for Spring Boot 2 update in Fineract-Cn as it is a large topic on its own. I understand Rohit would be willing to work on this as in the fork of his team they have already managed to update the versions to Spring Boot 2.2 and to Spring 5. I try to help along

Re: Fineract cloudnative with istio-mesh

2020-01-22 Thread Juhan Aasaru
neract more cloudnative and updated, just keep guiding me :) > Lets pick the topics 1 by 1 and move ahead. > > If you want I can start opening github issues, we can discuss things on > each and then get that done. > > Regards > Rohit > > On Mon, Jan 20, 2020 at 1

Re: Fineract cloudnative with istio-mesh

2020-01-19 Thread Juhan Aasaru
Hi Rohit! Your requirements are very specific to your organization and use case but we here have to keep Fineract-CN open for anyone. So I wouldn't except getting the underlying technologies changed to some alternative unless the existing technology would have a serios drawback. But of course you

Re: FINCN-189

2020-01-03 Thread Juhan Aasaru
Hi Victor, I thought first part (point 1) could be formulated as completely separate task with its own Jira ticket. So I created the ticket here: https://issues.apache.org/jira/browse/FINCN-196 and added my feedback about it as separate comment (basically go ahead and send pull requests) I think

Re: FW: help jump starting?

2019-12-21 Thread Juhan Aasaru
> tcp6 0 0 :::8161 :::* LISTEN 15255/docker-proxy > > tcp6 0 0 :::9042 :::* LISTEN 15294/docker-proxy > > Where do you guys raise issues? I have just joined the community so I > would like to do the right thing. > > Best >

Re: fineract-cn docker compose

2019-12-19 Thread Juhan Aasaru
Hi James! I agree with you that there are many ways to fail in this path. Which instructions are you trying to follow exactly (sorry, there are many options)? I wrote these instructions https://github.com/apache/fineract-cn-docker-compose/#2-deploy-fineract-manually-using-postman while Courage

Re: FW: help jump starting?

2019-12-19 Thread Juhan Aasaru
e, Juhan recommended his recipe >>> https://cwiki.apache.org/confluence/display/FINERACT/Bare+minimum+to+run+Fineract-CN+locally. >>> I followed that and have run into another roadblock. Hope someone can >>> help me with this, since I have not been able to get a working s

Fwd: help jump starting?

2019-12-18 Thread Juhan Aasaru
ated …file …” > and “#add following values”. > > > > However, while I got beyond the RSA errors I encountered new ones ☹. See > attached. > > > > Rohit > > > > *From:* Juhan Aasaru > *Sent:* Sunday, December 15, 2019 11:59 AM > *To:* Rohit Jain > *S

Re: help jump starting?

2019-12-11 Thread Juhan Aasaru
Yannick > *Sent:* Friday, December 6, 2019 2:18 AM > *To:* Dev > *Cc:* Rohit Jain ; Ebenezer Graham < > egraha...@alustudent.com> > *Subject:* Re: help jump starting? > > > > Hi Juhan, > > > > I think you are right and it is time to rewrite the bu

Re: Fineract build

2019-12-05 Thread Juhan Aasaru
ing it now. > > > > Rest is in your hands > > > > On Thu, 5 Dec 2019, 13:17 Juhan Aasaru, wrote: > > Windows should be fine, you should get everything working on that. > > Michael has a little typo, you need to use > > > > ./gradlew (or ./gradlew

Re: help jump starting?

2019-12-05 Thread Juhan Aasaru
Hi! The problem with npm is caused by the fact that you have not cd into correct directory. The instructions under step #4 have this: cd into ‘integration-tests/fineract-cn-fims-web-app' Anyway, we can all agree that the build instructions of Fineract-CN are almost impossible to properly follow.

Re: Fineract build

2019-12-04 Thread Juhan Aasaru
Windows should be fine, you should get everything working on that. Michael has a little typo, you need to use ./gradlew (or ./gradlew.bat) insead of "gradle". You probably have Gradle 5 in your path which is not compatible (run "gradle --version" to see what version you have). Also if you

Re: Status of fineract-cn-interoperation

2019-11-27 Thread Juhan Aasaru
> Can you create a repo under the Apache namespace? Are you then and to > clone Marta's repository and move code over. > > Marta, can you please assist Juhan? > > Juhan, it would great to create tickets for the tasks needed to bring this > up to date and if you have time, to take on

Status of fineract-cn-interoperation

2019-11-26 Thread Juhan Aasaru
Hi! I found from archives that there have been efforts to integrate Fineract-CN with Mojaloop and for this purpose a repository fineract-cn-interoperation has been created. I didn't find it under apache repositories but I found this repo:

Re: [ANNOUNCE] Juhan Aasaru added to Fineract PMC

2019-11-25 Thread Juhan Aasaru
gt;>> wrote: >>> >>>> Congratulations Juhan! >>>> >>>> Best Regards, >>>> Sanyam >>>> >>>> On Sat, Nov 23, 2019 at 9:36 AM Isaac Kamga wrote: >>>> >>>>> Welcome onboard Juhan ! Kee

Re: Error when enabling portfolio__v1__khepri during provisioning.

2019-11-19 Thread Juhan Aasaru
ember 2019 kell 18:21: > Yea, Juhan. > I am using the latest docker images created 4 weeks ago. > > On Tue, Nov 19, 2019 at 2:52 AM Juhan Aasaru wrote: > >> Hi Courage! >> >> Did you force Docker Compose to pull the latest images from repository? >> >>

Re: Building Fineract-CN

2019-11-19 Thread Juhan Aasaru
Hi James! It's a good initiative. I agree build instructions need to be refactored and turned into easier to follow. I have always fired Postgres, Cassandra, ActiveMQ and Eureka from Docker as I find it much easier (cd fineract-cn-docker-compose/external-tools followed by docker-compose up)

Re: Error when enabling portfolio__v1__khepri during provisioning.

2019-11-18 Thread Juhan Aasaru
Hi Courage! Did you force Docker Compose to pull the latest images from repository? docker-compose rm -f docker-compose pull Kind regards Juhan Kontakt Courage Angeh () kirjutas kuupäeval E, 18. november 2019 kell 19:34: > Hi Juhan, > > I am trying to do some updates to the

Re: Fineract-CN - Loans cannot be opened

2019-11-01 Thread Juhan Aasaru
config: "/etc/configs/logback-portfolio.xml" I hope you get more informative error messages to the file. If you do then feel free to share here. Kind regards Juhan Aasaru Kontakt Michael E. () kirjutas kuupäeval R, 1. november 2019 kell 13:51: > I've been doing some testing with the

Re: Usage of Cassandra in Fineract CN

2019-10-25 Thread Juhan Aasaru
; Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se > > > > -- > *From:* Juhan Aasaru [aas...@gmail.com] > *Sent:* Thursday, October 24, 2019 6:43 P

Re: Usage of Cassandra in Fineract CN

2019-10-24 Thread Juhan Aasaru
Hi! I just recently learned that this design would also help on recovering from a disaster. Cassandra can be easily replicated so the risk of loosing all the Cassandra nodes is relatively small. And even if that happens you only loose the commands that are not executed yet (not a huge problem

Re: Tables of individual services not created

2019-10-24 Thread Juhan Aasaru
working with the docker approach but had an error running the >>> provisioner this is the log https://pastebin.com/ZSPg9DLS >>> Thanks >>> >>> On Wed, Oct 23, 2019 at 7:01 PM Courage Angeh >>> wrote: >>> >>>> Hi Rolence, >>>

Re: Tables of individual services not created

2019-10-23 Thread Juhan Aasaru
Hi! Make sure you have the latest versions of micro services. This is important especially if you started to try out Fineract-CN more than few weeks ago since some of the bugs got fixed quite recently. To be sure you have the latest code: 1. find the .m2 directory under your user home and delete

Re: Fineract CN public Docker images are now available

2019-10-21 Thread Juhan Aasaru
> > > Niklas Uhrberg > Konsult > IT Development | Loans & Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se > > > > -- > *From:* J

Re: Should we archive MariaDB and Data-jpa repositories ?

2019-10-21 Thread Juhan Aasaru
Hi! I agree with Michael on this. We have very limited resources - let's spend them on work that gives back the most value. Also we should keep in mind that if we add complexity to the system the slower the development speed is going to be. And more complexity sets the bar higher for any

I created stabilisation branch 0.1.x for Fineract-CN

2019-10-20 Thread Juhan Aasaru
Hi! I fixed some bugs and finally managed to fully provision the system. For this there are now 80+ Postman requests under fineract-cn-docker-compose project. Feel free to test and give feedback. I created stabilisation branches '0.1.x' to each of the repositories (including libraries). Travis

Re: Fineract CN public Docker images are now available

2019-10-18 Thread Juhan Aasaru
berg > Konsult > IT Development | Loans & Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se > > > > -- > *From:* Juhan Aasaru [aas...@gmail.com]

Re: Member deposit account stuck in PENDING

2019-10-18 Thread Juhan Aasaru
Hi! I have managed to solve this problem, please update all micro services to develop branch (or force docker to pull latest images) and let me know. The issue was that some micro services (like accounting) were creating tenant-specific tables to schema seshat. Strangely I cannot close the Jira

Fineract-CN hackathons at ApacheCon Berlin

2019-10-17 Thread Juhan Aasaru
Hi! I set up two Fineract-CN topics on two different days at ApacheCon Berlin. Anyone participating ApacheCon - you are most welcome to join in. More info: https://cwiki.apache.org/confluence/display/COMDEV/Hackathon Kind regards Juhan

Re: Fineract CN public Docker images are now available

2019-09-27 Thread Juhan Aasaru
t; > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se > > > > -- > *From:* Juhan Aasaru [aas...@gmail.com] > *Sent:* Friday, September 27, 2019 12:59 PM > *To:* Dev > *Subject:* Re: Fineract CN p

Re: Fineract CN public Docker images are now available

2019-09-27 Thread Juhan Aasaru
quot; does not exist > > > A have not done any provisioning except for just running provisioner. > > BR Niklas > > > > Niklas Uhrberg > Konsult > IT Development | Loans & Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 &g

Re: Fineract CN public Docker images are now available

2019-09-27 Thread Juhan Aasaru
ly considering the > functionality? > > > BR Niklas > > > > Niklas Uhrberg > Konsult > IT Development | Loans & Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se

Allow customer self-service on Fineract-CN

2019-09-26 Thread Juhan Aasaru
Hi! I would like to raise a separate thread regarding customers logging in to fineract-cn on their own behalf (to provide customer self-service). Vishwas wrote earlier in another thread: > AFAIK, you cannot do the same on the current micro-services. > The Mifos initiative has another project

Re: Fineract CN public Docker images are now available

2019-09-26 Thread Juhan Aasaru
t > IT Development | Loans & Credit > > > > Resurs Bank AB > > > > Växel: +46 42 38 20 00 > E-post: niklas.uhrb...@resurs.se > Webb: www.resursbank.se > > > > -- > *From:* Juhan Aasaru [aas...@gmail.com] > *Sent:* Sunday, September 15, 2019 8:56 AM > *To

Re: Problem finishing Postman-based provisioning scripts for fineract-cn

2019-09-25 Thread Juhan Aasaru
y/FINERACT/Digital+wallet, so > will find the answers to the questions you have raised in case someone has > not already replied to the same. > > Regards, > Vishwas > > > > On 2019/09/23 14:22:54, Juhan Aasaru wrote: > > Hi! > > > > I have improved Postman provisi

Problem finishing Postman-based provisioning scripts for fineract-cn

2019-09-23 Thread Juhan Aasaru
Hi! I have improved Postman provisioning scripts located under https://github.com/apache/fineract-cn-docker-compose/. I would like to complete the provisioning scripts but as some logic is not working for me I need help. *Vishwas, Courage, Myrle, Awasum, Ebenezer, Isaac or anyone else, if you

Re: github notifications going to wrong mailing list

2019-09-19 Thread Juhan Aasaru
Hi! I'm sorry, most of the notifications have been triggered by my actions, I'll try to keep away from the repo until it is fixed. The ticket with infra has been already created https://issues.apache.org/jira/browse/INFRA-19022 but for some reason resolving it is getting delayed. Kind regards

Re: Testing ORM Migration to EclipseLink

2019-09-18 Thread Juhan Aasaru
I managed to overcome this problem myself. I think it was caused by following value in Dockerfile: rhythm.beatCheckRate=10 When I replaced it with rhythm.beatCheckRate=60 the problem disappeared. Juhan Kontakt Juhan Aasaru () kirjutas kuupäeval K, 18. september 2019 kell 14:18: >

Re: Testing ORM Migration to EclipseLink

2019-09-18 Thread Juhan Aasaru
l.PSQLException: ERROR: relation "khepri_beats" does not >> exist >> rhythm-ms_1 | Position: 103 > > > 2. I will make the make the changes and submit the necessary PRs asap. > > 3. I have updated the Setup Guide to cater for PostgreSQL. However, I need >

Re: Stuck when attempting to orchestrate microservices

2019-09-17 Thread Juhan Aasaru
Hi! One way is not to use demo server at all. Even if you don't plan to use Docker I suggest looking at https://github.com/apache/fineract-cn-docker-compose It starts up databases and needed micro services - each service on its own port. And then you can use Postman scripts to make services

Re: Typical chart of accounts for fineract-cn-fims-web-app

2019-09-15 Thread Juhan Aasaru
rs.csv > . I had been meaning to update my provisioning scripts with these details + > provisioning of the portfolio micro-service, but haven't gotten around to > the same yet :) > > Regards, > Vishwas > > On 2019/09/11 18:49:56, Juhan Aasaru wrote: > > Hi! > > >

Fineract CN public Docker images are now available

2019-09-15 Thread Juhan Aasaru
Hi! I have completed seting up public DockerHub images for all Fineract-CN applications and also updated Docker-Compose scripts to run them. Docker images are automatically built and uploaded to: https://hub.docker.com/r/apache/fineract-cn- So if anyone wants to try out Fineract-CN at their own

Re: Ask Infra for help

2019-09-13 Thread Juhan Aasaru
No problem. Ticket created: https://issues.apache.org/jira/browse/INFRA-19022 Juhan Kontakt Awasum Yannick () kirjutas kuupäeval R, 13. september 2019 kell 13:25: > Hi Juhan, Isaac, > > > Please could one of you put in an infra ticket to redirect commit > notifications on

Re: REG: New module goldrate

2019-09-12 Thread Juhan Aasaru
Hi! There is a plug-in (called rat) that checks that each file begins with a comment that states software license. Just copy-paste this comment to the beginning of GoldRPWritePlatformService.java from any other java file of the project. Kind regards Juhan Kontakt Aiswarya Rajendran () kirjutas

Typical chart of accounts for fineract-cn-fims-web-app

2019-09-11 Thread Juhan Aasaru
Hi! I want to create Postman scripts that provision a structure for fineract-cn playground tenant. I want to do this for demonstration purposes - as currently when you start up fims-web-app it is quite empty. Running postman scripts can be later automated [2] - so once we get a demo server up we

Re: Testing ORM Migration to EclipseLink

2019-09-04 Thread Juhan Aasaru
Hi Graham and Isaac! Great progress and excellent work regarding Postgresql and EclipseLink migration! I did some tests (using the official docker images I'm working on). This is what I found 1. Rhythm keeps giving me this error: rhythm-ms_1 | Internal Exception:

Re: Milestone Releases for Fineract CN (How to Release Fineract CN)

2019-08-25 Thread Juhan Aasaru
Hello! Thanks Awasum for starting the discussion around this. Docker Hub is in the middle of being configured that every time something is pushed to "develop" branch a new Docker image is built and tagged with "latest". My suggestion is to start tagging fineract-cn-* repos with 0.0.1-M1,

Re: Contributing to Fineract CN

2019-08-22 Thread Juhan Aasaru
ubernetes or something akin to the demo-server. >> >> >> >> May I also ask other follow-up doubts about setting up Fineract CN >> specifically on Docker on the same thread? >> >> >> >> Thanks and Regards >> >> Udayan Tandon

Re: Apache Fineract and Outreachy Internships at the ASF

2019-08-22 Thread Juhan Aasaru
Hi! I agree with Ebenezer's ideas and I propose joining #1 and #2 (updating spring) into one task as otherwise these tasks done by different persons would create a lot of conflicts. Outdated Gradle version is especially problematic and already stops us from using newest libraries, I hope we find

Re: Contributing to Fineract CN

2019-08-22 Thread Juhan Aasaru
Hi! I have one idea what you could do - create Java based scripts to provision Fineract-cn based on Postman scripts. I formulated it as a task: https://issues.apache.org/jira/browse/FINCN-171 My idea is also open to any discussions what the end result should be. If anyone starts working on this I

Test fineract-cn public Docker images

2019-08-20 Thread Juhan Aasaru
Hi! I'm in the middle of getting fineract-cn-* images published to Docker Hub under Apache account. The idea is that every time a new pull request gets approved in Github it triggers a build in Docker Hub and a new image is automatically published with "latest" tag (releases get their own tag). I

Re: [ Discussion ] ORM Migration

2019-07-01 Thread Juhan Aasaru
Hi! Good job starting the discussion. Based on your arguments I also see EclipseLink as the best solution. I also found one more argument for using EclipseLink - it supports multi-tenancy: https://www.eclipse.org/eclipselink/documentation/2.7/solutions/multitenancy.htm#CHDBJCJA Juhan Kontakt

Re: finreact-cn demo server startup problems

2019-06-15 Thread Juhan Aasaru
gt; > Thanks for the quick reply! > > On Freitag, 14. Juni 2019 15:49:09 CEST Juhan Aasaru wrote: > > I have been working on simplifying build instructions. > > One of my recent additions was this option: "1. Recommended: You clone > > demo-server and let it download all depe

Re: finreact-cn demo server startup problems

2019-06-14 Thread Juhan Aasaru
Hi Jens I have been working on simplifying build instructions. One of my recent additions was this option: "1. Recommended: You clone demo-server and let it download all dependendent fineract-cn-* libraries..." I tested it locally without problems but in your case it seems from the logs that

Re: Issues downloading updated artifact from jfrog artifactory

2019-06-12 Thread Juhan Aasaru
e. I hope we get a good discussion on the topic of just starting to create releases / versions. Juhan Kontakt Michael Vorburger () kirjutas kuupäeval K, 12. juuni 2019 kell 09:51: > Hello, > > On Wed, Jun 12, 2019 at 8:16 AM Juhan Aasaru wrote: > >> Hi Courage, &

Re: Issues downloading updated artifact from jfrog artifactory

2019-06-12 Thread Juhan Aasaru
Hi Courage, I checked, the artifact is there in the repository. But trying to get latest artifact just by generic url like: http://mifos.jfrog.io/mifos/libs-snapshot/org/apache/fineract/cn/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar can be unrelyiable as some old version could have

Re: fineract-cn-containers issue when starting

2019-06-05 Thread Juhan Aasaru
Hi Courage, I came to an idea how to generate RSA keys easier: https://github.com/apache/fineract-cn-lang/pull/10 With this there is no need to implement separate service to provision RSA keys, the generator can be called like this: java -cp lang-0.1.0-BUILD-SNAPSHOT.jar

Re: Building and serving fineract-cn artifacts with jitpack.io

2019-05-24 Thread Juhan Aasaru
is. But on second thoughts, if compilation > errors are well displayed then we can trade off the rat report or find a > way to display that as well if it becomes a common issue. > > *At your service,* > > *Ebenezer Graham* > > > > > On Fri, 24 May 2019 at 09:35

Re: Building and serving fineract-cn artifacts with jitpack.io

2019-05-23 Thread Juhan Aasaru
here > will be "where to publish the logs" > > Also, I will create an issue on Jira to keep track of this suggestion. > > Looking forward to your response. > > > *At your service,* > > *Ebenezer Graham* > > > > > On Thu, 25 Apr 2019 at 15:43, Ju

Re: Fineract CN observations from a newcomer

2019-05-03 Thread Juhan Aasaru
t; > Is the playground postgres DB been created and used? > > On Fri, May 3, 2019 at 9:18 AM Juhan Aasaru wrote: > >> Hi Isaac, >> >> Sorry abou the delay in my response. I did test out your code now and >> found some issues. >> >> Here is what I did:

Re: [ANNOUNCE] Welcome Juhan Aasaru as Fineract committer

2019-05-01 Thread Juhan Aasaru
Hi everyone! Thank you all for good wishes and for accepting me as Apache Fineract committer. I plan to keep up contributing to the project and currently my main goal is to make Fineract-cn projects easier for anyone to set up and work with. Kind regards Juhan Aasaru Kontakt Ed Cable

Re: fineract-cn-containers issue when starting

2019-04-28 Thread Juhan Aasaru
Hi Victor, I have the same goal as you - to figure out how the RSA keys should be generated and then adjust the Dockerfiles to take them as parameters. I know Courage has been working on finding a way to deploy the RSA keys in secure way [1]. Courage, if you can, please share how you generate the

Re: Building and serving fineract-cn artifacts with jitpack.io

2019-04-25 Thread Juhan Aasaru
1 > > Looks good to me > > > > > > Regards, > > Vishwas > > > > > > > > On Thu, Apr 11, 2019 at 9:13 AM Juhan Aasaru wrote: > > > > > Hi! > > > > > > I have proof-of-concept ready and I have managed to build

Re: Fineract CN Demo server setup

2019-04-22 Thread Juhan Aasaru
> > > > > > >>> Anything else you can think of? > > > > > > > >>> > > > > > > > >>> On Thu, Jan 31, 2019 at 6:27 PM Courage Angeh < > > > > > couragean...@gmail.com> > > > > > > > &

Re: Building and serving fineract-cn artifacts with jitpack.io

2019-04-11 Thread Juhan Aasaru
Hi! I have proof-of-concept ready and I have managed to build and publish fineract-cn-identity artifacts with Travis. All the fineract-cn-* projects that idenity depends on I made forks and set Travis to build and publish those artifacts. Before I go over rest of the projects and create pull

Re: Road Map for deploying Fineract CN

2019-04-07 Thread Juhan Aasaru
> > but my credits for my GKE account is finished so the > K8 > > > > > scripts > > > > > > > > are a > > > > > > > > > > > > little behind. > > > > > > > > > > > > > > > > > > > > > > > >

Re: updates On Migration from MariaDB to PostgreSQL

2019-03-31 Thread Juhan Aasaru
9764414e4ab371662c > > [2] https://pastebin.com/DBzNyHir > > Cheers, > Isaac Kamga. > > On Wed, Mar 27, 2019 at 10:23 PM Isaac Kamga > wrote: > > > Hello Juhan, > > > > Thank you for taking the time to do some testing. > > > > On Wed, Mar 27,

Re: Building and serving fineract-cn artifacts with jitpack.io

2019-03-31 Thread Juhan Aasaru
ging the group name, however, is less than ideal as both you > and Isaac have pointed out. > > If you are considering alternatives, we do have an open-source license for > https://jfrog.com/artifactory/ . > > Regards, > Vishwas > > > > On Thu, Mar 21, 2019 at 7:53 AM Juhan

Re: updates On Migration from MariaDB to PostgreSQL

2019-03-27 Thread Juhan Aasaru
Hi Isaac, great initiative towards pushing to PostgreSQL. I looked at your instructions and tried to run your changes locally. The sh script came in handy to quickly clone and build everything that was needed. But then I got confused about provisioning. Question #1: How exactly I should run

Building and serving fineract-cn artifacts with jitpack.io

2019-03-21 Thread Juhan Aasaru
and maybe a few others. I'm looking forward to your feedback and questions. Kind regards Juhan Aasaru

Re: API and Channel Concepts

2019-03-15 Thread Juhan Aasaru
Hello! This is a great discussion topic and definitely worth taking a little time to think about it. I agree that the design of Fineract 1.x APIs is way too weak to be used in production for anything else besides to serve the in-house back-end API. So I see the focus of this discussion is about

Re: Road Map for deploying Fineract CN

2019-03-13 Thread Juhan Aasaru
Hey! Great work, Courage! Regarding what you wrote in your first mail: Lastly, we could publish the built Fineract CN services libraries to a Maven Artifactory so developers will not have to manually clone and publish these services by themselves. You didn't put that into the Jira ticket but I

Re: Email Service Configurations

2019-03-13 Thread Juhan Aasaru
Hi Mexina, somewhere in the application logs there has to be an error when the back-end makes a request to send out an email. If you use Apache Tomcat then look for error text from catalina.out or fineract-platform.log in tomcat_home/logs directory. I suspect Google/Yahoo is blocking the activity

Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Juhan Aasaru
Hi Mua this should be expected behaviour. Try to open the browser at http://localhost:8080/fineract-provider/api/v1/clients?tenantIdentifier=default and if you get a valid JSON (something like "[]" since you don't have any customers yet in your database) back then you have fineract back-end

Re: Fineract CN Users' Guide

2019-03-12 Thread Juhan Aasaru
at this email finds you in good health. > > For the past few months, the photos on the Fineract CN Users' Guide [1] > weren't visible and I had to fix that..so it's back to life now for anyone > to see how Fineract CN is used. > > +Juhan Aasaru or any new volunteer, kindly

Add Dockerfiles to each fineract-cn-* repository

2019-02-22 Thread Juhan Aasaru
who have already created the Dockerfiles by themselves. Kind regards Juhan Aasaru

Re: Upgrade Gradle version used in Fineract

2019-02-22 Thread Juhan Aasaru
Hi! Vishwas and Myrle, thanks for explanations regarding Gradle version and wrapper download instructions. I first didn't notice that Michael had changed Gradle version inside gradle-wrapper.properties Instructions regarding downloading wrapper could include a line: "You only need to download

Re: Upgrade Gradle version used in Fineract

2019-02-18 Thread Juhan Aasaru
Hello Mike! That is a great initiative. I checked the pull request and I noticed something that you might want to take into account. Currently, Readme.md has instructions on how to download Gradle Wrapper. In my understanding, the correct Gradle Wrapper should be already committed to the code

Re: Fineract CN Demo server setup

2019-01-19 Thread Juhan Aasaru
Hi Aleks Thanks for your work on pushing the demo server to live. I have played around with the containers also and I add my feedback and ideas. > - it would come in handy to have default Fineract CN Docker images published on Docker Hub I think this is a way to go. If we want to promote

Re: Setup on Containers

2019-01-07 Thread Juhan Aasaru
o its log > file. And the startup script shares those details amongst the other running > microservices. I havent tested the script in MacOS but it should not be too > different. > > Thanks, > Courage. > > On Sat, Jan 5, 2019, 9:55 AM Juhan Aasaru > > Hi again! &g

Re: Setup on Containers

2019-01-04 Thread Juhan Aasaru
ommand > "docker-compose up" to start the main services. > > In the start-up script, since the IPs are not hardcoded anymore, you should > also replace the IP with the service name. Also, make sure the network name > is correct. It should be the same as the previous st

Re: Setup on Containers

2019-01-03 Thread Juhan Aasaru
tools folder. > > > This is why you are able to use the hostname (ex: cassandra:9090). All > > > containers are within the same network. > > > > > > Actually, all the "networks" section with the hardcoded IP address > should > > > be rem

Re: Setup on Containers

2019-01-01 Thread Juhan Aasaru
te how static IP-s could be removed from docker-compose. Kind regards Juhan Aasaru Kontakt Courage Angeh () kirjutas kuupäeval E, 31. detsember 2018 kell 01:25: > Hi Patrick, > > Yea, since they are on the same network you can use the hostname instead. > But the docker-compose fil

Re: Setup on Containers

2018-12-30 Thread Juhan Aasaru
repo to fix this. I hope you have a chance to help me with my questions. Thanks Juhan Aasaru Kontakt Courage Angeh () kirjutas kuupäeval K, 26. detsember 2018 kell 17:29: > Hi Patrick, > > Could you check this out instead? > https://github.com/Anh3h/fineract-cn-docker-sc

  1   2   >