Re: [Architecture] WSO2 App Server / ESB and websockets

2013-05-29 Thread Ajanthan Balachandran
Hi, We are shipping Websocket samples(java) with wso2 as 5.1.0 please have a look at [0] and [1]. Hope this will help you. Thanks [0] http://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/products/as/5.1.0/modules/samples/common/webapp/src/main/java/websocket/ [1]

[Architecture] Generic Resource(Registry) Management in App Factory

2013-06-01 Thread Ajanthan Balachandran
Hi All, In App Factory, users can create resources through configure UI,put different values for each stages(dev,qa...etc) and access those resources in their applications through registry api.We achieved this through registry mounting. App Factory /_system/governance is mounted to common DB.The

Re: [Architecture] Issue in App subscription and Key generation with API Manager in AppFactory

2013-06-14 Thread Ajanthan Balachandran
On Fri, Jun 14, 2013 at 10:14 PM, Punnadi Gunarathna punn...@wso2.comwrote: Hi All, We have identified $subject and the scenario is as follows: AppOwner creates an Application called App1 in App Factory. He loggs-in to API Manger and subscript App1 with API1 and generate key pairs. He

Re: [Architecture] Developer Studio 3.2.0 Beta Released !

2013-06-29 Thread Ajanthan Balachandran
On Sat, Jun 29, 2013 at 1:00 AM, Susankha Nirmala susan...@wso2.com wrote: Hi All, We have WSO2 Developer Studio 3.2.0 Beta release ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following bug fixes. *Bug Fixes* [TOOLS-1632] - CAR

Re: [Architecture] [Appfactory] Tenant Isolation for Jenkins.

2013-07-15 Thread Ajanthan Balachandran
On Fri, Jul 12, 2013 at 7:06 PM, Ramith Jayasinghe ram...@wso2.com wrote: Hi, I have been looking at possible ways to achieve the $subject. And here's one possible way of achieving this. Basis of this approach is to deploy jenkins as a web application on our Application Server ( -- I

Re: [Architecture] Stratos Deployment Pattern for Multi Tenanted App Factory

2013-07-18 Thread Ajanthan Balachandran
one. What about caching, dep-sync and concerns similar to those? Other aspects are connected with clustering.So any way those are seperated.(as dev cluster caching and as test cluster caching are isolated because of different clustering domain) On Fri, Jul 19, 2013 at 6:22 AM, Ajanthan

Re: [Architecture] Stratos Deployment Pattern for Multi Tenanted App Factory

2013-07-18 Thread Ajanthan Balachandran
multiple diagrams(or table) to depicts how each aspects are separated. On Fri, Jul 19, 2013 at 6:47 AM, Ajanthan Balachandran ajant...@wso2.comwrote: On Fri, Jul 19, 2013 at 6:28 AM, Samisa Abeysinghe sam...@wso2.comwrote: So, if this design is proposing the MT AF deployment, should we

Re: [Architecture] Multi tenanting Issue Tracker

2013-07-24 Thread Ajanthan Balachandran
On Wed, Jul 24, 2013 at 12:02 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, I've been looking into the subject. Evaluated 2 projects Trac I believe you mean this[0] project by Trac. - Very active, 13 contributors (according to ohloh) in python - One proecess per project. We can

Re: [Architecture] [Appfactory] Tenant Isolation in Jenkins

2013-07-24 Thread Ajanthan Balachandran
On Wed, Jul 24, 2013 at 4:34 PM, Shamika Ariyawansa sham...@wso2.comwrote: HI, As we discussed so fa,r we tried/trying following approaches for the $subject. 1. Deploying Jenkins web app in AS per tenant. - Solution was not scalable due to the size of the Jenkins Web-app (61MB - without

Re: [Architecture] AppFactory Admin Services

2013-08-14 Thread Ajanthan Balachandran
)? --Srinath On Wed, Aug 14, 2013 at 12:32 PM, Ajanthan Balachandran ajant...@wso2.com wrote: On Wed, Aug 14, 2013 at 9:26 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, AF BPELs are running in the super tenant space. Now the question is, whether BPEL should invoke admin services

