Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Integrator 6.2.0 RC2

2018-03-22 Thread Niranjan Karunanandham
gt; [-] Broken - do not release (explain why) >>>>>> >>>>>> ~The WSO2 Integration Team~ >>>>>> >>>>>> >>>>>> -- >>>>>> Himasha Guruge >>&g

Re: [Architecture] Location for .m2 repo of a daemon maven

2017-11-12 Thread Niranjan Karunanandham
t; -- > *Regards,* > > *Kasun Siyambalapitiya* > *Software Engineer* > WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > Tel : 0715523466 > E mail : kasu...@wso2.com > Blog: https://medium.com/@kasunsiyambalapitiya > <https://wso2.com/signatu

Re: [Architecture] Same feature with different versions in different runtimes

2017-09-07 Thread Niranjan Karunanandham
efined in a string form as below >>> >>> org.apache.axis2.transport:org.apache.axis2.transport.jms.feature: >>>> ${axis2-transports.wso2.version.1.1.0.wso2v17} >>> >>> >>> and the version `${axis2-transports.wso2.version.1.1.0.wso2v17}` is >>> r

Re: [Architecture] C5 Configuration Lookup from Environment Variables

2017-09-04 Thread Niranjan Karunanandham
[Adding Chamila] On Mon, Sep 4, 2017 at 2:36 PM, Niranjan Karunanandham <niran...@wso2.com> wrote: > Hi Chamila, > > On Fri, Sep 1, 2017 at 9:57 AM, Chamila De Alwis <chami...@wso2.com> > wrote: > >> Hi, >> >> Please find the meeting notes below. &

Re: [Architecture] C5 Configuration Lookup from Environment Variables

