Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Pirinthapan Mahendran
Hi all, I am implementing the UX solution, proposed by Danushka, to improve the performance of Runtime configs page after removing the registry mounts. To implement this, I am saving the resource name and description to the existing runtime database (AF_RESOURCE) and showing these information in t

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Dimuthu Leelarathne
Hi Pirin, On Tue, Jun 16, 2015 at 3:30 PM, Pirinthapan Mahendran wrote: > Hi all, > > I am implementing the UX solution, proposed by Danushka, to improve the > performance of Runtime configs page after removing the registry mounts. To > implement this, I am saving the resource name and descripti

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Danushka Fernando
The thing is Dimuthu, currently there is no description field for external apis. So please advise. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jun 16, 2015 6:13 PM, "Dimuthu Leelarathne" wrote: > Hi Pirin, > > On Tue, Jun 16,

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Pirinthapan Mahendran
Hi Dimuthu, On Tue, Jun 16, 2015 at 6:13 PM, Dimuthu Leelarathne wrote: > Hi Pirin, > > On Tue, Jun 16, 2015 at 3:30 PM, Pirinthapan Mahendran < > pirintha...@wso2.com> wrote: > >> Hi all, >> >> I am implementing the UX solution, proposed by Danushka, to improve the >> performance of Runtime con

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Amalka Subasinghe
We can just add a field for description in the UI and save it on the AF_RESOURCE database right? AND Why don't we save the authentication type in the AF_RESOURCE table itself? either we save it separate table or AF_RESOURCE table itself we have to do the data migration. and saving in AF_RESOURCE

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread danushkaf
Hi Amalka >> We can just add a field for description in the UI and save it on the >> AF_RESOURCE database right? Yup. This is what meant by option #4. >> Why don't we save the authentication type in the AF_RESOURCE table itself? >> either we save it separate table or AF_RESOURCE table itself w

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Dimuthu Leelarathne
On Tue, Jun 16, 2015 at 7:52 PM, Pirinthapan Mahendran wrote: > Hi Dimuthu, > > On Tue, Jun 16, 2015 at 6:13 PM, Dimuthu Leelarathne > wrote: > >> Hi Pirin, >> >> On Tue, Jun 16, 2015 at 3:30 PM, Pirinthapan Mahendran < >> pirintha...@wso2.com> wrote: >> >>> Hi all, >>> >>> I am implementing the

Re: [Architecture] [GSoC] JMS 2.0 support for WSO2 ESB JMS Inbound Endpoint and JMS Transport

2015-06-16 Thread eranda rajapaksha
Hi, This is the current progress update on my project. After completing the implementation of Shared Topic Subscription feature I have created a sample for it [1]. I also performed a load test on the feature and the results can be found in here [2]. Created a doc[3] with the newly added paramete

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Punnadi Gunarathna
Hi All, I also think adding a new column to AF_RESOURCE would add more consistency. But we shouldn't be biased to External_APIs while naming that column. We can put a generic name so that in future, if we get more details to any of these resources (datasource, external_apis etc), that can be saved

[Architecture] [ESB] Can we get rid of the usage of get-property function?

2015-06-16 Thread Kasun Indrasiri
Hi, It seems we can get rid of the usage of get-property and stick to the usage of scope variable declarations only (the current impl of get-property function always triggers a call to ESB registry interface, which can be a performance hit). For example we can use: $ctx, $trp etc to get required