[Dev] Please merge pull request

2015-04-01 Thread Vidura Mudalige
Hi, Please review the pull request [1]. [1]. https://github.com/wso2/product-ues/pull/17 Thank you! -- *Vidura Mudalige* Software Engineering Intern WSO2 Inc.; http://wso2.com Mobile: *+94 77 2323175* Email : vidu...@wso2.com ___ Dev mailing list

[Dev] Integration Testing for an Admin Service

2015-04-01 Thread Pubudu Dodangoda
Hi, How can I perform $subject? Note : I followed the following article to write the service http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/ Thanks -- Pubudu Dodangoda BSc Engineering(Hon's) Undergraduate Department of Computer Science Engineering University of

Re: [Dev] WSO2 CEP

2015-04-01 Thread Sriashalya Srivathsan
great, Carry on guys On Fri, Mar 27, 2015 at 5:38 PM, NIFRAS ISMAIL nifrasism...@gmail.com wrote: Good to hear from you zajith *Best Regards.* *M. Nifras Ismail* [image: LinkedIn] http://lk.linkedin.com/pub/nifras-ismail/54/343/94b On Fri, Mar 27, 2015 at 5:32 PM, Mohamed ZAJITH

Re: [Dev] Integration Testing for an Admin Service

2015-04-01 Thread Saneth Dharmakeerthi
Hi Pubudu, You have to write you test cases using TestNG freamwork and call the your admin service via a client and verify them inside the test case. For that you can write your test cases inside integration module of the product you are going to deploy the service. You have to write your own

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Pumudu and Tharik, I have tried with the request bodies given in the connector, there are 6 test cases failed. Please find the Log file here. In your connector, you are giving all inputs in *esb-connectors/codeplex/src/test/resources/artifacts/ESB/config/restRequests/codeplex *so you have to

[Dev] [Architecture] WSO2 Message Broker 3.0.0 Milestone 6 Released !

2015-04-01 Thread Pumudu Ruhunage
*WSO2 Message Broker 3.0.0 Milestone 6 Released !* The WSO2 Message Broker team is pleased to announce the 6th milestone release of WSO2 Message Broker (MB) 3.0.0. WSO2 Message Broker (WSO2 MB) 3.0.0 is designed to be a fast, lightweight and user friendly open source distributed message

Re: [Dev] Using LogViewerClient in Integration Tests

2015-04-01 Thread Maheeka Jayasuriya
Hi Waruna, In that case, what would be the alternative to do the above? Since iterating over the new logs (using before length and after length) also did not work for me. Or is the issue only in a delay? If so a sleep would solve the issue? Thanks, Maheeka Maheeka Jayasuriya Software Engineer

Re: [Dev] [Carbon] [MDM] Why is it possible to assign [Internal/everyone] role to a user twice?

2015-04-01 Thread Johann Nallathamby
This has already been fixed and PR sent to kernel. However it hasn't been merged for 4.4.0 release. So probably it will should be in the first patch for kernel. On Wed, Apr 1, 2015 at 11:27 AM, Prabath Abeysekera praba...@wso2.com wrote: [Looping identity folks in] On Wed, Apr 1, 2015 at

Re: [Dev] Using LogViewerClient in Integration Tests

2015-04-01 Thread Waruna Perera
Hi Maheeka, Avoid using sleep. Use time out function. Thanks, On Wed, Apr 1, 2015 at 12:35 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi Waruna, In that case, what would be the alternative to do the above? Since iterating over the new logs (using before length and after length) also

Re: [Dev] About boxcarring and set-cookie issue.

2015-04-01 Thread Harsha Kumara
Hi Jorge, There was some fixes went for the the data services components which is available in DSS 3.2.2 release to support box caring with ESB. AS 5.2.1 does not contain those fixes. You may try this with the DSS 3.2.2. You can follow the steps mentioned in [1]. [1] -

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Pumudu Ruhunage
Hi Shakila, AFAIK integration test resources are not user configurable. therefore, not required to document in user README. Regarding the test failures, i think it's due to some of the patches missing in your esb instance.integration tests are passing with patched esb and with given test

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Pumudu, If you are using any patches can you please update that on README. On Wed, Apr 1, 2015 at 3:06 PM, Pumudu Ruhunage pum...@wso2.com wrote: Hi Shakila, AFAIK integration test resources are not user configurable. therefore, not required to document in user README. Regarding the test

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Kesavan Yogarajah
Hi Shakila please find the patches from the following mail thread[1]. [1] -[Dev] WSO2 ESB 4.8.1 HTTP Patch support Kesavan Yogarajah Associate Software Engineer WSO2 Inc. Mob: +94 779758021 On Wed, Apr 1, 2015 at 3:10 PM, Shakila Sivagnanarajah shak...@wso2.com wrote: Hi Pumudu, If you

[Dev] [MB] Unauthorized call! when calling a method in AndesAdminService in Message Broker

2015-04-01 Thread Chamalee De Silva
Hi all, I am doing fast track training project in WSO2 Message Broker. To dynamically update a queue, I wrote a method called updatePermissionWithExclusiveConsumer in AndesAdminService and generated stubs for that. When calling the stub method through the relevant JSP file it gives this error.

Re: [Dev] [MB] Unauthorized call! when calling a method in AndesAdminService in Message Broker

2015-04-01 Thread Hemika Kodikara
Hi Chamalee, I think you have to add your new stub to the following file. carbon-business-messaging/components/andes/org.wso2.carbon.andes.admin/src/main/resources/META-INF/services.xml as follows.. operation name=updatePermissionWithExclusiveConsumer parameter name=AuthorizationAction

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Pumudu, All methods are working fine with the patches given in [1]. [1] -[Dev] WSO2 ESB 4.8.1 HTTP Patch support. Thank you. On Wed, Apr 1, 2015 at 3:31 PM, Kesavan Yogarajah kesav...@wso2.com wrote: Hi Shakila please find the patches from the following mail thread[1]. [1] -[Dev] WSO2

Re: [Dev] [MB] Unauthorized call! when calling a method in AndesAdminService in Message Broker

2015-04-01 Thread Chamalee De Silva
Thanks Hemika and Akalanka, On Wed, Apr 1, 2015 at 2:56 PM, Hemika Kodikara hem...@wso2.com wrote: Hi Chamalee, I think you have to add your new stub to the following file. carbon-business-messaging/components/andes/org.wso2.carbon.andes.admin/src/main/resources/META-INF/services.xml

Re: [Dev] Invitation: [Code review] Publisher - Output Adapter UI @ Wed Apr 1, 2015 12pm - 1pm (ramin...@wso2.com)

2015-04-01 Thread Ramindu De Silva
Hi all, Please find the code review notes as follows. polling interval in the UI hint - seconds output event adapter run time exception should be changed to configuration exception tenantID - don't keep a reference of the tenantID. you should be able to use it in the needed place by using

Re: [Dev] [APIM] Adding sequence to a API to log In-flow messages not working. API Manager 1.9.0 SNAPSHOT

2015-04-01 Thread Madusanka Premaratne
Hi Saneth, I have gone through the process and it works fine for me in 1.9.0 SNAPSHOT. Did you do any additional configuration? Thanks, Madusanka On Wed, Apr 1, 2015 at 5:26 PM, Saneth Dharmakeerthi sane...@wso2.com wrote: HI All, I try to add LogMediator to In-Flow in a API and noted

Re: [Dev] [MB] Getting an error on running a jmeter publisher script

2015-04-01 Thread Anuja Herath
Hi, Problem was that, I have configured physical IP address with MB. So in jndi file, I had to replace localhost with physical IP address. On Tue, Mar 31, 2015 at 3:53 PM, Pumudu Ruhunage pum...@wso2.com wrote: Hi Anuja, can you try adding 'andes-client-3.0.0-SNAPSHOT.jar' in

[Dev] WSO2 ML 1.0.0 Milestone 2 Released

2015-04-01 Thread CD Athuraliya
WSO2 ML 1.0.0 Milestone 2 is Released! WSO2 ML team is pleased to announce the 2nd Milestone of WSO2 ML 1.0.0. The distribution is available at [1]. This release includes following features. New features - Initial version of the User Interface (

Re: [Dev] [CEP 4.0.0-M3] Steps for Running Sample 2001

2015-04-01 Thread Tishan Dahanayakage
Hi Iranga, This error states that storm receiver has not yet been registered. However this error will be go off after cluster is fully operational. Thanks, Tishan On Wed, Apr 1, 2015 at 4:46 AM, Iranga Muthuthanthri ira...@wso2.com wrote: Got the sample working on the Storm local node

Re: [Dev] [APIM] Adding sequence to a API to log In-flow messages not working. API Manager 1.9.0 SNAPSHOT

2015-04-01 Thread Uvindra Dias Jayasinha
If you havent updated the velocity_template in API Manager with your custom handler then you will loose it from the synapse configuration when you do a save and publish. publishing will cause the contents of the synapse config to get updated with the default values in the template. On 1 April

[Dev] Getting response of a jax-rs endpoint using an iFrame

2015-04-01 Thread Hasanthi Purnima Dissanayake
Hi all, I'm loading an jax-rs endpoint using an iFrame. I'm posting messages to the endpoint periodically by using the iFrame. I need to get the response from the endpoint(the end point returns a boolean) once I'm posting messages to it. I implemented , var iframe =

[Dev] [AppM] [EMM] Patch for EMM to work with AppM 1.0.0

2015-04-01 Thread Chathura Dilan
Hi All, I have created patch for EMM 1.1.0 to work it with AppM 1.0.0. You can find the patch from this JIRA[1] [1] - https://wso2.org/jira/browse/APPM-692 -- Regards, Chatura Dilan Perera *(Senior Software Engineer** - WSO2 Inc.**)* www.dilan.me

[Dev] Please review and merge

2015-04-01 Thread Lasitha Wattaladeniya
Hi Johan/Darshana, This is the pull request for the public jira [1]. [1]. https://wso2.org/jira/browse/IDENTITY-1071 -- Lasitha Wattaladeniya Software Engineer WSO2, Inc. | http://wso2.com lean. enterprise. middleware Mobile : +94719397528 Blog : techreadme.blogspot.com

[Dev] Error occurs in carbon-registry feature when building product-cep after updating to kernel 4.4.0

2015-04-01 Thread Tharik Kanaka
Hi All, I am updating product-cep to support carbon4 kernel 4.4.0. First i got the following error on several modules when building product-cep. * requires 'org.wso2.carbon.core.server.feature.group [4.3.0,4.4.0)' but it could not be found* I have resolved that by building dependency modules

Re: [Dev] Please review and merge

2015-04-01 Thread Lasitha Wattaladeniya
PR : https://github.com/wso2/carbon-identity/pull/159/ On Thu, Apr 2, 2015 at 9:03 AM, Lasitha Wattaladeniya lasit...@wso2.com wrote: Hi Johan/Darshana, This is the pull request for the public jira [1]. [1]. https://wso2.org/jira/browse/IDENTITY-1071 -- Lasitha Wattaladeniya Software

Re: [Dev] MB Recovery Code

2015-04-01 Thread Ramith Jayasinghe
Please create a L1. On Thu, Apr 2, 2015 at 3:11 AM, Hasitha Hiranya hasit...@wso2.com wrote: Hi Team, There is a code written to sync following memory caches time to time with the database. Individual node has a scheduled task to do this periodically. Idea is, if a hazelcast notification

Re: [Dev] [APIM] issue with changing application level tier is not working 1.9.0 SNAPSHOT.

2015-04-01 Thread Sewmini Jayaweera
Hi Saneth, APMK once the EnableGatewayResourceCache is set to false system should no longer keep throttling cache. Therefore Once your change the throttling tier It should reflect the change immediately. Please refer to [1] and [2] for more clarifications. In APIM 1.8.0 there is an issue

Re: [Dev] WSO2EMM: Migration H2 to Mysql

2015-04-01 Thread Akalanka Pagoda Arachchi
Hi all, According to [1] and [2] 'SET OPTION' syntax has been removed when moving into mysql 5.6 from 5.5 since it has long been deprecated. Maybe that is the cause. Thanks, Akalanka. [1] - http://dev.mysql.com/doc/refman/5.5/en/set-statement.html [2] -

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Sriashalya Srivathsan
Hi Pumudu, Normally in all connectors we describe the way of integration tests in the README file. User need to run the integration test first, for that they need different credentials and datas to update. so those details also should be given in the README file. Thank you, Rgds, On Wed, Apr 1,

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Ashalya, They gave all required instructions to run test cases in README file. If request body needs to be changed in {Codeplex_Connector_Home}/src/test/resources/artifacts/ESB/config/restRequests, they should mention it in the README clearly. Thank you. On Thu, Apr 2, 2015 at 9:59 AM,

Re: [Dev] [AppM] [EMM] Patch for EMM to work with AppM 1.0.0

2015-04-01 Thread Yasassri Ratnayake
Hi Chathura, I'm unable to find a READ-ME file in the patch. Can you kindly point me to the correct location if I have missed it. If its not there can we add a Read-Me with the instructions? With Regards, On Thu, Apr 2, 2015 at 11:18 AM, Chathura Dilan chathu...@wso2.com wrote: Hi All, I

Re: [Dev] PR for membrane-soa-model orbit bundle version upgrade

2015-04-01 Thread Isuruwan Herath
Hi Maheshika, Is this released? Thanks! Isuruwan On Wed, Apr 1, 2015 at 6:52 AM, Sameera Jayasoma same...@wso2.com wrote: Done. Maheshika, Can you release this orbit? Thanks, Sameera. On Tue, Mar 31, 2015 at 11:38 PM, Isuruwan Herath isuru...@wso2.com wrote: Hi Kernel Team, Could

Re: [Dev] PR for membrane-soa-model orbit bundle version upgrade

2015-04-01 Thread Maheshika Goonetilleke
Hi Isuruwan Yes I did, sorry didn't reply on the thread. On Wed, Apr 1, 2015 at 11:31 PM, Isuruwan Herath isuru...@wso2.com wrote: Hi Maheshika, Is this released? Thanks! Isuruwan On Wed, Apr 1, 2015 at 6:52 AM, Sameera Jayasoma same...@wso2.com wrote: Done. Maheshika, Can you

[Dev] Authenticating with WSO2 Identity Server 5.0.0

2015-04-01 Thread Michael.Eyre
I am working at evaluating WSO2 Identity Server and API Manager. I am trying to connect the Identity Server with our VDS/LDAP server. I have created the UserStoreManager configuration in the user-mgt.xml file and set the AdminUser to the same user name (not the full connectionName), but I am

[Dev] MB Recovery Code

2015-04-01 Thread Hasitha Hiranya
Hi Team, There is a code written to sync following memory caches time to time with the database. Individual node has a scheduled task to do this periodically. Idea is, if a hazelcast notification was lost, even late, try to act correct. 1. Subscriptions 2. Bindings 3. Exchanges 4. Queues I have

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

2015-04-01 Thread Tharinda Ehelepola
Hi, I tried to get an idea about the generated scripts from Wrangler. But I am unable to find any pattern of that generated script. Could you please suggest me a format or any hint about this. Thank You. Tharinda. On Thu, Mar 26, 2015 at 3:57 PM, Tharinda Ehelepola tharinda...@gmail.com wrote:

Re: [Dev] Authenticating with WSO2 Identity Server 5.0.0

2015-04-01 Thread Akila Ravihansa Perera
Hi Michael, Would it be possible for you to share the configs and wso2carbon.log? It's not easy to guess the problem without looking at the logs. Do you have email addresses as usernames? In that case you need to enable EnableEmailUsers property in carbon.xml. Did you configure a DomainName for

Re: [Dev] WSO2EMM: Migration H2 to Mysql

2015-04-01 Thread Darshana Gunawardana
[adding dev list] Hi Olivier, Are you trying to migrate the system from H2 to mysql? And can you please mention the version of the product you are trying. Regards, Darshana. On Wed, Apr 1, 2015 at 5:33 AM, Tokpanou Olivier tokli...@gmail.com wrote: Hello sir I am a beginner on your product