Re: [Architecture] [APIM] [C4] Custom header field for OAuth2 token per tenant

2017-12-05 Thread Kishanthan Thangarajah
that other header names couldn't be used. Since > we anyway use the recommended "Authorization" header by default, I don't > see a problem in this. > > [1] https://tools.ietf.org/html/rfc6750#page-4 > > On Thu, Nov 30, 2017 at 3:50 PM, Kishanthan Thangarajah < > kishant...@wso

Re: [Architecture] [APIM] [C4] Custom header field for OAuth2 token per tenant

2017-11-30 Thread Kishanthan Thangarajah
napse config file that is >>>>>>>>> generated once an API is published, so that it gets deployed in the >>>>>>>>> Gateway. >>>>>>>>> c) Use the custom header when checking the access token from >>>>>>>

Re: [Architecture] [C5] Skipping service registrations from Startup Order Resolver in ther server startup

2017-09-21 Thread Kishanthan Thangarajah
ort.getId()); > dictionary.put("contextPath", appContextPath); > *dictionary.put("SKIP_STARTUP_RESOLVER", "true");* > bundleContext.registerService(Microservice.class, new > WebappMicroservice(), dictionary); > > > WDYT? > > [1] https://git

Re: [Architecture] [Dev] Folder Structure for C5 based MB

2017-04-27 Thread Kishanthan Thangarajah
├── bin.xml > └── filter.properties > > Thanks, > -- > *Eranda Rajapakshe* > Software Engineer > WSO2 Inc. > Mobile : +94784822608 > > ___ > Dev mailing list > d...@wso2.org > http:/

Re: [Architecture] C5 Fixing the StartupOrderResolver race condition

2017-03-22 Thread Kishanthan Thangarajah
edium.com/@sameera.jayasoma/resolving-startup-o > rder-of-carbon-components-in-wso2-carbon-5-0-0-497fe3287e67#.drybgj29a > > Thanks, > *Jayanga Dissanayake* > Associate Technical Lead > WSO2 Inc. - http://wso2.com/ > lean . enterprise . middleware > email: jaya...@wso2.com

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

2017-03-16 Thread Kishanthan Thangarajah
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 : vidu...@wso2.com > Mobile : +94 (0) 717 919277 <+94%2071%20791%20

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

2017-01-25 Thread Kishanthan Thangarajah
gt; Thanks, > Dilan. > > *Dilan U. Ariyaratne* > Senior Software Engineer > WSO2 Inc. <http://wso2.com/> > Mobile: +94766405580 <%2B94766405580> > lean . enterprise . middleware > > > On Mon, Jan 23, 2017 at 7:33 AM, Kishanthan Thangarajah < > kishant...@wso

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

2017-01-22 Thread Kishanthan Thangarajah
Azeez* > Senior Director, Platform Architecture; WSO2, Inc.; http://wso2.com > Member; Apache Software Foundation; http://www.apache.org/ > * <http://www.apache.org/>* > *email: **az...@wso2.com* <az...@wso2.com> > * cell: +94 77 3320919 <+94%2077%20332%2009

Re: [Architecture] [Identity Server] Creating a server configuration Identity.yaml vs component wise yaml files and Reading the server configurations

2017-01-19 Thread Kishanthan Thangarajah
; Thanks & Regards >> Danushka Fernando >> Senior Software Engineer >> WSO2 inc. http://wso2.com/ >> Mobile : +94716332729 <+94%2071%20633%202729> >> > > > > -- > Thanks & Regards, > > *Johann Dilantha Nallathamby* > Technical Le

Re: [Architecture] [Dev] [C5] MSF4J Interceptors need to be configurable.

2017-01-04 Thread Kishanthan Thangarajah
g MSF4J interceptor for securing REST APIs in API >>>>>>>>>>> Manager. [1] As for now Interceptor registration happens at the >>>>>>>>>>> class level >>>>>>>>>>> @Component annotation as below. >>>>>

Re: [Architecture] WebSocket support for MSF4J

2016-12-15 Thread Kishanthan Thangarajah
messages. But in WebSocket, a response for a request is not a >>>> must. User has to handle it if there is a need of sending a response. >>>> Also, we need to give the user the ability to do server pushes using >>>> the WebSocket Sessions and to do so we need to have

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

