Re: [Dev] Tomcat Session Replication Using Caching

2014-10-02 Thread Afkham Azeez
On Thu, Oct 2, 2014 at 9:22 AM, Srinath Perera srin...@wso2.com wrote: I am not sure from notes what we decided. Cannot we just used hazelcast session replication? does above design you mentioned built on top of Hazelcast? Yes, the plan is to use what Hazelcast provides. Otherwise, we will

Re: [Dev] Issues in CEP Getting Started guide

2014-10-02 Thread Dilini Muthumala
Sure, Suho. Hi Praneesha, I've updated the Jira with the necessary change to be made. Please update the doc. Thank you, Dilini On Thu, Oct 2, 2014 at 11:16 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: When done, do update the stackoverflow Qn as well Suho On Thu, Oct 2, 2014 at

Re: [Dev] Is it possible to separate org.wso2.emm.feature into sub features ?

2014-10-02 Thread Dilshan Edirisuriya
Hi Dinusha, What you are saying is correct according to my understanding. EMM feature should not have such entries if its not embedding such apps. Even if it does it is wrong since those apps not bound to emm context and it should get installed from that product specific features. But you could

Re: [Dev] Issues in CEP Getting Started guide

2014-10-02 Thread Praneesha Chandrasiri
I have added the information as step 3 under the topic Step 2: Creating and setting up a MySql database: in CEP 3.1.0 docs in [1]. Also added the information in CEP 4.0.0 docs and resolved the JIRA. Thanks everyone! [1]

Re: [Dev] Issues in CEP Getting Started guide

2014-10-02 Thread Lasantha Fernando
Hi Dilini, Praneesha, Can't we populate the db table by running the pizza publisher client in samples after the flow is completed? It would be nicer to let the event come through the whole flow within the CEP rather than directly inserting the resulting event to the DB table IMHO... :-). WDYT?

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Anuruddha Premalal
Congratulations Samith !! On Thu, Oct 2, 2014 at 11:28 AM, Suhan Dharmasuriya suh...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 11:27 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Samith!!! On Thu, Oct 2, 2014 at 11:25 AM, Gayashan Amarasinghe

[Dev] Exception when running performance test in Siddhi 3.0

2014-10-02 Thread Sriskandarajah Suhothayan
Hi please have a look SimpleFilterSingleQuery: [java] Error creating zip file for jar:/Users/suho/wso2/src/dev/siddhi/modules/siddhi-samples/performance-samples/src/main/resources/log4j.properties [java] java.util.zip.ZipException: error in opening zip file [java] at

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Buddhima Wijeweera
Congratz Samith!!! On Thu, Oct 2, 2014 at 1:09 PM, Anuruddha Premalal anurud...@wso2.com wrote: Congratulations Samith !! On Thu, Oct 2, 2014 at 11:28 AM, Suhan Dharmasuriya suh...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 11:27 AM, Vijitha Ekanayake vijit...@wso2.com

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Harsha Kumara
Congratz Samith! On Thu, Oct 2, 2014 at 1:41 PM, Buddhima Wijeweera buddh...@wso2.com wrote: Congratz Samith!!! On Thu, Oct 2, 2014 at 1:09 PM, Anuruddha Premalal anurud...@wso2.com wrote: Congratulations Samith !! On Thu, Oct 2, 2014 at 11:28 AM, Suhan Dharmasuriya suh...@wso2.com

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Dunith Dhanushka
Congrats Samith! On Thu, Oct 2, 2014 at 1:47 PM, Harsha Kumara hars...@wso2.com wrote: Congratz Samith! On Thu, Oct 2, 2014 at 1:41 PM, Buddhima Wijeweera buddh...@wso2.com wrote: Congratz Samith!!! On Thu, Oct 2, 2014 at 1:09 PM, Anuruddha Premalal anurud...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Shashika Karunatilaka
Congrats Samith...! On Thu, Oct 2, 2014 at 2:00 PM, Dunith Dhanushka dun...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 1:47 PM, Harsha Kumara hars...@wso2.com wrote: Congratz Samith! On Thu, Oct 2, 2014 at 1:41 PM, Buddhima Wijeweera buddh...@wso2.com wrote: Congratz

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Niranda Perera
Congrats Samith! On Thu, Oct 2, 2014 at 2:03 PM, Shashika Karunatilaka shashi...@wso2.com wrote: Congrats Samith...! On Thu, Oct 2, 2014 at 2:00 PM, Dunith Dhanushka dun...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 1:47 PM, Harsha Kumara hars...@wso2.com wrote:

Re: [Dev] API manager - Error while getting Subscriber

