Re: [Dev] How to restart server during the test in UI automation

2015-03-20 Thread Lakshman Udayakantha
Hi All, Thanks. It works with your suggestion. Thanks Lakshman On Sat, Mar 21, 2015 at 12:55 AM, Hemika Kodikara wrote: > Hi, > > As Nuwan mentioned, you can restart the server with the following code. > > ServerConfigurationManager serverManager = new > ServerConfigurationManager(automationCo

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Niranda Perera
Congrats Godwin! On Sat, Mar 21, 2015 at 11:28 AM, Godwin Amila Shrimal wrote: > Thanks a lot everyone...! > > > Thanks > Godwin > > On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage wrote: > >> Congrats Godwin >> >> Roshan Deniyage >> Associate Technical Lead >> WSO2, Inc: http://wso2.com >

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Godwin Amila Shrimal
Thanks a lot everyone...! Thanks Godwin On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage wrote: > Congrats Godwin > > Roshan Deniyage > Associate Technical Lead > WSO2, Inc: http://wso2.com > > Mobile: +94 777636406 / +1 408 667 6254 > Twitter: *https://twitter.com/roshku

[Dev] Undefined 'Security policy namespace cannot be null.' resource property runtime exception when executing a jar created by maven assembly plugin

2015-03-20 Thread Sabra Ossen
Hi, I have created a jar with dependencies using the maven assembly plugin in order to push data to secure web service in WSO2 DSS. The code works fine when run in intelliJ idea, but when the jar is run I get the following exception. java.lang.RuntimeException: Undefined 'Security policy namespa

Re: [Dev] [Architecture] [APIM] Swagger validation

2015-03-20 Thread Madawa Soysa
Hi, Check the project[1] as well. This is not a json-schema validator but swagger specific parser which creates a Java POJO from a swagger definition. Includes a Swagger migration tool from Swagger 1.0, 1.1 and 1.2 to Swagger 2.0. [1] - https://gith

Re: [Dev] GSoC Project - Deep Learning for WSO2 Machine Learner

2015-03-20 Thread Nirmal Fernando
Could you please check with them using their mailing list? On Sat, Mar 21, 2015 at 7:52 AM, Malintha Fernando wrote: > Hi, > > Is there a way to visualize the current neural network in dl4j something > similar to 'view' in matlab? They have mentioned about t-sne[1] but the > documentation was no

Re: [Dev] GSoC Project - Deep Learning for WSO2 Machine Learner

2015-03-20 Thread Malintha Fernando
Hi, Is there a way to visualize the current neural network in dl4j something similar to 'view' in matlab? They have mentioned about t-sne[1] but the documentation was not that descriptive. [1] http://deeplearning4j.org/tsne-visualization.html Thanks, On Fri, Mar 6, 2015 at 11:34 PM, Malintha Fe

Re: [Dev] Is there an easier way to find the feature of a particular jar coming from?

2015-03-20 Thread danushkaf
Sorry for being less descriptive. If you go to $CARBON_HOME/repository/components/features and run grep -lr it will return the feature that includes the bundle. That's easier than an osgi command isn’t it. 😉 For an osgi command you need to start the server. Thanks & Regards Danushka Fern

Re: [Dev] Is there an easier way to find the feature of a particular jar coming from?

2015-03-20 Thread Punnadi Gunarathna
and of course pom files+ features.xml On Sat, Mar 21, 2015 at 4:38 AM, Punnadi Gunarathna wrote: > Hi Danushka, > > I meant by going through pom files is grep. Sorry for confusion. I asked > for a quicker command such as in osgiConsole. > > On Fri, Mar 20, 2015 at 7:54 PM, wrote: > >> You can

Re: [Dev] Is there an easier way to find the feature of a particular jar coming from?

2015-03-20 Thread Punnadi Gunarathna
Hi Danushka, I meant by going through pom files is grep. Sorry for confusion. I asked for a quicker command such as in osgiConsole. On Fri, Mar 20, 2015 at 7:54 PM, wrote: > You can grep in product features. > > Thanks & Regards > Danushka Fernando > Software Engineer > WSO2 inc. http://wso2.c

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Asanka Abeyweera
+1 for first approach. Sent from my mobile -- Asanka Abeyweera Software Engineer WSO2 Inc. Phone: +94 712228648 On Mar 21, 2015 12:57 AM, "Hasitha Hiranya" wrote: > +1 for the fist approach. > > On Fri, Mar 20, 2015 at 7:35 AM, Pamod Sylvester wrote: > >> I too think option 1 is better, given

[Dev] WSO2 Complex Event Processor 4.0.0-M4 Released!

2015-03-20 Thread Dilini Muthumala
Hi All, WSO2 CEP Team is pleased to announce the release of WSO2 Complex Event Processor (Version - 4.0.0 Milestone 4 ). The Milestone-4 pack is available at [1] Please follow the documentation for more info (which is working in progress) in [2]. Following are the bug fixes, improvements and t

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Roshan Deniyage
Congrats Godwin Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile: +94 777636406 / +1 408 667 6254 Twitter: *https://twitter.com/roshku * LinkedIn : https://www.linkedin.com/in/roshandeniyage On Fri, Mar 20, 2015 at 3:52 PM, Ar

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Aruna Karunarathna
Congratulations Godwin..!!! On Fri, Mar 20, 2015 at 11:19 AM, Malintha Adikari wrote: > Congratulation Godwin..!!! > > On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera wrote: > >> Congratulations Godwin ! >> >> On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna >> wrote: >> >>> Congratzzz Godwi

Re: [Dev] How to restart server during the test in UI automation

2015-03-20 Thread Hemika Kodikara
Hi, As Nuwan mentioned, you can restart the server with the following code. ServerConfigurationManager serverManager = new ServerConfigurationManager(automationContext); serverManager.restartGracefully(); Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware

[Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-20 Thread Tharinda Ehelepola
Hi, I added the points that you mentioned. here is the current draft of my proposal. Can you please review it and give some comments. https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/pub Thank You. Tharinda. ___ Dev maili

Re: [Dev] [DEV][Jaggery] how to handle exception come from XMLHttpRequestHostObject

2015-03-20 Thread Rasika Perera
Hi Tharindu, Correct. As we discussed, we are making two network calls for the same functionality. Assuming that the network call is costly, when number of log-in users increasing and fetching Human Tasks available on BPS server, network traffic is increased. However, It might not affect very bad

Re: [Dev] How to restart server during the test in UI automation

2015-03-20 Thread Nuwan Wimalasekara
Hi You have a UI to restart the server. So you can can restart the server by navigating to the restart page in test. Otherwise you can use ServerConfigurationManager class to restart the server directly calling to the backend service. Thanks, Nuwanw On Fri, Mar 20, 2015 at 8:52 AM, Lakshman Udaya

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Malintha Adikari
Congratulation Godwin..!!! On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera wrote: > Congratulations Godwin ! > > On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna > wrote: > >> Congratzzz Godwin ...! >> >> >> *Harsha Thirimanna* >> Senior Software Engineer; WSO2, Inc.; http://wso2.com >> *

Re: [Dev] [DEV][Jaggery] how to handle exception come from XMLHttpRequestHostObject

2015-03-20 Thread Tharindu Dharmarathna
Hi Rasika, Thank you for the clarification , and as our offline chat we are sending multiple network calls to the BPS is that not become issue come into the production ? . Thanks and Regards Tharindu. On Fri, Mar 20, 2015 at 11:37 PM, Rasika Perera wrote: > Hi Lakmali, > > +1 for the explanati

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Rasika Perera
Congratulations Godwin ! On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna wrote: > Congratzzz Godwin ...! > > > *Harsha Thirimanna* > Senior Software Engineer; WSO2, Inc.; http://wso2.com > * * > *email: **hars...@wso2.com* * cell: +94 71 5186770 , > +94 * > *77461778

Re: [Dev] [DEV][Jaggery] how to handle exception come from XMLHttpRequestHostObject

2015-03-20 Thread Rasika Perera
Hi Lakmali, +1 for the explanation. In your solution, I think HTTP HEAD[1] is better to testing accessibility of the server endpoint. var httpClient = new Packages.org.apache.http.impl.client.DefaultHttpClient(); var *httpHead* = new Packages.org.apache.http.client.methods.*HttpHead* (endpoint);

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Harsha Thirimanna
Congratzzz Godwin ...! *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 , +94 * *774617784twitter: **http://twitter.com/ * *harshathirimannlinked-in: **http: <

Re: [Dev] [GSoC-2015] Proposal 1: Siddhi Process Monitor for WSO2 CEP

2015-03-20 Thread Rumesh Eranga
Hi, I created a draft proposal for the project [1]. I would like to hear the comments about the proposal so that I could improve it according to the feedback. [1] https://docs.google.com/document/d/1HqTq-j1Q5-azqdr1_JHWpyf0wt7PF9mV6f4cGMmT5nE/edit?usp=sharing Thanks. Rumesh On Tue, Feb 24, 201

Re: [Dev] GSOC 2015 Proposal 6: AppFactory - Command Line Tool

2015-03-20 Thread Asela Damian Perera
Hi, I used curl command using linux os, still it gives *false*, same problem exists Thank you, Asela Damian Perera. On Fri, Mar 20, 2015 at 9:59 PM, Asela Damian Perera < mail.damian.per...@gmail.com> wrote: > Hi, > > As a start I checked the App Factory API, and wrote a java > p

Re: [Dev] GSOC 2015 Proposal 6: AppFactory - Command Line Tool

2015-03-20 Thread Asela Damian Perera
Hi, As a start I checked the App Factory API, and wrote a java program to login and getApplications actions of App Factory API, it get's the success status 200 http response code, but doesn't login, I checked whether my email and password by login into the cloud, they are correct too. And

[Dev] GSOC 2015 Proposal 6: AppFactory - Command Line Tool

2015-03-20 Thread Asela Damian Perera
Hi, I am currently a second year undergraduate at Informatics Institute of Technology (IIT) SriLanka, I am a quick learner, ready to achieve challenges, familiar with java and batch top of first year sept intake last year. I am willing to complete the following proposal Proposal 6: AppFac

[Dev] How to restart server during the test in UI automation

2015-03-20 Thread Lakshman Udayakantha
Hi folks, Any clue on how to do $subject. Thanks -- Lakshman Udayakantha WSO2 Inc. www.wso2.com lean.enterprise.middleware Mobile: *0711241005* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Prabath Ariyarathna
Congratz, Godwin!!! On Fri, Mar 20, 2015 at 8:42 PM, Bhathiya Jayasekara wrote: > Congratulations Godwin... > > On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath > wrote: > >> Congratz Godwin! >> >> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne >> wrote: >> >>> Congratulations Godwin..!! >

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Bhathiya Jayasekara
Congratulations Godwin... On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath wrote: > Congratz Godwin! > > On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne wrote: > >> Congratulations Godwin..!! >> >> On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee >> wrote: >> >>> Congratulations Godwin..!

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Isuruwan Herath
Congratz Godwin! On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne wrote: > Congratulations Godwin..!! > > On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee > wrote: > >> Congratulations Godwin..!! >> >> On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera wrote: >> >>> Congratz Godwin !!! >>> >>> *

Re: [Dev] Is there an easier way to find the feature of a particular jar coming from?

2015-03-20 Thread danushkaf
You can grep in product features. Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 From: Punnadi Gunarathna Sent: ‎Friday‎, ‎March‎ ‎20‎, ‎2015 ‎3‎:‎33‎ ‎PM To: WSO2 Developers' List Hi All, Rather than going through pom fil

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Isura Karunaratne
Congratulations Godwin..!! On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee wrote: > Congratulations Godwin..!! > > On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera wrote: > >> Congratz Godwin !!! >> >> *Asok Aravinda Perera* >> Software Engineer >> WSO2, Inc.;http://wso2.com/ >>

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Isura Karunaratne
Congratulations Malithi...!! On Fri, Mar 20, 2015 at 8:36 AM, Hasintha Indrajee wrote: > Congratulations Malithi...!! > > On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera wrote: > >> Congratz Malithi !!! >> >> *Asok Aravinda Perera* >> Software Engineer >> WSO2, Inc.;http://wso2.com/ >>

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Hasitha Hiranya
+1 for the fist approach. On Fri, Mar 20, 2015 at 7:35 AM, Pamod Sylvester wrote: > I too think option 1 is better, given the fact that the second node could > trigger the flow controlling upon acceptance of the first few messages if > its exhausted. > > On Fri, Mar 20, 2015 at 5:55 PM, Asitha N

[Dev] [GSOC 2015] CEP Based Throttling for API Manager

2015-03-20 Thread Roshan Dissanayake
Hi, I'm Roshan Dissanayake a second year student of Informatics Institute of Technology following B.Eng Software Engineering. I am interested on proposal [8] CEP Based Throttling for API Manager. I'm quite familiar with the CEP and have been studying about the current behavior of throttling proces

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Hasintha Indrajee
Congratulations Malithi...!! On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera wrote: > Congratz Malithi !!! > > *Asok Aravinda Perera* > Software Engineer > WSO2, Inc.;http://wso2.com/ > > lean.

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Hasintha Indrajee
Congratulations Godwin..!! On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera wrote: > Congratz Godwin !!! > > *Asok Aravinda Perera* > Software Engineer > WSO2, Inc.;http://wso2.com/ > > lean.ent

Re: [Dev] Best Practices in Testing Flow-Based methods

2015-03-20 Thread Saneth Dharmakeerthi
Hi Supun, it is not a good idea to populate a DB using DB dumps, because it is not pactrical to maintain the db dumps and package the dumps with product. In user scenarios also these workflows are executed in same oder it is ok to have dependencies among the workflows. But at the *beginning o

Re: [Dev] [AF][Jaggery] - NullPointerException after routing ajax calls.

2015-03-20 Thread Udara Rathnayake
Seems social-core is unable to read the datasource in-order to return the connection. Not sure weather this occurred due to the exact reason you mentioned above. You can debug the social-core and see what is going wrong here. You need to get source related to this component from a old commit since

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Asok Perera
Congratz Malithi !!! *Asok Aravinda Perera* Software Engineer WSO2, Inc.;http://wso2.com/ lean.enterprise.middleware Mobile: +94722241032 On Fri, Mar 20, 2015 at 6:38 PM, Gayan Gunawardana

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Asok Perera
Congratz Godwin !!! *Asok Aravinda Perera* Software Engineer WSO2, Inc.;http://wso2.com/ lean.enterprise.middleware Mobile: +94722241032 On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana w

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Gayan Gunawardana
Congratzzz Malithiii... On Fri, Mar 20, 2015 at 5:13 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Congratz Malithi!!! > > On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan > wrote: > >> Congratz Malithi >> >> On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne < >> madusan...

[Dev] [AF][Jaggery] - NullPointerException after routing ajax calls.

2015-03-20 Thread Mahesh Chinthaka
Hi all, I introduced a file called router.jag in appmgt root. And added some url mappings to jaggerry.conf file to route all ajax calls to block layer via router.jag Now Im getting following NPE. But in UI its working as expected. TID: [0] [AF] [2015-03-20 12:50:36,796] ERROR {org.jaggeryjs.jag

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Gayan Gunawardana
Congratzzz Godwin ...! On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne wrote: > Congrats Godwin. > > On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva > wrote: > >> Congratz Godwin... >> >> On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath wrote: >> >>> Congrats Godwin!!! >>> >>> On Fri

[Dev] Using Clone Mediator with payload factory

2015-03-20 Thread Sam Sivayogam
Hi All I wanted to use the clone mediator to create two custom soap requests in ESB 4.8.1. so i tried to created simple proxy service and and added a clone mediator then a target. then i added a endpoint to target and invoked the proxy it worked fine. but when i add a payloadmediator and tried to

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Pamod Sylvester
I too think option 1 is better, given the fact that the second node could trigger the flow controlling upon acceptance of the first few messages if its exhausted. On Fri, Mar 20, 2015 at 5:55 PM, Asitha Nanayakkara wrote: > In MB Flow controlling mechanism is cluster unaware. Hence when one node

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Ramith Jayasinghe
first one seems the correct way to me. thoughts? On Fri, Mar 20, 2015 at 5:55 PM, Asitha Nanayakkara wrote: > In MB Flow controlling mechanism is cluster unaware. Hence when one node > enables flow control other node doesn't know about it. > IMO we have two approaches to tackle this. > >- Af

[Dev] Best Practices in Testing Flow-Based methods

2015-03-20 Thread Supun Sethunga
Hi, While writing Integration Automated Tests for Product ML, I came across the following scenario: Suppose there are several workflows I want to test (workflow_1, workflow_2, ...). Each workflow consists of several methods. i.e: - workflow_1 - method_A - method_B - method

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Asitha Nanayakkara
In MB Flow controlling mechanism is cluster unaware. Hence when one node enables flow control other node doesn't know about it. IMO we have two approaches to tackle this. - After client retries to connect to killed node (after failing to connect) it will try to connect to second node. At tha

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Keerthika Mahendralingam
Congratz Malithi!!! On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan wrote: > Congratz Malithi > > On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne > wrote: > >> Congrats Malithi.!!! >> >> On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva >> wrote: >> >>> Congratz Malithi... >>> >>> O

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Elilmatha Sivanesan
Congratz Malithi On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne wrote: > Congrats Malithi.!!! > > On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva > wrote: > >> Congratz Malithi... >> >> On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge >> wrote: >> >>> Congrats Malithi!! >>> >>> On Fri,

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Madusanka Premaratne
Congrats Godwin. On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva wrote: > Congratz Godwin... > > On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath wrote: > >> Congrats Godwin!!! >> >> On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara wrote: >> >>> Congratz Godwin! >>> >>> Hemika Kodikara >>>

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Madusanka Premaratne
Congrats Malithi.!!! On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva wrote: > Congratz Malithi... > > On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge wrote: > >> Congrats Malithi!! >> >> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe >> wrote: >> >>> Congratz Malithi... >>> >>> On F

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Dinithi De Silva
Congratz Godwin... On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath wrote: > Congrats Godwin!!! > > On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara wrote: > >> Congratz Godwin! >> >> Hemika Kodikara >> Software Engineer >> WSO2 Inc. >> lean . enterprise . middleware >> http://wso2.com >> >> Mobi

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Dinithi De Silva
Congratz Malithi... On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge wrote: > Congrats Malithi!! > > On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe > wrote: > >> Congratz Malithi... >> >> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby >> wrote: >> >>> Hi All, >>> >>> It's my pleas

Re: [Dev] [MB][Error] Server start up exception

2015-03-20 Thread Ramith Jayasinghe
have you mounted the registry correctly? :) On Fri, Mar 20, 2015 at 4:43 PM, Pranavan Theivendram wrote: > *at > org.wso2.carbon.event.core.internal.CarbonEventBroker.loadExistingSubscriptions(CarbonEventBroker.java:90)* > * at > org.wso2.carbon.event.core.internal.CarbonEventBroker.init(CarbonE

Re: [Dev] [MB][Error] Server start up exception

2015-03-20 Thread Pranavan Theivendram
*at org.wso2.carbon.event.core.internal.CarbonEventBroker.loadExistingSubscriptions(CarbonEventBroker.java:90)* * at org.wso2.carbon.event.core.internal.CarbonEventBroker.init(CarbonEventBroker.java:67)* * at org.wso2.carbon.event.core.internal.CarbonEventBrokerFactory.getEventBroker(CarbonEventBro

[Dev] RabbitMQ MSMP added

2015-03-20 Thread Eranda Rajapakshe
Hi, Please review the pull request [1]. [1]. https://github.com/wso2/wso2-synapse/pull/107 Thank you! -- *Eranda Rajapakshe* Software Engineering intern WSO2 Inc. www.wso2.com Tel : +94784822608 Email : eran...@wso2.com ___ Dev mailing list Dev@wso2.

Re: [Dev] [MB][Error] Server start up exception

2015-03-20 Thread Hemika Kodikara
Hi Pranavan, Will you be able to attach the wso2carbon.log file ? Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Fri, Mar 20, 2015 at 4:38 PM, Pranavan Theivendram wrote: > [Looping in Hemika] > > On Fri, Ma

Re: [Dev] [MB][Error] Server start up exception

2015-03-20 Thread Pranavan Theivendram
[Looping in Hemika] On Fri, Mar 20, 2015 at 3:27 PM, Pranavan Theivendram wrote: > Hi All, > > I am getting the following exception when I am starting a particular MB > node in the cluster. But the server is started. > > > *{org.wso2.carbon.event.core.internal.builder.EventBrokerHandler} - Can

Re: [Dev] ESB + MB Testing - JMS Transactions

2015-03-20 Thread Ramith Jayasinghe
Shall we write a integration test case for this? On Fri, Mar 20, 2015 at 4:31 PM, Hasitha Hiranya wrote: > Hi Team, > > Please refer following documentation from ESB > https://docs.wso2.com/display/ESB481/JMS+Transactions > > If the back-end is down (or any error happened during mediation) mes

[Dev] ESB + MB Testing - JMS Transactions

2015-03-20 Thread Hasitha Hiranya
Hi Team, Please refer following documentation from ESB https://docs.wso2.com/display/ESB481/JMS+Transactions If the back-end is down (or any error happened during mediation) message should not be removed from the queue. Many customers want this. So JMS transactions is the proper way to do this.

Re: [Dev] [Architecture][APIM] Swagger validation

2015-03-20 Thread Madusanka Premaratne
Hi Vishanth, Thanks for the response. I did a research on fge/json-schema-validator and seems like it is not maintaining. Anyhow I will apply it and check whether it is functioning as expected. Thanks, On Fri, Mar 20, 2015 at 2:46 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Mad

Re: [Dev] Update axis2,axiom release version in carbon-identity

2015-03-20 Thread Udara Rathnayake
Thanks Prasad. On Fri, Mar 20, 2015 at 4:03 PM, Prasad Tissera wrote: > Hi Udara, > > Updated the axis and axiom versions. Thanks. > > Regards, > Prasad. > > On Fri, Mar 20, 2015 at 2:38 PM, Darshana Gunawardana > wrote: > >> [Adding Prasad and Johann] >> >> On Fri, Mar 20, 2015 at 1:57 PM, Uda

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Inshaf Mahath
Congrats Godwin!!! On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara wrote: > Congratz Godwin! > > Hemika Kodikara > Software Engineer > WSO2 Inc. > lean . enterprise . middleware > http://wso2.com > > Mobile : +9477762 > > On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe > wrote: > >> Co

Re: [Dev] Adding missed dependency on carbon-identitiy-java8support branch

2015-03-20 Thread Prasad Tissera
Updated the axis and axiom versions. Thanks. Regards, Prasad. On Fri, Mar 20, 2015 at 3:22 PM, Pulasthi Mahawithana wrote: > Hi Udara, > > PrasadT is working on this. > > On Fri, Mar 20, 2015 at 2:35 PM, Udara Rathnayake wrote: > >> Hi Pulasthi, >> >> Can we update the carbon-identity java8sup

Re: [Dev] Update axis2,axiom release version in carbon-identity

2015-03-20 Thread Prasad Tissera
Hi Udara, Updated the axis and axiom versions. Thanks. Regards, Prasad. On Fri, Mar 20, 2015 at 2:38 PM, Darshana Gunawardana wrote: > [Adding Prasad and Johann] > > On Fri, Mar 20, 2015 at 1:57 PM, Udara Rathnayake wrote: > >> Hi IS team, >> >> Shall we do the $subject within java8support br

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Hemika Kodikara
Congratz Godwin! Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe wrote: > Congratz Godwin... > > On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby > wrote: > >> Hi All, >

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Himasha Guruge
Congrats Malithi!! On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe wrote: > Congratz Malithi... > > On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby > wrote: > >> Hi All, >> >> It's my pleasure to announce Malithi Edirisinghe as a WSO2 Committer. >> Malithi has been a valuable contri

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Himasha Guruge
Congrats Godwin!! On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe wrote: > Congratz Godwin... > > On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby > wrote: > >> Hi All, >> >> It's my pleasure to announce Amila Godwin Shrimal as a WSO2 Committer. >> Godwin has been a valuable contribu

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Thanuja Jayasinghe
Congratz Malithi... On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Malithi Edirisinghe as a WSO2 Committer. > Malithi has been a valuable contributor for WSO2 Identity Server product, > and in recognition of her contribution to WSO2, she

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Thanuja Jayasinghe
Congratz Godwin... On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Amila Godwin Shrimal as a WSO2 Committer. > Godwin has been a valuable contributor for WSO2 Identity Server product, > and in recognition of his contribution to WSO2, he h

Re: [Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Hemika Kodikara
We would have to keep the flow control status per publisher across the cluster I suppose. Is there a way through client to retry publishing after sometime ? Which can be set through the AMQP url ? Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://ws

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Aiyadurai Rajeevan
Congrats Godwin :) Thanks & Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Fri, Mar 20, 2015 at 3:39 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Congratz ..! > > On Fri, Mar 20, 2015 at 3:33 PM, Vijitha Ekanayake > wr

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Thusitha Thilina Dayaratne
Congratz ..! On Fri, Mar 20, 2015 at 3:39 PM, Vijitha Ekanayake wrote: > Congrats Malithi !!! > > On Fri, Mar 20, 2015 at 3:34 PM, Chamin Dias wrote: > >> Congratulations Malithi ! >> >> On Fri, Mar 20, 2015 at 3:31 PM, Damith Wickramasinghe >> wrote: >> >>> Congratzz... :) >>> >>> On Fri, Mar

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Thusitha Thilina Dayaratne
Congratz ..! On Fri, Mar 20, 2015 at 3:33 PM, Vijitha Ekanayake wrote: > Congrats Godwin ..!!! > > On Fri, Mar 20, 2015 at 3:30 PM, Damith Wickramasinghe > wrote: > >> Congratzzz ... :) >> >> On Fri, Mar 20, 2015 at 3:25 PM, Ashan Dhananjaya >> wrote: >> >>> Congrats Godwin!! >>> >>> Ashan Dha

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Vijitha Ekanayake
Congrats Malithi !!! On Fri, Mar 20, 2015 at 3:34 PM, Chamin Dias wrote: > Congratulations Malithi ! > > On Fri, Mar 20, 2015 at 3:31 PM, Damith Wickramasinghe > wrote: > >> Congratzz... :) >> >> On Fri, Mar 20, 2015 at 3:29 PM, Kasun Bandara wrote: >> >>> Congratulations Malithi !! >>> >>> On

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Chamin Dias
Congratulation Amila ! On Fri, Mar 20, 2015 at 3:33 PM, Vijitha Ekanayake wrote: > Congrats Godwin ..!!! > > On Fri, Mar 20, 2015 at 3:30 PM, Damith Wickramasinghe > wrote: > >> Congratzzz ... :) >> >> On Fri, Mar 20, 2015 at 3:25 PM, Ashan Dhananjaya >> wrote: >> >>> Congrats Godwin!! >>> >>>

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Chamin Dias
Congratulations Malithi ! On Fri, Mar 20, 2015 at 3:31 PM, Damith Wickramasinghe wrote: > Congratzz... :) > > On Fri, Mar 20, 2015 at 3:29 PM, Kasun Bandara wrote: > >> Congratulations Malithi !! >> >> On Fri, Mar 20, 2015 at 3:24 PM, Ashan Dhananjaya >> wrote: >> >>> Congratulations Malithi :