2016-10-20 Thread Kishanthan Thangarajah
>>>|--plugins >>> >>> >>> Thanks, >>> *Jayanga Dissanayake* >>> Associate Technical Lead >>> WSO2 Inc. - http://wso2.com/ >>> lean . enterprise . middleware >>> email: jaya...@wso2.com >>> mobile: +947722

Re: [Architecture] OpenID Connect Based SSO valve for WSO2 AS 6.0.0

2016-10-20 Thread Kishanthan Thangarajah
This should be an extension point. We can use a map (as the default in-memory state storage) but we need to provide this as an extension point so that users can plug in their own extended way to store the state value. Can you also explain about how the user authenticated parameters (claims, attributes, use

Re: [Architecture] Multiple profile support for C5 based products.

2016-10-12 Thread Kishanthan Thangarajah
On Wed, Oct 12, 2016 at 7:00 PM, Nuwan Dias <nuw...@wso2.com> wrote: > > > On Wed, Oct 12, 2016 at 6:55 PM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> >> >> On Wed, Oct 12, 2016 at 6:29 PM, Nuwan Dias <nuw...@wso2.com> wr

Re: [Architecture] Storing configs in database for C5

2016-10-12 Thread Kishanthan Thangarajah
;>>>> not >>>>>>>>> make sense for all configs but at least for some that govern feature >>>>>>>>> functionality its great to have. WDYT? >>>>>>>>> >>>>>>>>> -- >>>>>

Re: [Architecture] User-Core Unique User Id Implementation

2016-10-11 Thread Kishanthan Thangarajah
pping > table. How and where this should be populated is still an open discussion. > Any suggestions are welcome. > How many DB/connector level calls that this will have in doing a typical user retrieval with above suggestion? What will be the performance impact? Thanks, Kishanthan

Re: [Architecture] How can we improve our profiles story?

2016-10-10 Thread Kishanthan Thangarajah
t;>>>>>- *Location:* repository/components >>>>>>- *Description:* Contains all the OSGi bundles, dropins artifacts >>>>>>and other required files. This repository is already organized into >>>>>>multip

Re: [Architecture] [AppM] Best practice to re-use domain objects in the gateway handlers

2016-09-29 Thread Kishanthan Thangarajah
t;> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Best Regards* >>>>>>> >>>>>>> *Rushmin Fernando* >>>>>>> *Technical Lead* >>&g

[Architecture] How can we improve our profiles story?

2016-09-22 Thread Kishanthan Thangarajah
ot.com/ >> > > > > -- > *Afkham Azeez* > Director of Architecture; WSO2, Inc.; http://wso2.com > Member; Apache Software Foundation; http://www.apache.org/ > * <http://www.apache.org/>* > *email: **az...@wso2.com* <javascript:_e(%7B%7D,'cvml','az...@wso2.com');>

Re: [Architecture] OpenID Connect Based SSO valve for WSO2 AS 6.0.0

2016-08-30 Thread Kishanthan Thangarajah
is valve or filter should be able consume APIs exposed from this agent library for doing OpenID Connect based requests creation, response validations. etc. On Mon, Aug 29, 2016 at 3:15 PM, Johann Nallathamby <joh...@wso2.com> wrote: > > > On Mon, Aug 29, 2016 at 2:55 PM, Kishant

Re: [Architecture] OpenID Connect Based SSO valve for WSO2 AS 6.0.0

2016-08-29 Thread Kishanthan Thangarajah
Let's also think about storing this information as a request attribute. > These days usage of webapp sessions are no more a given. People sometimes > prefer using other forms of storage due to some problems with sessions. > > Regards, > Johann. > > >> >> -- >> T. Abilashini >>

[Architecture] AS 6.0.0 HTTP Monitoring (analytics-http)

2016-07-11 Thread Kishanthan Thangarajah
Hi Kalpa, Can you send a status update on $subject and what are the pending tasks? Let's target the next milestone release of AS with this feature. Thanks, -- *Kishanthan Thangarajah* Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog

Re: [Architecture] Data Bridge Agent Publisher for C5 products

2016-06-02 Thread Kishanthan Thangarajah
ps://www.google.com/+IsuruPereraWSO2/about> >>> >>> ___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >>

Re: [Architecture] [C5] Carbon Context API

2016-05-26 Thread Kishanthan Thangarajah
On Thu, May 19, 2016 at 11:49 AM, Isuru Haththotuwa <isu...@wso2.com> wrote: > HI Kicha, > > On Fri, May 6, 2016 at 3:58 PM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> CarbonContext is the API to store and retrieve data which are thread >&

Re: [Architecture] [C5] Carbon Context API

2016-05-26 Thread Kishanthan Thangarajah
> On Fri, May 6, 2016 at 6:28 AM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> CarbonContext is the API to store and retrieve data which are thread >> local. >> >>- There are two API classes, CarbonContext [1] >>and Privil

[Architecture] [C5] Carbon Context API

2016-05-06 Thread Kishanthan Thangarajah
xt.java [3] https://github.com/wso2/carbon-kernel/blob/master/features/org.wso2.carbon.kernel.feature/resources/conf/carbon.yml#L20 -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://

Re: [Architecture] Handling product versions in microservices

2016-05-05 Thread Kishanthan Thangarajah
Sorry wrong thread. Please ignore the above. On Thu, May 5, 2016 at 2:30 PM, Kishanthan Thangarajah <kishant...@wso2.com> wrote: > Another thing is, should we also work on exposing admin services on one > listener (probably over https) and other user api's on different listener? >

Re: [Architecture] Ports to use for Admin Services in C5

2016-05-05 Thread Kishanthan Thangarajah
e : 071 7 70 20 50 >>> mail : m...@wso2.com >>> >> >> >> >> -- >> -- >> Hasitha Aravinda, >> Senior Software Engineer, >> WSO2 Inc. >> Email: hasi...@wso2.com >> Mobile : +94 718 210 200 >> >>

Re: [Architecture] Handling product versions in microservices

2016-05-05 Thread Kishanthan Thangarajah
-- >>> -- >>> Hasitha Aravinda, >>> Senior Software Engineer, >>> WSO2 Inc. >>> Email: hasi...@wso2.com >>> Mobile : +94 718 210 200 >>> >>> ___ >>> Architecture mailing l

Re: [Architecture] C5 User Core - Realm Service API

2016-05-03 Thread Kishanthan Thangarajah
on). > > Thanks! > > *Jayanga Kaushalya* > Software Engineer > Mobile: +94777860160 > WSO2 Inc. | http://wso2.com > lean.enterprise.middleware > > On Tue, May 3, 2016 at 11:56 AM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> Most