2014-10-02 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Udara and Dinesh, I think I solved the problem.. problem was with my oracle ojdbc connector I think. What I did was changed the odbc5 to odbc6 and cleared all generated files in repository/components/dropins. Thank you very much for your instant replies. Now all server components working but

[Dev] Java API Design Best Practices in WSO2?

2014-10-02 Thread Roshan Deniyage
Hi devs, Is there a best practice or a guide line for java level api design in wso2 products? My view is, we need to have a best practices at least in public method definition in service classes (in all the places is better). I could't find a pattern for input parameter validation, exception

Re: [Dev] Setting a soap header to jaggery ws request object

2014-10-02 Thread Danushka Fernando
Hi Ruchira I logged the value of options[SOAPHeaders] in client side [1]. Still I cannot get these headers to server side. Am I doing something wrong here. [1] TID: [0] [Carbon] [2014-10-02 17:04:39,448] INFO {modules/resources/databases/add/add.jag} - *stringify(options['SOAPHeaders']) :

[Dev] Successfully built docker image pushing to glance takes multiple attempts

2014-10-02 Thread Suhan Dharmasuriya
Hi, Apache Stratos - Python cartridge fast track training project. I have created a docker image by Dockerfile automated build and tagged the image from root repository. Now I'm trying to push the image to glance. When I try to push the docker image to glance, I have to attempt several times to

[Dev] Starting ESB with -Dsetup with mysql NDB cluster

2014-10-02 Thread Nuwan Silva
When starting the ESB with -Dsetup for a Mysql NDB cluster does the mysql_cluster.sql get executed or do we have to execute the mysql_cluster.sql manually for the database? Regards, NuwanS. -- *Nuwan Silva* *Senior Software Engineer - QA* Mobile: +94779804543 WSO2 Inc. lean . enterprise .

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Tharindu Edirisinghe
Congratulations Samith !!! On Thu, Oct 2, 2014 at 4:19 PM, Danesh Kuruppu dan...@wso2.com wrote: Congrats Samith !! On Thu, Oct 2, 2014 at 2:29 PM, Niranda Perera nira...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 2:03 PM, Shashika Karunatilaka shashi...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Abimaran Kugathasan
Congrats Samith! On Thu, Oct 2, 2014 at 6:04 PM, Tharindu Edirisinghe tharin...@wso2.com wrote: Congratulations Samith !!! On Thu, Oct 2, 2014 at 4:19 PM, Danesh Kuruppu dan...@wso2.com wrote: Congrats Samith !! On Thu, Oct 2, 2014 at 2:29 PM, Niranda Perera nira...@wso2.com wrote:

[Dev] [Carbon] Cloud Tenant deletion-Carbon core patches

2014-10-02 Thread Godwin Amila Shrimal
Hi, We did Cloud Tenant Deletion as the training project. Out of all patches there are three patches related to Carbon core as mentioned below. 1. *javax.cache * We added a method to *CacheManagerFactoryImpl *class which delete the global cache for a specific tenant. public void

[Dev] [ES] Pull Request Fix Store:Sorting/Searching, Publisher: LC action invoke endpoint

2014-10-02 Thread Ayesha Dissanayaka
Please merge pull request [01]. Fix: STORE-522 STORE-521 STORE-504 [01] https://github.com/wso2-dev/product-es/pull/22 -- *Ayesha Dissanayaka* Software Engineer, WSO2, Inc : http://wso2.com

Re: [Dev] [ES] Pull Request Fix Store:Sorting/Searching, Publisher: LC action invoke endpoint

2014-10-02 Thread Sameera Medagammaddegedara
Merged On Thu, Oct 2, 2014 at 8:16 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Please merge pull request [01]. Fix: STORE-522 STORE-521 STORE-504 [01] https://github.com/wso2-dev/product-es/pull/22 -- *Ayesha Dissanayaka* Software Engineer, WSO2, Inc :

[Dev] Pull request for ES asset publisher client

2014-10-02 Thread Manoj Gunawardena
Hi All, Please merge the pull request to wso2-dev on ES. This contains the README file for client [1] https://github.com/wso2-dev/product-es/pull/23 https://github.com/wso2-dev/product-es/pull/17 Thanks -- Manoj Gunawardena Tech Lead WSO2, Inc.: http://wso2.com lean.enterprise.middleware

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Amalka Subasinghe
Finally I resolved all the issues as follows 1. create database named 'db001' - create db : db001_wso2_com, dbuser : db001_x, template : appkey_admin@development 2. drop database - remove the database only 3. create the database again naming 'db001' - create the db: db001_wso2_com, dbuser :