2017-09-04 Thread Niranjan Karunanandham
t;>>>>>> configs we need. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> But with the suggested approach, we have to request the >>>>>>>>>>>>>>> 1)config files, 2)all the environment variables and get the >>>>>>>>>>>>>>> union to >>>>>>>>>>>>>>> identify the changed configurations. IMO an additional effort. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hence considering the overhead on the support front I am -1 >>>>>>>>>>>>>>> for the suggested approach. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>> Jayanga. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> *Jayanga Dissanayake* >>>>>>>>>>>>>>> Associate Technical Lead >>>>>>>>>>>>>>> WSO2 Inc. - http://wso2.com/ >>>>>>>>>>>>>>> lean . enterprise . middleware >>>>>>>>>>>>>>> email: jaya...@wso2.com >>>>>>>>>>>>>>> mobile: +94772207259 <+94%2077%20220%207259> >>>>>>>>>>>>>>> <http://wso2.com/signature> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Wed, Aug 23, 2017 at 9:16 AM, Danesh Kuruppu < >>>>>>>>>>>>>>> dan...@wso2.com> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Created git issue[1] to track this improvement. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> 1. https://github.com/wso2/carbon-config/issues/48 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Tue, Aug 22, 2017 at 9:50 AM, Danesh Kuruppu < >>>>>>>>>>>>>>>> dan...@wso2.com> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi Chamila, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> +1 for the suggested approach. So we can have both ways to >>>>>>>>>>>>>>>>> set environment variables either from placeholder >>>>>>>>>>>>>>>>> ${env:} where we can >>>>>>>>>>>>>>>>> specify any key for the variable or from the new approach. >>>>>>>>>>>>>>>>> For the new >>>>>>>>>>>>>>>>> approach, we need adhere to a certain format as suggested. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Thanks >>>>>>>>>>>>>>>>> Danesh >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> On Mon, Aug 21, 2017 at 5:59 PM, Chamila De Alwis < >>>>>>>>>>>>>>>>> chami...@wso2.com> wrote: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> In C5, the configuration lookup is done in the >>>>>>>>>>>>>>>>>> environment variables, system properties, deployment.yaml >>>>>>>>>>>>>>>>>> file, and the >>>>>>>>>>>>>>>>>> value provided in the configuration bean class, in that >>>>>>>>>>>>>>>>>> order. However, it >>>>>>>>>>>>>>>>>> looks like environment variable lookup happens only if the >>>>>>>>>>>>>>>>>> particular >>>>>>>>>>>>>>>>>> configuration is noted to do so in the deployment.yaml, >>>>>>>>>>>>>>>>>> specifically if the >>>>>>>>>>>>>>>>>> value of the config is prefixed by a placeholder env:. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> gateWayEndpoint: ${env:gateWayEndpoint} >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> While this pattern may be easy to implement, it is >>>>>>>>>>>>>>>>>> cumbersome to be followed in a Containerization approach and >>>>>>>>>>>>>>>>>> IMO breaks the >>>>>>>>>>>>>>>>>> 12Factor approach to configuration. This is because of the >>>>>>>>>>>>>>>>>> need to edit a >>>>>>>>>>>>>>>>>> physical file in order for the environment variables to be >>>>>>>>>>>>>>>>>> queried. This >>>>>>>>>>>>>>>>>> makes it harder to maintain a single Container Image for >>>>>>>>>>>>>>>>>> different >>>>>>>>>>>>>>>>>> deployments, and manipulate the Container runtimes via >>>>>>>>>>>>>>>>>> environment >>>>>>>>>>>>>>>>>> variables. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> AFAIU, this pattern emerges from the requirements in >>>>>>>>>>>>>>>>>> SecureVault; having a ${sec:} prefix can mark the >>>>>>>>>>>>>>>>>> configuration value to be >>>>>>>>>>>>>>>>>> resolved through Secure Vault resolver. However IMO this, >>>>>>>>>>>>>>>>>> value resolution, >>>>>>>>>>>>>>>>>> is not the same as value lookup. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> IMO, the following should be the lookup order, without >>>>>>>>>>>>>>>>>> having to mark a particular config in the deployment.yaml >>>>>>>>>>>>>>>>>> file. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> 1. Environment variables: >>>>>>>>>>>>>>>>>> PREFIX_wso2.NAMESPACE_CONFIGKEY="value", >>>>>>>>>>>>>>>>>> PREFIX_wso2.NAMESPACE_CONFIGPARENT_CONFIG2="value2" >>>>>>>>>>>>>>>>>> 2. deployment.yaml: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> wso2.NAMESPACE: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> CONFIG_KEY: value >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> CONFIG_PARENT: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> CONFIG2: valu2 >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> 3. Default value in the code >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> This approach would be most Container friendly one as >>>>>>>>>>>>>>>>>> there is no need to change files depending on deployment >>>>>>>>>>>>>>>>>> patterns, >>>>>>>>>>>>>>>>>> environments, etc. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> WDYT? >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>> Chamila de Alwis >>>>>>>>>>>>>>>>>> Committer and PMC Member - Apache Stratos >>>>>>>>>>>>>>>>>> Senior Software Engineer | WSO2 >>>>>>>>>>>>>>>>>> Blog: https://medium.com/@chamilad >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> *Danesh Kuruppu* >>>>>>>>>>>>>>>>> Senior Software Engineer | WSO2 >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Email: dan...@wso2.com >>>>>>>>>>>>>>>>> Mobile: +94 (77) 1690552 <+94%2077%20169%200552> >>>>>>>>>>>>>>>>> Web: WSO2 Inc <https://wso2.com/signature> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> *Danesh Kuruppu* >>>>>>>>>>>>>>>> Senior Software Engineer | WSO2 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Email: dan...@wso2.com >>>>>>>>>>>>>>>> Mobile: +94 (77) 1690552 <+94%2077%20169%200552> >>>>>>>>>>>>>>>> Web: WSO2 Inc <https://wso2.com/signature> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>>> Architecture mailing list >>>>>>>>>>>>>>>> Architecture@wso2.org >>>>>>>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>> Architecture mailing list >>>>>>>>>>>>>>> Architecture@wso2.org >>>>>>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Nuwan Dias >>>>>>>>>>>>>> >>>>>>>>>>>>>> Software Architect - WSO2, Inc. http://wso2.com >>>>>>>>>>>>>> email : nuw...@wso2.com >>>>>>>>>>>>>> Phone : +94 777 775 729 <+94%2077%20777%205729> >>>>>>>>>>>>>> >>>>>>>>>>>>>> ___ >>>>>>>>>>>>>> Architecture mailing list >>>>>>>>>>>>>> Architecture@wso2.org >>>>>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> ___ >>>>>>>>>>>>> Architecture mailing list >>>>>>>>>>>>> Architecture@wso2.org >>>>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Thanks and Regards, >>>>>>>>>>> >>>>>>>>>>> Isuru H. >>>>>>>>>>> +94 716 358 048 <+94%2071%20635%208048>* <http://wso2.com/>* >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Lakmal Warusawithana >>>>>>>>>> Director - Cloud Architecture; WSO2 Inc. >>>>>>>>>> Mobile : +94714289692 <071%20428%209692> >>>>>>>>>> Blogs : https://medium.com/@lakwarus/ >>>>>>>>>> http://lakmalsview.blogspot.com/ >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Thanks and Regards, >>>>>>>>> >>>>>>>>> Isuru H. >>>>>>>>> +94 716 358 048 <+94%2071%20635%208048>* <http://wso2.com/>* >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Nuwan Dias >>>>>> >>>>>> Software Architect - WSO2, Inc. http://wso2.com >>>>>> email : nuw...@wso2.com >>>>>> Phone : +94 777 775 729 <+94%2077%20777%205729> >>>>>> >>>>> >>>>> >>>> >>> >> > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Same feature with different versions in different runtimes