[Dev] Is there an easier way to find the feature of a particular jar coming from?

2015-03-20 Thread Punnadi Gunarathna
Hi All, Rather than going through pom files, is there a better and quick way to do $subject. If so please let me know. -- Thanks and Regards, Punnadi Gunarathna Senior Software Engineer, WSO2, Inc.; http://wso2.com Blog: http://hi-my-world.blogspot.com/ Tel : 94 11 214 5345 Fax :

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Vijitha Ekanayake
Congrats Godwin ..!!! On Fri, Mar 20, 2015 at 3:30 PM, Damith Wickramasinghe wrote: > Congratzzz ... :) > > On Fri, Mar 20, 2015 at 3:25 PM, Ashan Dhananjaya wrote: > >> Congrats Godwin!! >> >> Ashan Dhananjaya Kumara >> Trainee Software Engineer, WSO2 Inc. >> Inc: *WSO2 Inc. * >> Phone : +9471

[Dev] [MB] How to handle flow controling in a event of fail-over

2015-03-20 Thread Pumudu Ruhunage
Hi All, We did fail over testing on mb nodes in AWS instances and came across following issue. Following is the scenario tested in cluster. 1. Start 2 node mb cluster with nodeA (coordinator), nodeB. 2. Add queue subscriber "MyQueue" to nodeB. 3. Start publish "MyQueue" queue messages to nodeA. 4

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Damith Wickramasinghe
Congratzz... :) On Fri, Mar 20, 2015 at 3:29 PM, Kasun Bandara wrote: > Congratulations Malithi !! > > On Fri, Mar 20, 2015 at 3:24 PM, Ashan Dhananjaya wrote: > >> Congratulations Malithi :) >> >> Ashan Dhananjaya Kumara >> Trainee Software Engineer, WSO2 Inc. >> Inc: *WSO2 Inc. * >> Phone : +

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Damith Wickramasinghe
Congratzzz ... :) On Fri, Mar 20, 2015 at 3:25 PM, Ashan Dhananjaya wrote: > Congrats Godwin!! > > Ashan Dhananjaya Kumara > Trainee Software Engineer, WSO2 Inc. > Inc: *WSO2 Inc. * > Phone : +94715547461 > Blog : http://ashandhananjaya.blogspot.com/ > Twitter : https://twitter.com/Dhananja

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Kasun Bandara
Congratulations Malithi !! On Fri, Mar 20, 2015 at 3:24 PM, Ashan Dhananjaya wrote: > Congratulations Malithi :) > > Ashan Dhananjaya Kumara > Trainee Software Engineer, WSO2 Inc. > Inc: *WSO2 Inc. * > Phone : +94715547461 > Blog : http://ashandhananjaya.blogspot.com/ > Twitter : https://tw