[Dev] GReg LifeCycle - Enable transition related button after any checklist item selected

2014-10-02 Thread Manoj Kumara
Hi All, In registry lifecycles we can use forEvent=Promote as, below to enable Promote once all the check boxes are checked. datamodel data name=checkItems item name=Task 1 forEvent=Promote/item item name=Task 2 forEvent=Promote/item item name=Task 3

Re: [Dev] [APPFAC] .NET support

2014-10-02 Thread Kasun De Silva
Hi, Created a jira and attached the fix. Please find the link below. https://wso2.org/jira/browse/APPFAC-2532 Thanks, Kasun *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Thu, Oct 2, 2014 at

Re: [Dev] GReg LifeCycle - Enable transition related button after any checklist item selected

2014-10-02 Thread Subash Chaturanga
Hi Manoj, No you can't. Because the in the check item configuration, the forEvent value indicates that the particualr check item is required for it. In your case Task1,2,3 all specified each checkitem is required for the transition Promote. Hence unless all 3 checked, it will not appear. To

Re: [Dev] GReg LifeCycle - Enable transition related button after any checklist item selected

2014-10-02 Thread Manoj Kumara
Hi Subash, Thanks for the prompt response, what I'm trying to achieve is enable the transition button after any checklist item selected. If we remove forEvnent attribute in each item 'Transition Button' will be enable by default. Is it possible to enable 'Transition Button' only after any one

Re: [Dev] [IS] Samples are not packed with IS

2014-10-02 Thread Harsha Thirimanna
Is there any reason ? harshat@mobile On Sep 30, 2014 9:35 AM, Harsha Thirimanna hars...@wso2.com wrote: Hi , Why we not include all the IS samples[1] with IS pack ? ​ [1] http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.0.0/modules/samples ​ *Harsha

Re: [Dev] [IS] Samples are not packed with IS

2014-10-02 Thread Prabath Siriwardena
Most of them are web apps and need to be deployed in an application server.. Thanks regards, -Prabath On Thu, Oct 2, 2014 at 9:19 PM, Harsha Thirimanna hars...@wso2.com wrote: Is there any reason ? harshat@mobile On Sep 30, 2014 9:35 AM, Harsha Thirimanna hars...@wso2.com wrote: Hi ,

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Gimantha Bandara
Congratulations Samith!! On Thu, Oct 2, 2014 at 6:23 PM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 6:04 PM, Tharindu Edirisinghe tharin...@wso2.com wrote: Congratulations Samith !!! On Thu, Oct 2, 2014 at 4:19 PM, Danesh Kuruppu dan...@wso2.com

Re: [Dev] GReg LifeCycle - Enable transition related button after any checklist item selected

2014-10-02 Thread Janaka Ranabahu
Hi Manoj, Like Subash mentioned earlier, there is no way to give optional check-list items for a transition. We do not support that. Thanks, Janaka On Thu, Oct 2, 2014 at 9:12 PM, Manoj Kumara ma...@wso2.com wrote: Hi Subash, Thanks for the prompt response, what I'm trying to achieve is

Re: [Dev] [IS] Samples are not packed with IS

2014-10-02 Thread Harsha Thirimanna
ok , thanks Prabath. We can explain detail about this sample in documentation too. *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * http://www.apache.org/* *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 , +94 * *774617784twitter:

Re: [Dev] GReg LifeCycle - Enable transition related button after any checklist item selected

2014-10-02 Thread Manoj Kumara
Thanks Subash, Janaka for the response. *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Thu, Oct 2, 2014 at 12:03 PM, Janaka Ranabahu jan...@wso2.com wrote: Hi Manoj, Like Subash mentioned earlier, there is no way to give

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Dmitry Sotnikov
Thanks Amalka! Question on the templates: what is going to be the difference between appkey1_admin@development and appkey2_admin@development? If no difference, why do we need multiple identical permission templates? Why not just call it admin@development or even simply Admin? Dmitry On Thu,

Re: [Dev] Setting a soap header to jaggery ws request object