[Architecture] [AppFactory] Isolating JNDI Resource among the Applications of a Tenant

2013-11-11 Thread Ajanthan Balachandran
Hi all, Currently in AppFactory all the JNDI resources (Eg: Datasources) are visible to all the applications within a tenant.By default in our platform each tenant is getting separate subcontext with in initialContext. Same way we can provide a subcontext per deployed application in the

Re: [Architecture] [AppFactory] Isolating JNDI Resource among the Applications of a Tenant

2013-11-11 Thread Ajanthan Balachandran
everything clear before start. Shall we have a meeting with AS+Carbon and discuss this?. +1 Thanks. On Tue, Nov 12, 2013 at 10:52 AM, Ajanthan Balachandran ajant...@wso2.com wrote: Hi all, Currently in AppFactory all the JNDI resources (Eg: Datasources) are visible to all the applications within

Re: [Architecture] [Appfactory][Artifact Deployment] Possible Improvements.

2013-11-16 Thread Ajanthan Balachandran
On Sun, Nov 10, 2013 at 8:32 PM, Samisa Abeysinghe sam...@wso2.com wrote: What are the time costs implied by these alternatives? Meaning how much time between user action and the time it is really ready to use. What are the implications on the async mode of operation? Meaning, when would the

Re: [Architecture] Database/Database user/Data base permission template Isolation in AppFactory

2013-11-21 Thread Ajanthan Balachandran
, dimuthu On Thu, Nov 21, 2013 at 10:49 PM, Ajanthan Balachandran ajant...@wso2.com wrote: Hi all, In current app factory implementation whenever a user view one application's Database/Database users/Database permission templates in resources UI, he can see all the Databases/Database users

Re: [Architecture] per-developer git repos for App Factory

2013-12-08 Thread Ajanthan Balachandran
Hi, In Add Developer option,When the developer is invited according to diagram AF is creating a repo. Isn't it forging existing repo? Thanks. On Sun, Dec 8, 2013 at 11:15 PM, Sanjiva Weerawarana sanj...@wso2.comwrote: Following up on the discussion we had earlier this week, here's the thing I

Re: [Architecture] per-developer git repos for App Factory

2013-12-10 Thread Ajanthan Balachandran
is invited to a project then clone the project into his repo. So basically we will have to clone the complete project to into his repo. This could be cloning a repo as a folder into developer's repo. dimuthu On Mon, Dec 9, 2013 at 8:32 AM, Ajanthan Balachandran ajant...@wso2.com wrote

Re: [Architecture] [AppFactory] Create AppFactory applications from already existing application binaries

2014-01-06 Thread Ajanthan Balachandran
On Mon, Jan 6, 2014 at 4:43 PM, Shamika Ariyawansa sham...@wso2.com wrote: Hi All, New feature that is going to be introduced to AppFactory is creating a new application by uploading exiting binary file of an application. e.gWAR *User Scenario* 1. User logs on to the system, goes to the

Re: [Architecture] [App Factory] Per Developer Repos

2014-01-08 Thread Ajanthan Balachandran
The GithubRepositoryProvider that is already implemented in AF provide API to get the Github username of the AF user and store as claim.Once the user is invited to a project contributer/developer permission will be added to that user provider Github for the repo using Github API. BTW are we going

Re: [Architecture] Unwanted application deployment notifications in AppFactory

2014-07-04 Thread Ajanthan Balachandran
On Tue, Jul 1, 2014 at 5:48 PM, Anuruddha Premalal anurud...@wso2.com wrote: Hi All, Following is the problem-solution description regards to jira APPFAC-2252 https://wso2.org/jira/browse/APPFAC-2252 *Problem :* AppServer tenant get unloaded when there is no activity for 30mins. When a

Re: [Architecture] Appfactory - Support for WAR deployment for Tomcat Single tenant Cartridge