2017-08-16 Thread Niranjan Karunanandham
Your comments are highly appreciated. >>> >> >> As per the offline discussion, this issue is for generating the p2-repo. >> You will need to check whether both versions of the feature are there in >> the p2-repo that is being generated. If it does not exist then we wo

Re: [Architecture] Same feature with different versions in different runtimes

2017-08-16 Thread Niranjan Karunanandham
t; WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > Tel : 0715523466 > E mail : kasu...@wso2.com > Blog: https://medium.com/@kasunsiyambalapitiya > <https://wso2.com/signature> > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Multiple runtime support for C5 based products

2017-08-14 Thread Niranjan Karunanandham
WDYT? >> >> Thanks, >> Jayanga. >> >> *Jayanga Dissanayake* >> Associate Technical Lead >> WSO2 Inc. - http://wso2.com/ >> lean . enterprise . middleware >> email: jaya...@wso2.com >> mobile: +94772207259 <+94%2077%20220%207259&g

Re: [Architecture] Multiple runtime support for C5 based products

2017-08-13 Thread Niranjan Karunanandham
gt; | |___ bin >>> | | |_ carbon.sh >>> | |___ deployment >>> | >>> |___ lib (this will contains common jars)

Re: [Architecture] C5 Modifying OSGi bundle deployment logic to support temporary patches (log patches, etc)

2017-05-22 Thread Niranjan Karunanandham
ay 22, 2017 at 5:20 PM, Jayanga Dissanayake <jaya...@wso2.com> > wrote: > >> Hi Ramith/Nira >> >> On Mon, May 22, 2017 at 2:56 PM, Niranjan Karunanandham < >> niran...@wso2.com> wrote: >> >>> >>> On Mon, May 22, 2017 at 12:34 P

Re: [Architecture] C5 Modifying OSGi bundle deployment logic to support temporary patches (log patches, etc)

2017-05-22 Thread Niranjan Karunanandham
, and there is a separate script file to write selective components in the lib folder to each runtime's bundle.info separately before starting up the server. Regards, Nira On Mon, May 22, 2017 at 2:54 PM, Niranjan Karunanandham <niran...@wso2.com> wrote: > Hi Jayanga, > > > On Mon, May 22, 2017 at

Re: [Architecture] C5 Modifying OSGi bundle deployment logic to support temporary patches (log patches, etc)

2017-05-22 Thread Niranjan Karunanandham
put bundles will complicate our >>>> story, Hence, I would prefer to have one place where users put bundles >>>> into. If that bundle is having a symbolic name and version equivalent to a >>>> one in the plugins directory, it will act as a "patch" or else it wi

Re: [Architecture] C5 Modifying OSGi bundle deployment logic to support temporary patches (log patches, etc)

2017-05-22 Thread Niranjan Karunanandham
for temp purpose only. > > Thanks, > Jayanga. > > *Jayanga Dissanayake* > Associate Technical Lead > WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > email: jaya...@wso2.com > mobile: +94772207259 <+94%2077%20220%207259> > <http://wso2.com/s

Re: [Architecture] C5 Modifying OSGi bundle deployment logic to support temporary patches (log patches, etc)