2014-10-02 Thread Ruchira Wageesha
Hi Danushka, Can you please execute following code and check whether the outgoing message has proper headers. I tested this locally and hope this will help you. Please note that I have set the header XML as a string value[1]. /Ruchira % function invokeGetVersion() { var log = new Log(); var ws

Re: [Dev] Setting a soap header to jaggery ws request object

2014-10-02 Thread Dimuthu Leelarathne
Hi Danushka, Wherever it is possible, we have to use HTTP headers, it makes more sense. What is the use case you are trying to do? thanks, dimuhu On Wed, Oct 1, 2014 at 6:12 PM, Danushka Fernando danush...@wso2.com wrote: Hi all I was trying to do $subject as mentioned in [1]. According to

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Manula Chathurika Thantriwatte
Congratulations !!! On Thu, Oct 2, 2014 at 9:25 PM, Gimantha Bandara giman...@wso2.com wrote: Congratulations Samith!! On Thu, Oct 2, 2014 at 6:23 PM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Samith! On Thu, Oct 2, 2014 at 6:04 PM, Tharindu Edirisinghe tharin...@wso2.com

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Rajith Vitharana
Congratulations... :) On Wed, Oct 1, 2014 at 10:09 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi all, Its my pleasure to welcome Samith Dassanayake as a WSO2 Committer. Samith has contributed immensely to WSO2 App Factory and has shown great commitment. In recognition of his

Re: [Dev] Why do we have MySQL output event adaptor rather common RDBMS output adaptor?

2014-10-02 Thread Mohanadarshan Vivekanandalingam
On Thu, Oct 2, 2014 at 11:27 AM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi, In CEP, we have MySQL input adaptor [1] to write the event streams to MySQL. But why this is specific to MySQL, and why not have something as common RDBMS? If I want to push my events to H2, or MSSQL, then

Re: [Dev] [Carbon] Cloud Tenant deletion-Carbon core patches

2014-10-02 Thread Amila Maha Arachchi
Sameera, We need this to be committed to 4.3.0 Kernel so that any product release which goes with 4.3.0 can support tenant deletion. Godwin et al can send pull requests. If you need lets have a chat about this before that. Regards, Amila. On Thu, Oct 2, 2014 at 7:23 PM, Godwin Amila Shrimal

Re: [Dev] Pull requests for the following issues

2014-10-02 Thread Prabath Abeysekera
Aruna, On Wed, Sep 10, 2014 at 6:17 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi all, Please send the pull requests for the following issues. https://wso2.org/jira/browse/CARBON-14891 https://wso2.org/jira/browse/CARBON-14880 https://wso2.org/jira/browse/CARBON-14850

[Dev] Profiling MB2 M1

2014-10-02 Thread Srinath Perera
Hi Sajini, Were you able to run the bench mark with concurrency 10? How much throughput you got? Can we do profiling session? --Srinath -- Srinath Perera, Ph.D. http://people.apache.org/~hemapani/ http://srinathsview.blogspot.com/

[Dev] Deploying disruptor-3.2.1.wso2v1 (LMAX Disruptor) to WSO2 Nexus repo

2014-10-02 Thread Sriskandarajah Suhothayan
Hi Maheshika, Can you perform the $Subject please? I've pushed the changes to the wso2/orbit repository[1]. Thanks Suho [1]https://github.com/wso2/orbit/blob/master/disruptor/3.2.1.wso2v1/ -- *S. Suhothayan* Technical Lead Team Lead of WSO2 Complex Event Processor *WSO2 Inc.

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Amalka Subasinghe
Hi Dimtry, According to the current implementation we can query the templates based on application key and the environment Thanks Amalka On Thu, Oct 2, 2014 at 10:05 PM, Dmitry Sotnikov dmi...@wso2.com wrote: Thanks Amalka! Question on the templates: what is going to be the difference

[Dev] (ESBJAVA-3064) ESB proxy service does not start if target is unavailable

2014-10-02 Thread Isuru Perera
Hi ESB Team, I think it's not right to resolve these kind of issues as Not a bug! More details are available in the JIRA comments. Please provide an acceptable solution to the issue. Thanks! Best Regards, -- Forwarded message -- From: Boguslaw Szczepanowski (JIRA)

[Dev] Please merge the pull request for BPS-574

2014-10-02 Thread Firzhan Naqash
please merge the following pull requests [1] [2] for the jira task [3] [1] https://github.com/wso2-dev/carbon-business-process/pull/7 [2] https://github.com/wso2/orbit/pull/25 [3] https://wso2.org/jira/browse/BPS-574 Regards Firzhan ___ Dev mailing

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Dmitry Sotnikov
I see. But the template name still needs to be unique across the whole tenant? Or only for the app key? If the uniqueness scope is App, why append the app key to the name? Dmitry On Oct 2, 2014 7:36 PM, Amalka Subasinghe ama...@wso2.com wrote: Hi Dimtry, According to the current

[Dev] [APPFAC] .NET Support IIS hot deployment

2014-10-02 Thread Kasun De Silva
Hi All, I'm working on .NET support in AF, currently .NET web app creates and builds successfully. MSBuild gives the deployment artifact as a ZIP file. When deploying the app windows cartridge get spawned in ec2 and cartridge agent clones the deployment artifact to the IIS instance. But it still