2014-07-25 Thread Ajanthan Balachandran
Hi, On Fri, Jul 25, 2014 at 2:40 PM, Ramith Jayasinghe ram...@wso2.com wrote: Addition to this, When application is deleted Appfactory should remove the subscription made for this application ( a.k.a unsubscribe from the cartridge) On Fri, Jul 25, 2014 at 2:34 PM, Madhawa Bandara

Re: [Architecture] Appfactory - Support for WAR deployment for Tomcat Single tenant Cartridge

2014-07-25 Thread Ajanthan Balachandran
On Fri, Jul 25, 2014 at 3:38 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Ajanthan, Please see my answers inline. On Fri, Jul 25, 2014 at 3:24 PM, Ajanthan Balachandran ajant...@wso2.com wrote: Hi, On Fri, Jul 25, 2014 at 2:40 PM, Ramith Jayasinghe ram...@wso2.com wrote

Re: [Architecture] [App Factory] Data Model for AppFactory

2014-08-19 Thread Ajanthan Balachandran
, Aug 13, 2014 at 9:03 PM, Ajanthan Balachandran ajant...@wso2.com wrote: Hi, We are currently storing all the runtime data such as build id,deployed id ..etc into App Rxt as well App version Rxt.This approach seems to be violating common practice(Storing metadata only into Rxt) and we

Re: [Architecture] [Cloud] Tenant deletion

2014-08-21 Thread Ajanthan Balachandran
On Thu, Aug 21, 2014 at 8:24 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Hi Everyone, We are working on the Training Project -[Cloud] Tenant deletion code/script for cloud - https://redmine.wso2.com/issues/3121. Listed below the workflow of the tenant deletion process in the App Cloud as

Re: [Architecture] [AF] Datasources for PHP application type

2014-08-21 Thread Ajanthan Balachandran
On Fri, Aug 22, 2014 at 9:53 AM, Manjula Rathnayake manju...@wso2.com wrote: Hi all, On Fri, Aug 22, 2014 at 8:41 AM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Madhawa, Does PHP have native datasource support? For example[1]. I am -1 on doing it through Java. We must look at how

Re: [Architecture] [AF] Datasources for PHP application type

2014-08-22 Thread Ajanthan Balachandran
On Fri, Aug 22, 2014 at 10:22 AM, Manjula Rathnayake manju...@wso2.com wrote: Hi Ajanthan, On Fri, Aug 22, 2014 at 10:08 AM, Ajanthan Balachandran ajant...@wso2.com wrote: On Fri, Aug 22, 2014 at 9:53 AM, Manjula Rathnayake manju...@wso2.com wrote: Hi all, On Fri, Aug 22, 2014 at 8

Re: [Architecture] ESB connector auto generation tool

2016-09-20 Thread Ajanthan Balachandran
What do you mean by a tool? Is it command line tool or maven plugin or eclipse plugin? On Fri, Sep 9, 2016 at 2:07 AM, Rajjaz Mohammed wrote: > > Hi, >> >> ​We have currently 150+ connectors in store >> . Using those we can easily build >>

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-20 Thread Ajanthan Balachandran
What is the value of using integrated API gateway instead of the APIM gateway ? Is the Integrated API gateway doing more than OAuth authorization (Eg: throttling)? On Mon, Sep 19, 2016 at 1:47 AM, Senthalan Kanagalingam wrote: > Hi Ayyoob, > > Thanks for your feedback. > >

Re: [Architecture] [APIM 3.1.0] Support externalizing login/logout URLs (/authorize and /oidc/logout)

2020-01-07 Thread Ajanthan Balachandran
Hi Malintha, Based on my understanding these configs are applicable only if WSO2 IS/KM is configured as external IDP(If the external IDP is a 3rd party IDP, sending authorization request with locally registered client details won't work). It was not apparent by looking at the configuration

Re: [Architecture] [IAM] Supporting email verification when user’s email address is updated

2020-01-07 Thread Ajanthan Balachandran
Hi Johann, I think here we are talking about two different things. Feel free to correct me if I am wrong. In the first case, we are trying to assert the value of the claims provided by the user. In the case of phone number and email claims sending verification code does make sense but to assert