2017-05-21 Thread Niranjan Karunanandham
;>>>>> And >>>>>> The logic in selecting effective bundles list should be changed to >>>>>> not to give priority to bundles in the plugins directory. Instead modify >>>>>> the entries, if a similar bundle (symbolic name and version) i

Re: [Architecture] Multiple runtime support for C5 based products

2017-04-18 Thread Niranjan Karunanandham
chitecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Multiple runtime support for C5 based products

2017-03-30 Thread Niranjan Karunanandham
O2 Inc <https://wso2.com/signature> >>> >>> >>> ___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >> >> >> -- >> >> *Kasun Gajasinghe*Associate Technical Lead, WSO2 Inc. >> email: kasung AT spamfree wso2.com >> linked-in: http://lk.linkedin.com/in/gajasinghe >> blog: http://kasunbg.org >> phone: +1 650-745-4499 <(650)%20745-4499>, 77 678 0813 >> >> >> ___ >> Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > > -- > Thusitha Dayaratne > WSO2 Inc. - lean . enterprise . middleware | wso2.com > > Mobile +94712756809 <+94%2071%20275%206809> > Blog alokayasoya.blogspot.com > Abouthttp://about.me/thusithathilina > <http://wso2.com/signature> > > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [C5] Carbon Secure Vault YAML Configuration

2017-03-16 Thread Niranjan Karunanandham
> WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > email: jaya...@wso2.com > mobile: +94772207259 <+94%2077%20220%207259> > <http://wso2.com/signature> > > On Fri, Mar 17, 2017 at 9:43 AM, Niranjan Karunanandham <niran...@wso2.com > > wrote:

Re: [Architecture] [C5] Carbon Secure Vault YAML Configuration

2017-03-16 Thread Niranjan Karunanandham
xygen-tank.10903.n7.nabble.com/C5-Moving-Carbon-Configuration-and-Carbon-Sec-Vault-to-2-Separate-Repositories-Removing-from-Kernel-td146953.html> >> >> >> Best Regards, >> >> *Vidura Nanayakkara* >> Software Engineer >> >> Email :

Re: [Architecture] [C5] Moving Carbon Configuration and Carbon Sec-Vault to 2 Separate Repositories (Removing from Kernel)

2017-03-10 Thread Niranjan Karunanandham
2] Carbon Secure Vault <https://github.com/wso2/carbon-secvault> > > > On Fri, Mar 10, 2017 at 7:11 PM, Niranjan Karunanandham <niran...@wso2.com > > wrote: > >> Hi all, >> >> On Fri, Mar 10, 2017 at 6:55 PM, Lakshman Udayakantha <lakshm...@wso2.c

Re: [Architecture] [C5] Moving Carbon Configuration and Carbon Sec-Vault to 2 Separate Repositories (Removing from Kernel)

2017-03-10 Thread Niranjan Karunanandham
can be preserved then please coordinate with Lakshman. > Thanks, > Lakshman. > >> >>- Then move above folder to [2] using a PR-X >>- Once the PR-X is merged, apply your changes on top of it. >> >> [1] https://github.com/wso2/carbon-kernel/pull/

Re: [Architecture] [C5] Moving Carbon Configuration and Carbon Sec-Vault to 2 Separate Repositories (Removing from Kernel)

2017-03-06 Thread Niranjan Karunanandham
> WSO2 Inc: http://wso2.com > T: +94 11 214 5345 M: +94 77 374 2057 <+94%2077%20374%202057> > W: https://medium.com/@imesh TW: @imesh > lean. enterprise. middleware > > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://

Re: [Architecture] [C5] Moving Carbon Configuration and Carbon Sec-Vault to 2 Separate Repositories (Removing from Kernel)

2017-03-02 Thread Niranjan Karunanandham
s://github.com/wso2/carbon-config/issues/1> >>> [4] [Architecture] Carbon C5 - Server Configuration Model >>> [5] Carbon configuration repo <https://github.com/wso2/carbon-config> >>> [6] Carbon Secvault Repo <https://github.com/wso2/carbon-secvault> >&

Re: [Architecture] [C5] Moving Carbon Configuration and Carbon Sec-Vault to 2 Separate Repositories (Removing from Kernel)