[Dev] [MB][Error] Server start up exception

2015-03-20 Thread Pranavan Theivendram
Hi All, I am getting the following exception when I am starting a particular MB node in the cluster. But the server is started. *{org.wso2.carbon.event.core.internal.builder.EventBrokerHandler} - Can not create the event broker {org.wso2.carbon.event.core.internal.builder.EventBrokerHandler}* *

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Ashan Dhananjaya
Congrats Godwin!! Ashan Dhananjaya Kumara Trainee Software Engineer, WSO2 Inc. Inc: *WSO2 Inc. * Phone : +94715547461 Blog : http://ashandhananjaya.blogspot.com/ Twitter : https://twitter.com/Dhananjaya92 Say ello :https://ello.co/ashandk On Fri, Mar 20, 2015 at 3:23 PM, Anuja Herath wr

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Ashan Dhananjaya
Congratulations Malithi :) Ashan Dhananjaya Kumara Trainee Software Engineer, WSO2 Inc. Inc: *WSO2 Inc. * Phone : +94715547461 Blog : http://ashandhananjaya.blogspot.com/ Twitter : https://twitter.com/Dhananjaya92 Say ello :https://ello.co/ashandk On Fri, Mar 20, 2015 at 3:23 PM, Anuja H

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Anuja Herath
Congrats Amila!! On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Amila Godwin Shrimal as a WSO2 Committer. > Godwin has been a valuable contributor for WSO2 Identity Server product, > and in recognition of his contribution to WSO2, he has bee

