Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-04-07 Thread Viswa Ramamoorthy
access the system variables from within the rule.  You won't be able to just cut and past the call to "this.environment.containsProperty" into that since it's static.  So use System.getProperty() instead. Best Regards, Myrle On 2018/03/11 23:05:47, Viswa Ramamoorthy <viswaramamoor..

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-29 Thread Viswa Ramamoorthy
next 6 months, I think the above specs might just work for us.  What do you think? Thanks. On Thu, Mar 29, 2018 at 4:52 AM, Isaac Kamga <isaac.ka...@mifos.org> wrote: > Hello Ed, > > On Thu, Mar 29, 2018 at 12:27 AM Viswa Ramamoorthy < > viswaramamoor...@yahoo.com> wrote: &g

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-28 Thread Viswa Ramamoorthy
great fit to help mentor. I'm going to send you an invite to mentor in case you'd like to be involved. Ed On Sun, Mar 11, 2018 at 4:05 PM, Viswa Ramamoorthy < viswaramamoor...@yahoo.com.invalid> wrote: >  Hi, Myrtle, > I can make Docker infrastructure enabled explicitly that woul

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-27 Thread Viswa Ramamoorthy
roject, https://docs.google.com/document/d/1zp6CeYP6ox51tGSu1fE9cBAWpaQnqjeBBVIa-n0evso/edit?usp=sharing , could you check it out? I will be delighted to get you point of view and comments about this doc :) Thanks Courage On Sat, Mar 24, 2018 at 1:06 PM, Viswa Ramamoorthy < visw

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-24 Thread Viswa Ramamoorthy
t; focusedCommentId=16403788=com.atlassian.jira. > plugin.system.issuetabpanels:comment-tabpanel#comment-16403788> > >>> [image: cml]Chris Lambertus > >>> <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cml> > added > >>>

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-18 Thread Viswa Ramamoorthy
Hello, My 2 cents... Assuming a) all of 30+ services (gtihub.com/apache/fineract-cn-*) to be deployed as individual micro servicesb) in a single VM (this is the quickest as more maturity needed for multi VM deployments) c) usage purpose is for integration environment for functional test & demo

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-11 Thread Viswa Ramamoorthy
djusting "after", you loose the cleanup code. Best Regards, Myrle On Tue, Mar 6, 2018 at 12:54 AM, Viswa Ramamoorthy <viswaramamoor...@yahoo.com.invalid> wrote: >  Hello Myrle, > Thanks for sharing your thoughts on Dockerization of services. > My experience with embedding

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-05 Thread Viswa Ramamoorthy
ocal testing and debugging. Best Regards, Myrle Krantz Committer, Apache Fineract On Fri, Mar 2, 2018 at 3:35 AM, Viswa Ramamoorthy <viswaramamoor...@yahoo.com.invalid> wrote: >  Hi, > I  have raised a PR with docker compose yml for Eureka and ActiveMQ. > It is https://github.

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-05 Thread Viswa Ramamoorthy
. Also, what is the current state of demo server and all micro services? Is this work in progress or works completely in a deployment? RegardsViswa On ‎Sunday‎, ‎March‎ ‎4‎, ‎2018‎ ‎08‎:‎15‎:‎23‎ ‎AM‎ ‎EST, Viswa Ramamoorthy <viswaramamoor...@yahoo.com> wrote: Hello Awasum

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-04 Thread Viswa Ramamoorthy
ng you are interested in? Thanks. On Fri, Mar 2, 2018 at 3:35 AM, Viswa Ramamoorthy < viswaramamoor...@yahoo.com.invalid> wrote: >  Hi, > I  have raised a PR with docker compose yml for Eureka and ActiveMQ. > It is https://github.com/apache/fineract-cn-demo-server/pull/3 > Please note tha

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-03-01 Thread Viswa Ramamoorthy
saac Kamga <isaac.ka...@mifos.org> wrote: Hi Viswa, You're free to go ahead and send a PR to get this added to demo-server. More grease to your elbows. At Your Service, Isaac Kamga On Tue, Feb 27, 2018 at 1:58 PM, Viswa Ramamoorthy < viswaramamoor...@yahoo.com.invalid> wrote:

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-02-27 Thread Viswa Ramamoorthy
:shakyapiyada...@gmail.com>> wrote: > Hi Awasum >  I followed your points yet again I am facing the same error and it says > package.json not found. > > > > With Regards > Piyadassi > > > On Mon, Feb 26, 2018 at 6:34 AM, Viswa Ramamoorthy < > viswaramamo

Re: GSoC 2018: Fineract CN SMS & Email Notifications

2018-02-25 Thread Viswa Ramamoorthy
First error - cannot connect to tcp://localhost:61616 - is ActiveMQ related. Is activeMQ running in localhost? You can related to ActiveMQ setup Second error indicates that the microservices are looking for Netflix Eureka server to register to. I do not see any mention of Eureka server setup in

Spring boot start up fails

2018-01-27 Thread Viswa Ramamoorthy
Hi, I would like to contribute to Fineract. I followed below steps to bring up application locally. But I get exception when I run the app locally. My understanding of the error is that JPA weaving is not happening for Spring JPA abstract classes. Any pointers on how to fix? Env: Windows