Re: [Dev] Deploying disruptor-3.2.1.wso2v1 (LMAX Disruptor) to WSO2 Nexus repo

2014-10-02 Thread Maheshika Goonetilleke
HI Suho The deployment was a success. Apologies for the delay. On Fri, Oct 3, 2014 at 7:59 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi Maheshika, Can you perform the $Subject please? I've pushed the changes to the wso2/orbit repository[1]. Thanks Suho

Re: [Dev] Deploying disruptor-3.2.1.wso2v1 (LMAX Disruptor) to WSO2 Nexus repo

2014-10-02 Thread Sriskandarajah Suhothayan
Thanks Suho On Fri, Oct 3, 2014 at 10:00 AM, Maheshika Goonetilleke mahesh...@wso2.com wrote: HI Suho The deployment was a success. Apologies for the delay. On Fri, Oct 3, 2014 at 7:59 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi Maheshika, Can you perform the $Subject

Re: [Dev] [APPFAC] .NET Support IIS hot deployment

2014-10-02 Thread Manula Chathurika Thantriwatte
Hi Kasun, Following link [1] might be helpful to you. [1] http://stackoverflow.com/questions/12780720/how-to-deploy-package-zip-into-specific-site-under-iis-using-msdeploy On Fri, Oct 3, 2014 at 9:56 AM, Kasun De Silva kas...@wso2.com wrote: Hi All, I'm working on .NET support in AF,

[Dev] Carbon component writing pom xml error

2014-10-02 Thread Chamin Nalinda
Hi All, When I try to write the carbon component, I get the following error in my org.wso2.carbon.process.order/pom.xml The error line is in red color *Error Message* Project build error: Non-parseable POM

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Dimuthu Leelarathne
Hi Dmitry, This is because underlying platform isolation is for tenant. App level isolation is something AF impose on top of it. I believe it is not worth the effort to redo the AF layer to special case templates, when we consider other high priority items. thanks, dimuthu On Fri, Oct 3, 2014

Re: [Dev] [APPFAC] .NET Support IIS hot deployment

2014-10-02 Thread Kasun De Silva
Thanks Manula Regards *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Fri, Oct 3, 2014 at 10:16 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Hi Kasun, Following link [1]

[Dev] [DEV] WSDL error when writing the carbon component

2014-10-02 Thread Nishali Wijesinghe
Hi All, When I try to write a carbon component, the WSDL file which generates from the server component is as follows. wsdl:definitions targetNamespace=http://mgt.order.carbon.wso2.org; wsdl:documentationOrderProcessor/wsdl:documentation wsdl:types xs:schema

Re: [Dev] Carbon component writing pom xml error

2014-10-02 Thread Tharindu Edirisinghe
Hi Chamin, Try adding below to the pom file. properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding /properties Seems it's a character encoding issue. On Fri, Oct 3, 2014 at 10:17 AM, Chamin Nalinda cha...@wso2.com wrote: Hi All, When I try to write the

Re: [Dev] Fixing (APPFAC-2521) Second database gets no user assigned + invalid permission templates

2014-10-02 Thread Dmitry Sotnikov
I agree. Not a high priority. This is just a nice to have. I was suggesting this without any understanding of implementation costs. Dmitry On Thu, Oct 2, 2014 at 9:51 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Dmitry, This is because underlying platform isolation is for tenant. App

Re: [Dev] Why do we have MySQL output event adaptor rather common RDBMS output adaptor?

2014-10-02 Thread Sinthuja Ragendran
Hi, On Thu, Oct 2, 2014 at 10:54 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: On Thu, Oct 2, 2014 at 11:27 AM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi, In CEP, we have MySQL input adaptor [1] to write the event streams to MySQL. But why this is specific to MySQL,

Re: [Dev] Profiling MB2 M1

2014-10-02 Thread Sajini De Silva
Hi Srinath, Yesterday I did some load tests and came across some issues when running MB in multi threaded environment. We fixed some issues yesterday and now I'm doing the load tests again. I have a saved profile session taken while running the system anyway. We can do the profiling session

Re: [Dev] [DEV] WSDL error when writing the carbon component

2014-10-02 Thread Supun Muthutantrige
Hii Nishali, Just check your wsdl again. It seems there is a problem in saving it. Try to save it from the browser as a wsdl file instead of copying and then saving in a different file. Regards *Supun Rasitha Muthutantrige* *supunrWSO2 Inc: http://wso2.com http://wso2.com