Re: [Carbon-dev] Samples carbon component for ESB

2010-08-18 Thread Chamara Silva
On Tue, Aug 17, 2010 at 10:18 AM, Samisa Abeysinghe wrote: > > > On Tue, Aug 17, 2010 at 9:20 AM, Hiranya Jayathilaka > wrote: >> >> >> On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe >> wrote: >>> >>> >>> On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva >>> wrote: There are t

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-18 Thread Hiranya Jayathilaka
On Tue, Aug 17, 2010 at 11:06 AM, Supun Kamburugamuva wrote: > We can extend this concept to have versioning for Synapse > Configurations as well. This is a basic user requirement. When user > does a change to a synapse configuration and save it we can give a new > version to the configuration and

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-18 Thread Thilini Ishaka
Hi All, The purpose of the test automation framework model is to test the carbon engine which is a collection of admin services. Meanwhile we are automating the sample testing process. Currently the automation framework supports ~70% of esb sample tests. Soon, we will be able to increase that amou

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-17 Thread Supun Kamburugamuva
On Tue, Aug 17, 2010 at 11:12 AM, Samisa Abeysinghe wrote: > On Tuesday, August 17, 2010, Supun Kamburugamuva wrote: >> We can extend this concept to have versioning for Synapse >> Configurations as well. This is a basic user requirement. > > +1 > > When user >> does a change to a synapse configu

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Ruwan Linton
On 8/17/10 11:06 AM, Supun Kamburugamuva wrote: > We can extend this concept to have versioning for Synapse > Configurations as well. This is a basic user requirement. When user > does a change to a synapse configuration and save it we can give a new > version to the configuration and later user

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
On Tuesday, August 17, 2010, Supun Kamburugamuva wrote: > We can extend this concept to have versioning for Synapse > Configurations as well. This is a basic user requirement. +1 When user > does a change to a synapse configuration and save it we can give a new > version to the configuration and

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Supun Kamburugamuva
We can extend this concept to have versioning for Synapse Configurations as well. This is a basic user requirement. When user does a change to a synapse configuration and save it we can give a new version to the configuration and later user can decide which version should be active. Thanks, Supun.

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
On Tue, Aug 17, 2010 at 9:20 AM, Hiranya Jayathilaka wrote: > > > On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe wrote: > >> >> >> On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: >> >>> There are two ways to implement this. >>> >>> 1. We can simply read the configuration from the

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Ruwan Linton
On 8/17/10 9:28 AM, Hiranya Jayathilaka wrote: Ruwan, On Tue, Aug 17, 2010 at 8:30 AM, Ruwan Linton > wrote: On 8/17/10 7:45 AM, Samisa Abeysinghe wrote: On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe mailto:sam...@wso2.com>> wrote: On Mon,

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Hiranya Jayathilaka
Ruwan, On Tue, Aug 17, 2010 at 8:30 AM, Ruwan Linton wrote: > On 8/17/10 7:45 AM, Samisa Abeysinghe wrote: > > > > On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe wrote: > >> >> >> On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: >> >>> There are two ways to implement this. >>>

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Hiranya Jayathilaka
On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe wrote: > > > On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > >> There are two ways to implement this. >> >> 1. We can simply read the configuration from the file system and them >> override the current synapse configuration with th

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Ruwan Linton
On 8/17/10 7:45 AM, Samisa Abeysinghe wrote: On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe > wrote: On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva mailto:su...@wso2.com>> wrote: There are two ways to implement this. 1. We can si

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
On Tue, Aug 17, 2010 at 7:39 AM, Samisa Abeysinghe wrote: > > > On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > >> There are two ways to implement this. >> >> 1. We can simply read the configuration from the file system and them >> override the current synapse configuration with th

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > There are two ways to implement this. > > 1. We can simply read the configuration from the file system and them > override the current synapse configuration with the sample > configuration. This leads to the destruction of current conf

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
Folks, I have asked TWICE on this thread if this uses the model used by test automation framework. The question can be DUMB, but you have to have some respect to answer that question. On Mon, Aug 16, 2010 at 9:25 PM, Hiranya Jayathilaka wrote: > > > On Mon, Aug 16, 2010 at 10:54 AM, Supun

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Hiranya Jayathilaka
On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > There are two ways to implement this. > > 1. We can simply read the configuration from the file system and them > override the current synapse configuration with the sample > configuration. This leads to the destruction of current conf

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Hiranya Jayathilaka
On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > There are two ways to implement this. > > 1. We can simply read the configuration from the file system and them > override the current synapse configuration with the sample > configuration. This leads to the destruction of current conf

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Samisa Abeysinghe
On Mon, Aug 16, 2010 at 1:46 PM, Miyuru Wanninayaka wrote: > > > On Mon, Aug 16, 2010 at 11:25 AM, Ruwan Linton wrote: > >> On 8/16/10 10:54 AM, Supun Kamburugamuva wrote: >> > There are two ways to implement this. >> > >> > 1. We can simply read the configuration from the file system and them

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-16 Thread Miyuru Wanninayaka
On Mon, Aug 16, 2010 at 11:25 AM, Ruwan Linton wrote: > On 8/16/10 10:54 AM, Supun Kamburugamuva wrote: > > There are two ways to implement this. > > > > 1. We can simply read the configuration from the file system and them > > override the current synapse configuration with the sample > > conf

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Ruwan Linton
On 8/16/10 10:54 AM, Supun Kamburugamuva wrote: > There are two ways to implement this. > > 1. We can simply read the configuration from the file system and them > override the current synapse configuration with the sample > configuration. This leads to the destruction of current configuration. >

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Samisa Abeysinghe
On Mon, Aug 16, 2010 at 10:54 AM, Supun Kamburugamuva wrote: > There are two ways to implement this. > > 1. We can simply read the configuration from the file system and them > override the current synapse configuration with the sample > configuration. This leads to the destruction of current conf

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Supun Kamburugamuva
There are two ways to implement this. 1. We can simply read the configuration from the file system and them override the current synapse configuration with the sample configuration. This leads to the destruction of current configuration. 2. The second approach is to build the synapse configuratio

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Samisa Abeysinghe
It would be a good idea to try and make these samples more real world. The current ESB samples are all related to stock quote. But it might be a good idea to see what Shelan did and re-use some of those. On Mon, Aug 16, 2010 at 9:01 AM, Ruwan Linton wrote: > To add a bit of context this is goin

Re: [Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Ruwan Linton
To add a bit of context this is going to be useful for a person who wants to try out the ESB samples on stratos. We will have a set of sample configurations listed as the security templates in the security wizard and users can load those sample configurations to test those. To make it work seam

[Carbon-dev] Samples carbon component for ESB

2010-08-15 Thread Supun Kamburugamuva
Hi All, I've started working on a new Carbon Component for ESB to load the samples from the UI. For example user can start the ESB normally and then load a sample configuration by choosing the samples number. Thanks, Supun... ___ Carbon-dev mailing li