2017-03-02 Thread Niranjan Karunanandham
> [7] Carbon Kernel Repo <https://github.com/wso2/carbon-kernel> > > > Best Regards, > > *Vidura Nanayakkara* > Software Engineer > > Email : vidu...@wso2.com > Mobile : +94 (0) 717 919277 <+94%2071%20791%209277> > Web : http://wso2.com > Blog : https://medium.com/@viduran <http://wso2.com/> > Twitter : http://twitter.com/viduranana > LinkedIn : https://lk.linkedin.com/in/vidura-nanayakkara > <http://wso2.com/> > Regards, Nira -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [C5] [Carbon-Feature-Plugin] Dynamic Creation of carbon.product via a Template

2017-01-27 Thread Niranjan Karunanandham
;>>>> blog: http://kasunbg.org >>>>>> phone: +1 650-745-4499 <+1%20650-745-4499>, 77 678 0813 >>>>>> >>>>>> >>>>>> ___ >>>>>> Architecture mailing li

[Architecture] WSO2 Carbon Kernel 5.2.0-m3 Released

2017-01-10 Thread Niranjan Karunanandham
kernel/releases Thank you for your interest in WSO2 Carbon Kernel. Best Regards Carbon Team -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mai

[Architecture] [Dev] WSO2 Carbon Feature Plugin 3.0.0 Released

2016-12-22 Thread Niranjan Karunanandham
- WSO2 Architecture List: architecture@wso2.org Best Regards Carbon Team -- *Niranjan Karunanandham* Associate Technical Lead - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/m

Re: [Architecture] Kernel changes/improvements needed for IS release

2016-10-19 Thread Niranjan Karunanandham
|--conf > |-- > |--analytics > |--tooling > |--osgi >|--plugins > > > Thanks, > *Jayanga Dissanayake* > Associate Technical Lead > WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > email: jaya...@wso2.com >

Re: [Architecture] Configuration files in C5

2016-10-13 Thread Niranjan Karunanandham
profile support for C5 based products." > > Thanks, > *Jayanga Dissanayake* > Associate Technical Lead > WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > email: jaya...@wso2.com > mobile: +94772207259 > <http://wso2.com/signature> > Regards, Nira

Re: [Architecture] Fwd: Defining KeyStores in C5

2016-07-18 Thread Niranjan Karunanandham
org/cgi-bin/mailman/listinfo/architecture > > > > > -- > *Susinda Perera* > Software Engineer > B.Sc.(Eng), M.Sc(Computer Science), AMIE(SL) > Mobile:(+94)716049075 > Blog: susinda.blogspot.com > WSO2 Inc. http://wso2.com/ > Tel : 94 11 214 5345 Fax

Re: [Architecture] [Dev] [C5] Upgrading Kernel Equinox version to Neon Releases