Re: [Dev] Adding missed dependency on carbon-identitiy-java8support branch

2015-03-20 Thread Pulasthi Mahawithana
Hi Udara, PrasadT is working on this. On Fri, Mar 20, 2015 at 2:35 PM, Udara Rathnayake wrote: > Hi Pulasthi, > > Can we update the carbon-identity java8support branch accordingly? We are > in the process of building/testing products on java7. > Getting build failures when we try to build carbo

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Anuja Herath
Congratulations Malithi!! On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Malithi Edirisinghe as a WSO2 Committer. > Malithi has been a valuable contributor for WSO2 Identity Server product, > and in recognition of her contribution to WSO2, s

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Harsha Kumara
Congratulations Malithi! On Fri, Mar 20, 2015 at 3:13 PM, Dilan Udara Ariyaratne wrote: > Congratulations, Malithi !!! > > > *Dilan U. Ariyaratne* > Software Engineer > WSO2 Inc. > Mobile: +94775149066 > lean . enterprise . middleware > > On Fri, Mar 20, 2015 at 3:11 PM, Thari

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Harsha Kumara
Congratulations Godwin! On Fri, Mar 20, 2015 at 3:13 PM, Tharik Kanaka wrote: > Congratulations Godwin > > On Fri, Mar 20, 2015 at 3:11 PM, Chanuka Dissanayake > wrote: > >> Congratulation Godwin.. :) >> >> On Fri, Mar 20, 2015 at 3:09 PM, Farasath Ahamed >> wrote: >> >>> Congratulations Godwi

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Dilan Udara Ariyaratne
Congratz, Godwin!!! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. Mobile: +94775149066 lean . enterprise . middleware On Fri, Mar 20, 2015 at 3:11 PM, Chanuka Dissanayake wrote: > Congratulation Godwin.. :) > > On Fri, Mar 20, 2015 at 3:09 PM, Farasath Ahamed > wrote: >

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Tharik Kanaka
Congratulations Godwin On Fri, Mar 20, 2015 at 3:11 PM, Chanuka Dissanayake wrote: > Congratulation Godwin.. :) > > On Fri, Mar 20, 2015 at 3:09 PM, Farasath Ahamed > wrote: > >> Congratulations Godwin !!! >> >> On Fri, Mar 20, 2015 at 3:06 PM, Pulasthi Mahawithana > > wrote: >> >>> Congrats Go

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Dilan Udara Ariyaratne
Congratulations, Malithi !!! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. Mobile: +94775149066 lean . enterprise . middleware On Fri, Mar 20, 2015 at 3:11 PM, Tharindu Edirisinghe wrote: > Congratulations Malithi !!! > > On Fri, Mar 20, 2015 at 3:09 PM, Rajith Vitharana

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Chanuka Dissanayake
Congratulation Malithi.. :) On Fri, Mar 20, 2015 at 3:10 PM, Lasitha Wattaladeniya wrote: > Congratulations Malithi :) > > On Fri, Mar 20, 2015 at 3:06 PM, Pulasthi Mahawithana > wrote: > >> Congrats Malithi ! >> >> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby >> wrote: >> >>> Hi All, >

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Tharik Kanaka
Congratulations Malithi On Fri, Mar 20, 2015 at 3:10 PM, Lasitha Wattaladeniya wrote: > Congratulations Malithi :) > > On Fri, Mar 20, 2015 at 3:06 PM, Pulasthi Mahawithana > wrote: > >> Congrats Malithi ! >> >> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby >> wrote: >> >>> Hi All, >>> >

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Tharindu Edirisinghe
Congratulations Godzilla !!! On Fri, Mar 20, 2015 at 3:09 PM, Farasath Ahamed wrote: > Congratulations Godwin !!! > > On Fri, Mar 20, 2015 at 3:06 PM, Pulasthi Mahawithana > wrote: > >> Congrats Godwin ! >> >> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby >> wrote: >> >>> Hi All, >>> >>>

  1   2   >