Re: [Dev] [Important] Doc Comments for APIs in C5

2014-03-26 Thread Manoj Kumara
Done. *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Fri, Mar 21, 2014 at 11:08 PM, Sameera Jayasoma wrote: > > > > On Fri, Mar 21, 2014 at 11:06 PM, Sameera Jayasoma wrote: > >> Hi Guys, >> >> Go through the following article

[Dev] How could I change load balancing algorithms in ELB 2.1.0

2014-03-26 Thread Quang Cường Vũ
Hi, dev. I setup AS cluster with ELB 2.1.0 . I wonder how could I change load balancing algorithm in ELB 2.1.0 and how could I check what's worker is processing application request? Nice thanks! -- *V uQ u a n g C u o n g * *Software developer and Trainer* ---

Re: [Dev] How could I change load balancing algorithms in ELB 2.1.0

2014-03-26 Thread Manula Chathurika Thantriwatte
Hi Quang, AFAIK WSO2 ELB use round robin algorithm in default. If anyone needs a different algorithm he can implement a algorithm and plug in to WSO2 ELB as a custom jar. Please refer [1]. [1] http://stackoverflow.com/questions/18583445/what-is-the-lb-algorithm-in-wso2-elb-and-how-to-configure-it

Re: [Dev] How could I change load balancing algorithms in ELB 2.1.0

2014-03-26 Thread Quang Cường Vũ
Hi, thank. Could you show me any tool to check ELB's working. I want to monitoring process application request on workers. On Wed, Mar 26, 2014 at 4:19 PM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Hi Quang, > > AFAIK WSO2 ELB use round robin algorithm in default. If anyone nee

Re: [Dev] Fixing kernel to properly read WSDL namespaces

2014-03-26 Thread Kasun Gajasinghe
Merged the changes. On Wed, Mar 26, 2014 at 12:04 PM, Sriskandarajah Suhothayan wrote: > Sent a pull request with the changes > > Thanks > Suho > > > On Tue, Mar 25, 2014 at 1:59 PM, Kasun Gajasinghe wrote: > >> Hi Suho, >> >> Created main and team repos for wso2-wsdl4j. Please send the PR to t

[Dev] Make changes to automation.xml file allowing users to define their own configuration structures

2014-03-26 Thread Malintha Adikari
Hi, I am working on evaluating WSO2 test Automation Framework for automating Apache Stratos tests. In WTAF we use central configuration file (automation.xml) to store all configurations related to tests. So in Apache Stratos case we have to use automation.xml to store all configurations related to

Re: [Dev] Make changes to automation.xml file allowing users to define their own configuration structures

2014-03-26 Thread Dharshana Warusavitharana
Hi Malintha, The practice is if someone needs a different set of configurations in different test suites. Users can alter or add any custom configuration nodes to the configuration. Its acceptable as far as custom configurations does not alter the critical configurations defined by the original xs

Re: [Dev] Make changes to automation.xml file allowing users to define their own configuration structures

2014-03-26 Thread Imesh Gunaratne
Hi Malintha, In Stratos we have considerable amount of configurations to be done. I'm not sure it would be feasible to store all of them in a test configuration file and generate each configuration file in runtime. I think the best option would be to store sample configuration files within the te

[Dev] ESB Connector uploading via UI

2014-03-26 Thread Nalin Chandraratne
HI, When adding a new connector to ESB via UI, we can upload ANY *.zip file and the management console does not verify whether we are actually uploading a connector or not. It also prompts a successful message as shown below(An exception is printed in the command line.). IMO either a verification

Re: [Dev] ESB Connector uploading via UI

2014-03-26 Thread Malaka Silva
Hi Nalin, What is the error you are getting? Usually actual deployment happens when you enable the connector. Not at the time of upload. Best Regards, Malaka On Thu, Mar 27, 2014 at 7:34 AM, Nalin Chandraratne wrote: > HI, > > When adding a new connector to ESB via UI, we can upload ANY *.zi

Re: [Dev] Make changes to automation.xml file allowing users to define their own configuration structures

2014-03-26 Thread Malintha Adikari
Hi Imesh, I see some drawbacks in storing configuration files (JASON payloads) in test suits rather than prepare them at runtime. In a case we want to change those configuration details , we have to go each and every configuration file (JSON) and change the content. TAF facilitate (automation.xml

Re: [Dev] Organizing WSO2 Message Broker Logging

2014-03-26 Thread Hasitha Hiranya
Hi, I have re-organized logs of WSO2 Message Broker. Following are the facts: 1. Per message logs are now "trace" level logs. 2. Debug logs will be mainly subscription related logs and how many messages received/sent and qpid debug logs etc. 3. Whole trace logs from different classes of the serve

[Dev] [DEV][MB] Providing JMS Message Selectors Support for WSO2 MB

2014-03-26 Thread Ishara Premadasa
Hi all, We are going to implement message selectors support [1] into WSO2 Message Broker where a message consumer is allowed to specify the messages it is interested by using a selector string and the broker (JMS provider) does the filtering of messages according to that query. The syntax of the J

[Dev] WSO2 ELB clustering

2014-03-26 Thread Quang Cường Vũ
Hi dev. I wonder if could ELB support clustering because I want to have more than two ELBs working in active mode to load balancing? -- *V uQ u a n g C u o n g * *Software developer and Trainer* Mobile: 0988.397.448 Email: vucuon...@gmail.com

Re: [Dev] [DEV][MB] Providing JMS Message Selectors Support for WSO2 MB

2014-03-26 Thread Pamod Sylvester
+1 to handle it from the server side, also considering the fact of sending irrelevant messages to client will be an additional network overhead. On Thu, Mar 27, 2014 at 10:18 AM, Ishara Premadasa wrote: > Hi all, > > We are going to implement message selectors support [1] into WSO2 Message > Br

[Dev] Can we have a P2 repo for the upcoming release

2014-03-26 Thread Nirodha Pramod
Hi, Can we please have the $subject. This is much needed for API-M testing. regards, Nirodha -- *Nirodha Gallage* Senior Software Engineer, QA. WSO2 Inc.: http://wso2.com/ Mobile: +94716429078 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin

Re: [Dev] Can we have a P2 repo for the upcoming release

2014-03-26 Thread Lalaji Sureshika
Hi Nirodha, We need to create the p2-repo pom for chunk 08 and update relevant nested feature categories in chunk 08 with releasing products.As I see,none of release product team has update this yet.. I'll first create the p2-repo pom and update the relevant APIM related features and provide a p2-

Re: [Dev] Can we have a P2 repo for the upcoming release

2014-03-26 Thread Dunith Dhanushka
Hi Lalaji, Noted. Will update BAM features accordingly. Thanks, Dunith On Thu, Mar 27, 2014 at 10:56 AM, Lalaji Sureshika wrote: > Hi Nirodha, > > We need to create the p2-repo pom for chunk 08 and update relevant nested > feature categories in chunk 08 with releasing products.As I see,none o