2016-07-05 Thread Niranjan Karunanandham
; Mobile: +94713149860 >> >> > > > -- > Sameera Jayasoma, > Software Architect, > > WSO2, Inc. (http://wso2.com) > email: same...@wso2.com > blog: http://blog.sameera.org > twitter: https://twitter.com/sameerajayasoma > flickr: http://www.flickr.com/photo

[Architecture] [Dev] WSO2 Carbon Kernel 5.1.0 Released !!!

2016-05-31 Thread Niranjan Karunanandham
report issues, documentation errors regarding WSO2 Carbon Kernel 5.1.0 through the public issue tracking system <https://wso2.org/jira/browse/CARBON>. Thanks, WSO2 Carbon Team -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com __

[Architecture] WSO2 Carbon Kernel 5.1.0-beta Released

2016-05-24 Thread Niranjan Karunanandham
wing mailing lists: - WSO2 Developers List: d...@wso2.org - WSO2 Architecture List: architecture@wso2.org ​You can download the released distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Tea

Re: [Architecture] [Dev] Common configuration for publishing events from carbon servers to DAS/CEP

2016-05-20 Thread Niranjan Karunanandham
thing else? > > [1] > https://github.com/wso2/carbon-analytics-common/blob/v5.0.11/features/event-publisher/org.wso2.carbon.event.publisher.aggregate.feature/pom.xml > > On Fri, May 20, 2016 at 2:10 PM, Niranjan Karunanandham <niran...@wso2.com > > wrote: > >> Hi Pulasthi, >&

Re: [Architecture] [Dev] Common configuration for publishing events from carbon servers to DAS/CEP

2016-05-20 Thread Niranjan Karunanandham
he carbon feature repository locally with the PR at [1] and point > that as a local repository. Any possible causes for this? > > [1] https://github.com/wso2/carbon-feature-repository/pull/46 > > On Wed, Apr 27, 2016 at 9:08 AM, Niranjan Karunanandham <niran...@wso2.c

Re: [Architecture] Introducing Secure-Vault support to C5

2016-05-13 Thread Niranjan Karunanandham
e >> *secrets*.properties >>file and do not depend on the xpath to find the location of the secret >>element. >> >> Thanks, >> Nipuni >> >> -- >> Nipuni Perera >> Software Engineer; WSO2 Inc.; http://wso2.com >> Email: nip.

[Architecture] WSO2 Carbon Kernel 5.1.0-alpha2 Released

2016-05-12 Thread Niranjan Karunanandham
ou can download the released distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.ws

Re: [Architecture] [Dev] Common configuration for publishing events from carbon servers to DAS/CEP

2016-04-26 Thread Niranjan Karunanandham
nd merge this as an special case. >> >> Thanks, >> Malith >> >> On Tue, Apr 12, 2016 at 10:56 AM, Niranjan Karunanandham < >> niran...@wso2.com> wrote: >> >>> Hi Malith, >>> >>> On Fri, Mar 18, 2016 at 11:42 AM, Ma

[Architecture] WSO2 Carbon Kernel 5.1.0-alpha Released

2016-04-12 Thread Niranjan Karunanandham
wnload the released distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.ws

Re: [Architecture] [Dev] Common configuration for publishing events from carbon servers to DAS/CEP

2016-04-11 Thread Niranjan Karunanandham
06 693 >>> >>> ___ >>> Dev mailing list >>> d...@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Kishanthan Thangarajah

[Architecture] WSO2 Carbon Feature Plugin 2.0.1 Released

2016-04-11 Thread Niranjan Karunanandham
pers List: d...@wso2.org - WSO2 Architecture List: architecture@wso2.org Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@ws

[Architecture] WSO2 Carbon Kernel 5.1.0-M3 Released

2016-04-04 Thread Niranjan Karunanandham
leased distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.ws

[Architecture] WSO2 Carbon Kernel 5.1.0-M2 Released

2016-03-30 Thread Niranjan Karunanandham
rg - WSO2 Architecture List: architecture@wso2.org ​You can download the released distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 I

[Architecture] WSO2 Carbon Kernel 5.1.0-M1 Released

2016-03-19 Thread Niranjan Karunanandham
leased distribution from the following location. http://wso2.com/products/carbon/ ​Thank you for your interest in WSO2 Carbon Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.ws

[Architecture] WSO2 Carbon Kernel 4.4.5 Released

2016-03-14 Thread Niranjan Karunanandham
Kernel​. Best Regards Carbon Team​ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Web Profile support on AS 6.0.0

2016-02-10 Thread Niranjan Karunanandham
@wso2.com* <az...@wso2.com> >> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: * >> *http://blog.afkham.org* <http://blog.afkham.org> >> *twitter: **http://twitter.com/afkham_azeez* >> <http://twitter.com/afkham_azeez> >> *linked-in: **

Re: [Architecture] P2 Repository for Carbon 4.4.X based products

2015-09-03 Thread Niranjan Karunanandham
On Tue, Jul 28, 2015 at 6:10 PM, Malaka Silva <mal...@wso2.com> wrote: > Thx Niranjan Will do. > > On Tue, Jul 28, 2015 at 4:32 PM, Niranjan Karunanandham <niran...@wso2.com > > wrote: > >> Hi Malaka, >> >> We are still in discussing the structure for

Re: [Architecture] P2 Repository for Carbon 4.4.X based products

2015-07-28 Thread Niranjan Karunanandham
17, 2015 at 4:55 PM, Niranjan Karunanandham niran...@wso2.com wrote: Hi Chanaka, For the p2 repo, we already have the carbon-feature-repository [1], which will have all the features in the main pom.xml. We had a review [2] with regard to this and during the review it was suggested whether we

Re: [Architecture] P2 Repository for Carbon 4.4.X based products

2015-07-17 Thread Niranjan Karunanandham
___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list

Re: [Architecture] Invitation: CDM Hackathon @ Mon Dec 1, 2014 1:30pm - 5:30pm (Sameera Perera)

2014-12-04 Thread Niranjan Karunanandham
, Prabath Abeysekera, Asok Perera, Afkham Azeez, Geeth Munasinghe, Inosh Perera, Harshan Liyanage, Niranjan Karunanandham, Sumedha Rubasinghe, Srinath Perera, Manoj Dilshan - Knowledge transfer of the current EMM architecture - Moving all the device specific entries from Core EER to bundles

Re: [Architecture] Proposed Device Operations Flow of CDM

2014-11-22 Thread Niranjan Karunanandham
Hi Dilan, In the case of iOS, it has the MDM in its OS and they have defined the payload structure for each operation. Whereas in the case of Android, we have an agent in the client side to perform the MDM operation. I believe (please correct me if am wrong) that for windows also it is the same

Re: [Architecture] Proposed Device Operations Flow of CDM

2014-11-03 Thread Niranjan Karunanandham
.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman

[Architecture] Priority for Roles

2014-07-27 Thread Niranjan Karunanandham
. We were thinking of having the same priority based model (explained above) for Roles also. Is there something like this in IS roadmap in which case we can use the same for EMM? Regards, Nira -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94

[Architecture] WSO2 EMM 1.1.0 release!

2014-06-10 Thread Niranjan Karunanandham
and is provided by the very same engineers who build the technology. For additional support information please refer to http://wso2.com/support/ We welcome your feedback and would love to hear your thoughts on this release of WSO2 EMM. --WSO2 EMM Development Team-- -- *Niranjan Karunanandham

Re: [Architecture] EMM devices - Different types for unique fields

2014-05-05 Thread Niranjan Karunanandham
tokens are stored in the same field as a json string. Normal push token is saved in reg id field. This needs to be refactored. How do you deal with above 5 types of tokens in your new proposed way? Regards, Dilshan On Mon, May 5, 2014 at 10:29 AM, Niranjan Karunanandham niran...@wso2.com

[Architecture] EMM devices - Different types for unique fields

2014-05-04 Thread Niranjan Karunanandham
to be changed. [1] - https://github.com/wso2-dev/product-emm/commit/8396f05c8f82587f6e9eb1c6382138d6cf065381 Regards, Nira -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94 777 749 661 http

Re: [Architecture] EMM 1.1.0 release

2014-04-30 Thread Niranjan Karunanandham
Edirisuriya Senior Software Engineer - WSO2 Mob: + 94 777878905 http://wso2.com/ -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94 777 749 661 http:/// ___ Architecture mailing list Architecture

[Architecture] Git flow model

2014-03-27 Thread Niranjan Karunanandham
convention: hotfix-*) - This is created when there is a critical bug that needs to be fixed in the released version (master). Once the bug is fixed, it needs to be merged to the master and develop branches. [1] - http://nvie.com/posts/a-successful-git-branching-model/ -- *Niranjan

