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 >> integration use cases wi

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. > > We have a working PoC

[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 application

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

2013-11-11 Thread Ajanthan Balachandran
e 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 > wrote: >> >> Hi all, >> Currently in AppFactory all the JNDI resources (Eg:

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

2013-11-16 Thread Ajanthan Balachandran
On Sun, Nov 10, 2013 at 8:32 PM, Samisa Abeysinghe 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 user be no

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

2013-11-21 Thread Ajanthan Balachandran
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/Data base permission templates from within a tenant. At run time database of one application canno

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

2013-11-21 Thread Ajanthan Balachandran
thanks, > dimuthu > > > > On Thu, Nov 21, 2013 at 10:49 PM, Ajanthan Balachandran > wrote: > >> Hi all, >> In current app factory implementation whenever a user view one >> application's Database/Database users/Database permission templates in >>

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 wrote: > Following up on the discussion we had earlier this week, here's the thing > I wrote up a whi

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

2013-12-10 Thread Ajanthan Balachandran
s 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. >>>> >>>

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 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 applicatio

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] [App Factory] Per Developer Repos

2014-01-09 Thread Ajanthan Balachandran
On Mon, Jan 6, 2014 at 11:02 AM, Manisha Gayathri wrote: > Hi all, > > According to the diagram in Sanjiva's mail, I have come up with a sequence > diagram of the scenarios that would cover in this user story. Please refer > [1] > > For M11, we are hoping to implement the scenarios up to Add Devel

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

2014-01-09 Thread Ajanthan Balachandran
ter to Github ,create an organization and give credentials to AF. > > > On Thu, Jan 9, 2014 at 12:10 PM, Ajanthan Balachandran > wrote: >> >> The GithubRepositoryProvider that is already implemented in AF provide >> API to get the Github username of the AF user and store

Re: [Architecture] Unwanted application deployment notifications in AppFactory

2014-07-03 Thread Ajanthan Balachandran
On Tue, Jul 1, 2014 at 5:48 PM, Anuruddha Premalal wrote: > Hi All, > > Following is the problem-solution description regards to jira APPFAC-2252 > > > *Problem :* > > AppServer tenant get unloaded when there is no activity for 30mins. When a > user depl

Re: [Architecture] Unwanted application deployment notifications in AppFactory

2014-07-04 Thread Ajanthan Balachandran
t the time tenant is loading, I feel that this >> is a good approach. >> On Jul 4, 2014 12:07 PM, "Ajanthan Balachandran" >> wrote: >> >>> >>> >>> >>> On Tue, Jul 1, 2014 at 5:48 PM, Anuruddha Premalal >>> wrote: >&g

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 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 wrote: > >> User

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 wrote: > Hi Ajanthan, > > Please see my answers inline. > > > On Fri, Jul 25, 2014 at 3:24 PM, Ajanthan Balachandran > wrote: > >> Hi, >> >> >> On Fri, Jul 25, 2014 at 2:40 PM, Ramith Jayasing

Re: [Architecture] [Appfactory] .NET AppType support

2014-08-19 Thread Ajanthan Balachandran
On Tue, Aug 19, 2014 at 4:49 PM, Danushka Fernando wrote: > And as per my understanding we will need a jenkins windows,.net > environment to build as well. > Standard way of doing this is to attach a windows slave with MSBuild and tag the job to the slave.This way we can have linux master and win

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

2014-08-19 Thread Ajanthan Balachandran
t;> whether this is still being used. >>> > Will check and let you know >>> >>> That is not being used. Lets scrap it. >>> >>> Tx, >>> Dimuthu >>> >>> > >>> >> Following fields in AF_VERSION. >>> >

Re: [Architecture] [Cloud] Tenant deletion

2014-08-21 Thread Ajanthan Balachandran
On Thu, Aug 21, 2014 at 8:24 PM, Mahesh Chinthaka 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 we > identi

Re: [Architecture] [Cloud] Tenant deletion

2014-08-21 Thread Ajanthan Balachandran
t; Correct me if I am wrong. > Looping through each applications and deleting will not be a salable solution. > Thanks & Regards > Danushka Fernando > Software Engineer > WSO2 inc. http://wso2.com/ > Mobile : +94716332729 > > > On Thu, Aug 21, 2014 at 8:46 PM, Ajanthan

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 wrote: > Hi all, > > On Fri, Aug 22, 2014 at 8:41 AM, Dimuthu Leelarathne > 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 PHP community does it. F

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 wrote: > Hi Ajanthan, > > On Fri, Aug 22, 2014 at 10:08 AM, Ajanthan Balachandran > wrote: > >> >> >> >> On Fri, Aug 22, 2014 at 9:53 AM, Manjula Rathnayake >> wrote: >> >>&

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

2014-08-22 Thread Ajanthan Balachandran
On Fri, Aug 22, 2014 at 9:43 AM, Udara Liyanage wrote: > Hi, > > We have done a similar thing by adding metadata service and extending > cartridge agent. When mysql instance get activated, cartridge agent sends > sends IP and credentials to the metadata service. When php instance started > cartri

Re: [Architecture] Implementing the flip property mechanism instead of resource move for AF app promotion

2013-04-29 Thread Ajanthan Balachandran
On Fri, Apr 5, 2013 at 3:25 PM, Ashansa Perera wrote: > Hi all, > > In an appfactory review held on end of last year, a suggestion had been > made to use a flip property for a resource than moving the resource from > one path to another when we are changing the LC ( promoting the app ) > (thread

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] http://svn.wso2.org/repos

[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 wrote: > 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 also inv

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 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 project

Re: [Architecture] [AppFactory][aPaaS] Tenant isolation in Git

2013-07-15 Thread Ajanthan Balachandran
There is another option also.You can use gitblit ProjectModel[0].This is the perfect map for tenants. On Mon, Jul 15, 2013 at 4:39 PM, Asanka Dissanayake wrote: > Yes, that can be done using a permission plugin. Will list out the > security concerns soon. > > > On Mon, Jul 15, 2013 at 4:10 PM, P

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

2013-07-15 Thread Ajanthan Balachandran
On Fri, Jul 12, 2013 at 7:06 PM, Ramith Jayasinghe 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 tested this

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

2013-07-18 Thread Ajanthan Balachandran
Yes,If you compare previous AF deployment pattern and proposed pattern only difference is separate governance registry per environment,We already have MT in runtime(Stratos) so that will not change with MT AF.Only Change is previously we provided one isolated runtime per application.But now in MT

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

2013-07-18 Thread Ajanthan Balachandran
tore is a good 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 Fr

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

2013-07-18 Thread Ajanthan Balachandran
will send multiple diagrams(or table) to depicts how each aspects are separated. > > > > On Fri, Jul 19, 2013 at 6:47 AM, Ajanthan Balachandran > wrote: > >> >> >> >> On Fri, Jul 19, 2013 at 6:28 AM, Samisa Abeysinghe wrote: >> >>> So, if this de

Re: [Architecture] Multi tenanting Issue Tracker

2013-07-24 Thread Ajanthan Balachandran
On Wed, Jul 24, 2013 at 12:02 PM, Dimuthu Leelarathne wrote: > 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 associate a r

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

2013-07-24 Thread Ajanthan Balachandran
On Wed, Jul 24, 2013 at 4:34 PM, Shamika Ariyawansa wrote: > 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 plugins) and

Re: [Architecture] AppFactory Admin Services

2013-08-14 Thread Ajanthan Balachandran
On Wed, Aug 14, 2013 at 9:26 AM, Dimuthu Leelarathne wrote: > Hi, > > AF BPELs are running in the super tenant space. Now the question is, > whether BPEL should invoke admin services deployed in respective tenant > space or super tenant space. > > Here is sample of the admin services [1] From that

Re: [Architecture] AppFactory Admin Services

2013-08-14 Thread Ajanthan Balachandran
> --Srinath > > > On Wed, Aug 14, 2013 at 12:32 PM, Ajanthan Balachandran > wrote: > >> >> >> >> On Wed, Aug 14, 2013 at 9:26 AM, Dimuthu Leelarathne >> wrote: >> >>> Hi, >>> >>> AF BPELs are running in the super

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 naming.

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 t