Re: [Architecture] C5 User Core - Realm Service API

2016-05-03 Thread Kishanthan Thangarajah
nents/org.wso2.carbon.security.caas/src/main/java/org/wso2/carbon/security/caas/user/core/store/IdentityStore.java >> >> Regards, >> Darshana >> >> On Fri, Apr 29, 2016 at 11:36 PM, Kishanthan Thangarajah < >> kishant...@wso2.com> wrote: >> >>&g

Re: [Architecture] C5 User Core - Realm Service API

2016-04-29 Thread Kishanthan Thangarajah
security/blob/master/components/org.wso2.carbon.security/src/main/java/org/wso2/carbon/security/user/core/store/IdentityStore.java > > *Jayanga Kaushalya* > Software Engineer > Mobile: +94777860160 > WSO2 Inc. | http://wso2.com > lean.enterprise.middleware > > ______

Re: [Architecture] The location of the wso2as-web.xml within Application Server structure

2016-04-28 Thread Kishanthan Thangarajah
tion of this file are > highly appreciated. > > -- > Chiranga Alwis, > Software Engineering Intern, > +94 77 5930497 > +94 77 6368208 > -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +9

Re: [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Kishanthan Thangarajah
na * > WSO2, Inc | lean. enterprise. middleware. > #20, Palm Grove, Colombo 03, Sri Lanka > Mobile: +94 71 9040362 | Work: +94 112145345 > Email: ar...@wso2.com | Web: www.wso2.com > > -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technolo

Re: [Architecture] [Dev] WSO2 Application Server 6.0.0-M1 Released !

2016-04-06 Thread Kishanthan Thangarajah
SO2 Application Server. >>> >>> * -The WSO2 Application Server Development Team - * >>> >> >> >> >> -- >> Best Regards, >> >> Kalpa Welivitigoda >> Software Engineer, WSO2 Inc. http://wso2.com >> Email: kal...@wso2.com

Re: [Architecture] Application Server 6.0.0 - Architecture

2016-03-31 Thread Kishanthan Thangarajah
t; Best Regards, >>> >>> Kalpa Welivitigoda >>> Software Engineer, WSO2 Inc. http://wso2.com >>> Email: kal...@wso2.com >>> Mobile: +94776509215 >>> >>> _______ >>> Architecture m

Re: [Architecture] What's "id" in carbon.yml, which is in Carbon 5 conf directory

2016-03-30 Thread Kishanthan Thangarajah
> Isuru Perera >>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/ >>> Lean . Enterprise . Middleware >>> >>> about.me/chrishantha >>> Contact: +IsuruPereraWSO2 >>> <https://www.google.com/+IsuruPereraWSO2/about> >>>

Re: [Architecture] Maven project naming convention

2016-03-24 Thread Kishanthan Thangarajah
tions.html > [3] > https://github.com/wso2/msf4j/blob/master/analytics/msf4j-analytics/pom.xml#L29 > -- > With regards, > *Manu*ranga Perera. > > phone : 071 7 70 20 50 > mail : m...@wso2.com > -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies

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

2016-03-19 Thread Kishanthan Thangarajah
ggregate.feature > > Thanks, > Malith > -- > Malith Dhanushka > Senior Software Engineer - Data Technologies > *WSO2, Inc. : wso2.com <http://wso2.com/>* > *Mobile* : +94 716 506 693 > > ___ > Dev mailing

Re: [Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-03-19 Thread Kishanthan Thangarajah
oblem. >> >> >> > >> >> >> > The plan is to use v2.0.0 for Metrics release with Carbon 5. We >> can >> >> >> > maintain >> >> >> > v1.x.x branch for Carbon 4.x.x products. >> >> >>

Re: [Architecture] [MB] Generalizing the transport model and Revamping MQTT transport

2016-03-19 Thread Kishanthan Thangarajah
ithub.com/wso2/carbon-messaging/blob/master/components/src/main/java/org/wso2/carbon/messaging/CarbonTransportInitializer.java > > Thanks, > Pamod > > > -- > *Pamod Sylvester * > > *WSO2 Inc.; http://wso2.com <http://wso2.com>* > cell: +94 77 7779495 > >

Re: [Architecture] [Analytics][APIM] - Implement Geo location graph in Analytics

2016-03-19 Thread Kishanthan Thangarajah
>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> sanjeewa. >>>>>>>>>> >>>>>>>>> >>>>>>> Thanks, >>>>>>> Lasantha >>>>>>> &g

Re: [Architecture] [IS] Improvements to Claim Management

2016-03-10 Thread Kishanthan Thangarajah
gt;>- ClaimMapping[] getAllRequiredClaimMappings(). >> - ClaimMapping[] getAllSupportClaimMappingsByDefault(). >> - ClaimMapping[] getAllClaimMappings(String dialectUri) >> >> user.core changes >> >> + FileBasedClaimbuilder (C) - read claimConf

Re: [Architecture] [AS 6.0.0] HTTP Monitoring dashboard - Why are we parsing the User-Agent header in the event builder?

2016-03-09 Thread Kishanthan Thangarajah
___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >> >> >> -- >> Nathasha Naranpanawa >> Software Engineering Intern >> WSO2 Inc. &g

Re: [Architecture] [Dev] Web Application Statistics Monitoring for Application Server 6.0.0

2016-03-03 Thread Kishanthan Thangarajah
* >>>> >>>> >>>> *Software Engineer* >>>> >>>> *WSO2, Inc. *http://wso2.com >>>> *lean . enterprise . middleware* >>>> >>>> Email *nuw...@wso2.com <nuw...@wso2.com>* >>>> Mobile *+94719079739 <%2B94719079739>

Re: [Architecture] MSF4J archetype is not listed in Maven archetype-catalog

2016-02-22 Thread Kishanthan Thangarajah
en.org/maven2/archetype-catalog.xml > > > > > Thanks ! > -- > Sagara Gunathunga > > Architect; WSO2, Inc.; http://wso2.com > V.P Apache Web Services;http://ws.apache.org/ > Linkedin; http://www.linkedin.com/in/ssagara > Blog ; http://ssagara

Re: [Architecture] Improving MSF4J Interceptors to support passing objects to resource methods

2016-02-12 Thread Kishanthan Thangarajah
annotation processing logic into individual interceptors that > process a certain kind of annotation. This will improve modularity, > scalability as well as the consistency of the design. > > WDYT? > > > Best Regards, > Samiyuru > > > -- > Samiyuru Senarathne &g

Re: [Architecture] Distributed Coordination in C5 was [Hangout Session] With Kernel Team On MB C5 Plans @ Mon Feb 8, 2016 2pm - 3pm (ram...@wso2.com)

2016-02-09 Thread Kishanthan Thangarajah
____ >> Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> > > > > -- > Kasun Indrasiri > Software Architect > WSO2, Inc.; http://wso2.com > lean.enterprise.middle

Re: [Architecture] [MB] Abstracting transport layer from core

2016-02-09 Thread Kishanthan Thangarajah
iyashankar > VP Engineering > WSO2 Inc. > http://wso2.com/ - "lean . enterprise . middleware" > > Phone: +94 714897591 > > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-b

Re: [Architecture] [MSF4j] Creating an archetype for a microservice

2016-02-04 Thread Kishanthan Thangarajah
on this? >>>> >>>> >>>> Thank you. >>>> >>>> >>>> >>>> -- >>>> >>>> *Manuri Amaya Perera* >>>> >>>> *Software Engineer* >>>> >>>> *WSO2 Inc.*

Re: [Architecture] [C5] Using annotations for declarative services compoenets

2016-01-12 Thread Kishanthan Thangarajah
.com/2014/03/29/using-annotation-with-osgi-declarative-services/ > > Regards, > Aruna > > On Sat, Mar 29, 2014 at 5:01 PM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> Hi All, >> >> C5 project is now following the standardized annotation based

Re: [Architecture] [IS] Move to symmetric data encryption from asymmetric encryption

2015-11-23 Thread Kishanthan Thangarajah
rnel. > @Kernel Team, we are hoping to do this change in a backward compatible > manner. Do you see any reason for this not to be added to kernel-4.4.3 ? > Are there going to be new API additions? > > Thanks and Regards > -- > Indunil Upeksha Rathnayake > Software

Re: [Architecture] [IS] Move to symmetric data encryption from asymmetric encryption

2015-11-23 Thread Kishanthan Thangarajah
ote: > Hi Kishanthan, > > Yes. We are going to make sure the order at runtime by depending on OSGI > service references. There won't be any API changes, and will be > implemented in backward compatible manner. > > Thanks and Regards > > On Mon, Nov 23, 2015 at 2:57 PM, Kisha

Re: [Architecture] Equinox P2 and Carbon Kernel 5.0.0

2015-11-22 Thread Kishanthan Thangarajah
; Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > > -- > Nuwan Dias > > Technical Lead - WSO2, Inc. http://wso2.com > email : nuw...@wso2.com > Phone : +94 777 775 729 >

Re: [Architecture] Need to do a 1.0 release of Carbon-transports

2015-10-27 Thread Kishanthan Thangarajah
On Mon, Oct 26, 2015 at 6:42 PM, Kishanthan Thangarajah <kishant...@wso2.com > wrote: > We need the carbon-startup coordinator integrated with transports project. > I'm integrating and testing it now. We can merge it, test it and release it. > This PR [1] include the fixes needed

Re: [Architecture] Need to do a 1.0 release of Carbon-transports

2015-10-26 Thread Kishanthan Thangarajah
m_azeez* > <http://twitter.com/afkham_azeez> > *linked-in: **http://lk.linkedin.com/in/afkhamazeez > <http://lk.linkedin.com/in/afkhamazeez>* > > *Lean . Enterprise . Middleware* > -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies

Re: [Architecture] [Dev] carbon-feature-plugin 2.0.0 Milestone 1 Released

2015-10-19 Thread Kishanthan Thangarajah
* >>>> *lean.enterprise.middleware.* >>>> >>>> email: dinus...@wso2.com <ruw...@wso2.com> >>>> phone:(+94) 776640275 <%28%2B94%29%2039736> >>>> >>> >>> >>> >>> -- >>> >>> *

Re: [Architecture] Retrying faulty CApps

2015-09-03 Thread Kishanthan Thangarajah
Architect >> WSO2, Inc.; http://wso2.com >> lean.enterprise.middleware >> >> cell: +94 77 556 5206 >> Blog : http://kasunpanorama.blogspot.com/ >> > -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.mid

Re: [Architecture] [Carbon] [Kernel] Introducing a Clustering Membership Scheme Extension Point

2015-07-10 Thread Kishanthan Thangarajah
is not registered by the time kernel tries to initialize the cluster? Do we have to forcefully pause the kernel clustering initialization until the given membership scheme service is registered (within a bounded time)? Thanks. On Fri, Jul 10, 2015 at 10:49 AM, Kishanthan Thangarajah kishant

Re: [Architecture] [Carbon] [Kernel] Introducing a Clustering Membership Scheme Extension Point

2015-07-09 Thread Kishanthan Thangarajah
list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http

Re: [Architecture] Custom AS specific WebApp configuration file for web applications

2015-07-06 Thread Kishanthan Thangarajah
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http

Re: [Architecture] [Carbon] Migrate Carbon Platform to Log4j2

2015-04-27 Thread Kishanthan Thangarajah
/listinfo/architecture -- *Kishanthan Thangarajah* Associate Technical Lead, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http://twitter.com/kishanthan http://twitter.com

Re: [Architecture] [PPaaS] Modelling a Carbon Cluster with Stratos Composite Application Model (CAM)

2015-04-27 Thread Kishanthan Thangarajah
://wso2.com T: +94 11 214 5345 M: +94 77 374 2057 W: http://imesh.gunaratne.org Lean . Enterprise . Middleware ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan

Re: [Architecture] How to release a milestone product pack ?

2015-03-10 Thread Kishanthan Thangarajah
Site: http://people.apache.org/~hemapani/ Photos: http://www.flickr.com/photos/hemapani/ Phone: 0772360902 -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http

Re: [Architecture] Milestone for GSS connector for ESB

2015-03-02 Thread Kishanthan Thangarajah
://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http

Re: [Architecture] [Dev] Fixing CApp story for Carbon 4.3.0

2015-02-16 Thread Kishanthan Thangarajah
that this was also decided to be removed with these new changes. But looks like they still need it. So once we do this change they also will be able to use it. If you have any concerns please raise them now. Thanks. On Mon, Jul 7, 2014 at 3:15 PM, Kishanthan Thangarajah kishant...@wso2.com

[Architecture] WSO2 Carbon Kernel 4.3.0 is Released !!!

2014-12-20 Thread Kishanthan Thangarajah
Hi Folks, WSO2 Carbon team is pleased announce the release of the Carbon Kernel 4.3.0. *What is WSO2 Carbon* WSO2 Carbon redefines middleware by providing an integrated and componentized middleware platform that adapts to the specific needs of any enterprise IT project - on premise or in the

Re: [Architecture] [Dev] Tomcat Session Replication Using Caching

2014-10-13 Thread Kishanthan Thangarajah
://lk.linkedin.com/in/pubududissanayake Flickr : https://www.flickr.com/photos/pubudufx/ Twitter: https://twitter.com/GeekInAction -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http

Re: [Architecture] [Dev] Fixing CApp story for Carbon 4.3.0

2014-07-07 Thread Kishanthan Thangarajah
On Sun, Jul 6, 2014 at 3:12 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Kishanthan, On Tue, Jul 1, 2014 at 8:03 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi All, We recently had a meeting on $subject. Our current story for CApp (Carbon Application) development approach

[Architecture] Fixing CApp story for Carbon 4.3.0

2014-07-01 Thread Kishanthan Thangarajah
the following next steps. - How this will affect ESB (proxy-services) and how to fix those. - Removing the current way of applying QoS via mgt console and providing a different approach, which will not be part of the CApp development process. Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior

Re: [Architecture] [C5] OSGi Multi-Tenancy

2014-06-16 Thread Kishanthan Thangarajah
, but the latter will only be available for kernel region (core) bundles. am I right? Thanks, Samisa... Samisa Abeysinghe Vice President Delivery WSO2 Inc. http://wso2.com On Fri, May 9, 2014 at 12:08 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: On Thu, May 8, 2014 at 10:45 PM

[Architecture] [C5] OSGi Multi-Tenancy

2014-05-08 Thread Kishanthan Thangarajah
to have same bundles in different regions. *RegionServiceFindHook* and *RegionServiceEventHook* - manages/filters the service lookup and life-cycle events for regions. Thoughts suggestions are welcome. Thanks, Kishanthan. [1] http://wiki.eclipse.org/Virgo/Concepts#Regions -- *Kishanthan

Re: [Architecture] [C5] OSGi Multi-Tenancy

2014-05-08 Thread Kishanthan Thangarajah
that tenant's RealmService or it's corresponding user store manager ? Thanks, -Suresh On Thu, May 8, 2014 at 2:45 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: This is one of the core areas of C5 kernel. In previous carbon versions, the multi-tenancy aspect was limited to run

Re: [Architecture] [C5] Solution for Patching C5 Servers

2014-05-02 Thread Kishanthan Thangarajah
/in/suhothayan* ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware

[Architecture] [C5] Using annotations for declarative services compoenets

2014-03-29 Thread Kishanthan Thangarajah
/osgi.cmpn-5.0.0.pdf [2] https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html -- *Kishanthan Thangarajah* Senior

Re: [Architecture] Shipping Streaming JSON Builder/Formatter by Default in Kernel axis2.xml

2014-03-19 Thread Kishanthan Thangarajah
. middleware -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan

Re: [Architecture] [Dev] WSO2 TS 1.1.0 Alpha Released!

2014-03-12 Thread Kishanthan Thangarajah
Engineer WSO2, Inc.; http://wso2.com ___ Dev mailing list d...@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile

Re: [Architecture] [C5] Jetty integration with carbon kernel

2014-03-11 Thread Kishanthan Thangarajah
On Tue, Mar 11, 2014 at 12:04 AM, Sagara Gunathunga sag...@wso2.com wrote: On Mon, Mar 10, 2014 at 10:11 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: We have done $subject which can be used for servlet transport in C5 kernel [1]. The embedded jetty instance uses a default

[Architecture] [C5] Jetty integration with carbon kernel

2014-03-10 Thread Kishanthan Thangarajah
://wso2.org/jira/browse/CARBON-14716 [2] http://wiki.eclipse.org/Jetty/Feature/Jetty_OSGi -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http

Re: [Architecture] [C5] cluster configuration (cluster.xml)

2014-02-25 Thread Kishanthan Thangarajah
, 2014 at 12:06 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Below is the example cluster.xml (initial version) we came up, which is used with the default hazelcast based clustering implementation. We can add any new elements to this and the configuration will get build with those

Re: [Architecture] [C5] Clustering SPI

2014-02-03 Thread Kishanthan Thangarajah
of specific members in the cluster */ void *sendMessage*(ClusterMessage msg, ListClusterMember members) throws *MessageSendFailedException*; On Mon, Jan 20, 2014 at 2:49 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: On Sun, Jan 19, 2014 at 3:22 PM, Afkham Azeez az...@wso2.com

Re: [Architecture] [C5] Clustering SPI

2014-02-03 Thread Kishanthan Thangarajah
of *MessageSendFailedException *why not just *MessageSendException*? On Tue, Feb 4, 2014 at 5:19 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: As per feedback and suggestions, the following are the defined methods for ClusteringAgent. Also we have tried to remove the dependency on the configuration

[Architecture] [C5] cluster configuration (cluster.xml)

2014-02-03 Thread Kishanthan Thangarajah
-name127.0.0.1/host-name* *port4000/port* */member* */members* */wka* */clustering* Thoughts? Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog

[Architecture] [C5] WSO2 Carbon Kernel 5.0.0 - M2 Release

2014-01-27 Thread Kishanthan Thangarajah
/display/Carbon500/Deployment+Engine [3] https://github.com/wso2/carbon-kernel [4] https://wso2.org/jira/browse/CARBON https://github.com/wso2/carbon-kernel-- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog

Re: [Architecture] Fwd: How can we patch Jaggery Apps?

2014-01-26 Thread Kishanthan Thangarajah
AM, Kishanthan Thangarajah kishant...@wso2.com wrote: On Sat, Jan 25, 2014 at 4:53 PM, Sameera Medagammaddegedara samee...@wso2.com wrote: Hello Everyone, *Problem* - As it stands ,if a Jaggery application needs to be updated the user must manually copy the required files

Re: [Architecture] [Dev] Proposed code repository restructuring move to GitHub

2014-01-21 Thread Kishanthan Thangarajah
On Tue, Jan 21, 2014 at 12:51 PM, Shariq Muhammed sha...@wso2.com wrote: On Tue, Jan 21, 2014 at 12:38 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Yes, we don't need to separately say service-stubs, it should be under the components level as just another component. Initially we

Re: [Architecture] Proposed code repository restructuring move to GitHub

2014-01-20 Thread Kishanthan Thangarajah
://emsooriyabandara.blogspot.com/ ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc

Re: [Architecture] [Dev] Proposed code repository restructuring move to GitHub

2014-01-20 Thread Kishanthan Thangarajah
in the same level as BE + FE components. thanks Eranda On Tue, Jan 21, 2014 at 11:41 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Eranda, Where have you put the service-stubs related to governance component? It should come under the same repo as carbon-component-governance. On Tue

[Architecture] [C5] Clustering SPI

2014-01-18 Thread Kishanthan Thangarajah
* void *init*() throws ClusteringFault; void *joinGroup*() throws ClusteringFault; Thoughts? Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http

[Architecture] [C5] Clustering API

2014-01-15 Thread Kishanthan Thangarajah
, Kishanthan. -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan

[Architecture] [C5] Maintaining orbit as an external project

2014-01-03 Thread Kishanthan Thangarajah
approach as earlier. Suggestions and thoughts are welcome. Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter

Re: [Architecture] [C5] Logging framework

2013-12-17 Thread Kishanthan Thangarajah
if they ares logged before the Pax bundle is started. https://wso2.org/jira/browse/CARBON-14613 On Fri, Nov 29, 2013 at 2:47 PM, Afkham Azeez az...@wso2.com wrote: I would suggest going with PAX logging, Azeez On Thu, Nov 28, 2013 at 12:37 PM, Kishanthan Thangarajah kishant...@wso2.com

[Architecture] C5 Kernel codebase is now moved to GitHub

2013-11-29 Thread Kishanthan Thangarajah
Hi Folks, We have moved the current C5 kernel code-base to GitHub. The URL for this project is : https://github.com/wso2/carbon-kernel The current project structure will get changed as we are in the process of restructuring. Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior Software

Re: [Architecture] [Dev] Carbon 5 (C5) - The next generation of WSO2 Carbon Platform.

2013-11-27 Thread Kishanthan Thangarajah
mailing list d...@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com

[Architecture] [C5] Logging framework

2013-11-27 Thread Kishanthan Thangarajah
+Logging -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com* Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan

Re: [Architecture] [C5] Adding deployers to deployment engine

2013-10-09 Thread Kishanthan Thangarajah
that :). Azeez On Wed, Oct 9, 2013 at 7:35 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi All, We need to think about $subject and come up with a proper way. Currently (pre C5) we can add deployers to the depolyment engine (which is Axis2Deployment Engine) using the following

[Architecture] [C5] Adding deployers to deployment engine

2013-10-08 Thread Kishanthan Thangarajah
interface, which the users will implement and write their own deployers, and they will call this service to add them to the deployment engine. Thoughts? Thanks, Kishanthan. -- *Kishanthan Thangarajah* Senior Software Engineer, Platform Technologies Team, WSO2, Inc. lean.enterprise.middleware

Re: [Architecture] Merged web application and Jax-WS/RS application directories

2013-07-07 Thread Kishanthan Thangarajah
://wso2.org email - sup...@wso2.com sup...@wso2.com mobile - 071 56 91 321 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Senior Software Engineer, Platform

Re: [Architecture] Merging JAX-WS/RS and WebApp, deployers and deployment directories

2013-05-22 Thread Kishanthan Thangarajah
We currently have a separate UI component for Jax* webapps. What will happen to that? Are we going to keep it? On Wed, May 22, 2013 at 1:04 PM, Supun Malinga sup...@wso2.com wrote: Hi All, Currently we have two deployment directories for deploying Jax-WS/RS app and tomcat WebApps. In this

Re: [Architecture] Generalizing Git Based Deployment Synchronizer

2013-05-03 Thread Kishanthan Thangarajah
Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Kishanthan Thangarajah* Software Engineer, Development Technologies Team, WSO2, Inc. lean.enterprise.middleware Mobile - +94773426635 Blog - *http://kishanthan.wordpress.com* Twitter - *http://twitter.com

  1   2   >