Re: [Architecture] Git flow model

2014-03-27 Thread Niranjan Karunanandham
branch because of the above practical reason. Cheers~ On Thu, Mar 27, 2014 at 9:49 PM, Niranjan Karunanandham niran...@wso2.com wrote: Hi all, The blog [1] explains how the Git work flow works. Below I have summarized what is mentioned in the blog. This work flow consists of two main

Re: [Architecture] [ARCHITECTURE] APN connector for ESB

2014-03-27 Thread Niranjan Karunanandham
://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94 777 749 661 http:/// ___ Architecture mailing list Architecture@wso2.org https://mail.wso2

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-10 Thread Niranjan Karunanandham
/cgi-bin/mailman/listinfo/architecture -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94 777 749 661 http:/// ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman

[Architecture] EMM Deployment pattern

2014-02-23 Thread Niranjan Karunanandham
- it will be added to the current node's file system. Afterwards DepSync will sync these files across all nodes. We are currently discussing on how to isolate these to a single storage app which is discussed in the architecture list [mail thread subject: Unified Storage Proposal]. -- *Niranjan

Re: [Architecture] Creating a separate application for User Management

2013-11-02 Thread Niranjan Karunanandham
://twitter.com/dulitharw* -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2Mobile Inc.: http://wso2mobile.com M: +94 777 749 661 http:/// 6B0F5F81-A8A3-40B7-ADB4-486CED138701.png___ Architecture mailing list Architecture@wso2.org https