Re: [Dev] Unable to execute WSO2 EI 6.1.1 installer in Ubuntu 17.10

2018-02-20 Thread Miraj Abeysekara
; site until this is fixed cause people using Ubuntu 17.04+ will need to > search this. > > Regards, > Nira > > On Mon, Feb 19, 2018 at 5:15 PM, Miraj Abeysekara <mi...@wso2.com> wrote: > >> Hi Niranjan, >> >> Missing libpng shared library is a known issue i

Re: [Dev] Unable to execute WSO2 EI 6.1.1 installer in Ubuntu 17.10

2018-02-18 Thread Miraj Abeysekara
2 > > Regards, > Nira > > -- > *Niranjan Karunanandham* > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Miraj Abeysekara* Software Engineer WSO2, Inc.

Re: [Dev] Running periodic task inside a microservice

2018-01-18 Thread Miraj Abeysekara
other stateless resources. The requirement I mention is a part of that microservice. Thank you for the sugessions. I will use the 2nd approach. Thank you and regards, Miraj >> Thanks >> Godwin >> >> On Thu, Jan 18, 2018 at 2:58 PM, Miraj Abeysekara <mi...@wso2.com> wro

[Dev] Running periodic task inside a microservice

2018-01-18 Thread Miraj Abeysekara
. This can be achieved by, 1. Running a timer inside the microservice which calls to the 3rd party service or 2. Running an external cron task which calls a resource in my microservice. What would be the good approach to use? Thank you and regards, Miraj -- *Miraj Abeysekara* Software

Re: [Dev] [AS 6.0.0] Webapp Loader Modue - Parent First Configuration

2016-03-13 Thread Miraj Abeysekara
ass loading behaviour, but this is no longer a valid use case with >> plain tomcat. So let's go ahead with tomcat based config. >> >> On Fri, Mar 11, 2016 at 11:02 AM, Miraj Abeysekara <mi...@wso2.com> >> wrote: >> >>> Hi all, >>> >>>

[Dev] [AS 6.0.0] Webapp Loader Modue - Parent First Configuration

2016-03-10 Thread Miraj Abeysekara
if the web app requires wso2 web app loader module. Therefore it is bit complex to configure a web app if it requires to change parent first behavior. Which approach should we use for the configuration? Thanks -- Miraj Abeysekara Intern (Software Engineering) Mobile: +94775690822 Twitter: https

Re: [Dev] Fwd: SPI-Fly Mediator Service for Bundle Ordering

2016-03-04 Thread Miraj Abeysekara
Hi Kishanthan, 3rd option is also use static weaving isn't it? Is it ok to persist the modified SPI bundles? Thanks. On Fri, Mar 4, 2016 at 1:58 PM, Kishanthan Thangarajah <kishant...@wso2.com> wrote: > Hi Miraj, > > On Fri, Mar 4, 2016 at 10:25 AM, Miraj Abeysekara <mi.

[Dev] Fwd: SPI-Fly Mediator Service for Bundle Ordering

2016-03-03 Thread Miraj Abeysekara
undles on-the-fly before you are installing them. I'm just wondering, is there any reason why one of these two approaches doesn't work for you? Cheers, David [1] See 'Use with Static Weaving' in http://aries.apache.org/modules/spi-fly.html On 15 February 2016 at 08:45, Miraj Abeysekara <mi...

Re: [Dev] Maven Build for Application Server 6.0

2016-01-06 Thread Miraj Abeysekara
i Miraj, >>> >>> This is a good starting point and your are on the right path. Next steps >>> are to see how to use our own tomcat configuration files, integrate our own >>> extensions developed for tomcat and pack them with AS/Tomcat distribution >>> with

[Dev] Application Server 6.0.0, Customized Class Loader

2015-12-13 Thread Miraj Abeysekara
. -- Miraj Abeysekara Intern (Software Engineering) Mobile: +94775690822 Twitter: https://twitter.com/MiRAGECreator GooglePlus: https://plus.google.com/u/0/+MirageAbeysekara ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Fwd: Maven Build for Application Server 6.0

2015-12-04 Thread Miraj Abeysekara
-- Forwarded message -- From: Kishanthan Thangarajah <kishant...@wso2.com> Date: Fri, Dec 4, 2015 at 6:24 PM Subject: Re: Maven Build for Application Server 6.0 To: Miraj Abeysekara <mi...@wso2.com> Cc: Sameera Jayasoma <same...@wso2.com>, WSO2 Engineering Grou

Re: [Dev] Maven Build for Application Server 6.0

2015-12-04 Thread Miraj Abeysekara
tomcat and pack them with AS/Tomcat distribution > with the build. > > It's better to use @dev for these type of mails. > > On Sun, Nov 29, 2015 at 1:31 PM, Miraj Abeysekara <mi...@wso2.com> wrote: > >> Hi all, >> >> I am currently working on creating a mav