[Dev] User does not log out properly when Local Transport is configured

2014-09-15 Thread Nipuni Perera
Hi, *problem:* I am working on issue[1]. After configuring local transport according to [2], I could get following log message when login, INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 'admin@carbon.super [-1234]' logged in at [2014-09-15 10:50:32,218+0530] from IP address

Re: [Dev] APIM Jmeter test cases fails with new org.wso2.carbon.automation.extensions.4.3.1-SNAPSHOT

2014-09-15 Thread Nuwan Wimalasekara
Hi Amalka, This is because the required property file can not be loaded from the classpath at the runtime. Adding the Jmeter dependencies will solve this issue. Thanks, Nuwanw On Mon, Sep 15, 2014 at 9:05 AM, Amalka Subasinghe ama...@wso2.com wrote: Hi, java.lang.ExceptionInInitializerError

Re: [Dev] [BPEL] Invoking Admin Service

2014-09-15 Thread Godwin Amila Shrimal
Hi Firzhan, Thanks for response, I'll check this and get back to you. On Sun, Sep 14, 2014 at 3:40 PM, Firzhan Naqash firz...@wso2.com wrote: Hi, You can add your securing policy in a secured-services.xml file and then you can point that file using serviceDescriptionReference attribute in

Re: [Dev] MYSQL/JDBC error when trying to connect to the MYSQL server

2014-09-15 Thread Danushka Fernando
Hi All Here we have changed the no of max connections to 100,000. Although the error says use a higher wait timeout I think increasing it is not the best option. And we have put the autoReconnect=true in jdbc url. @Prabath : Is there a way of eliminating this problem. Currently when we detect this

[Dev] Updated Invitation: Code Review - UI Testcases WSO2 EAM @ Mon Sep 15, 2014 2:30pm - 3:30pm (Kasun Dissanayake)

2014-09-15 Thread kas...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140915T09Z DTEND:20140915T10Z DTSTAMP:20140915T074221Z ORGANIZER;CN=Kasun Dissanayake:mailto:kas...@wso2.com UID:i44f5earfodks2o9ege3l0k...@google.com

Re: [Dev] Clarification on IS sample is needed - Configuring SAML2 SSO

2014-09-15 Thread Asok Perera
Thank you Pushpalanka ! But there is another clarification needed. What if a user needs to isolate two web apps ? Meaning, what if there 'cannot' be a super user sort of a logging (admin credentials) for two web apps which is secured through a single IS ? BR *Asok Aravinda Perera* Software

Re: [Dev] Please merge the Pull request /carbon-deployment/pull/27

2014-09-15 Thread Chamil Jeewantha
[1] is the pull for product-as. Please do not merge it until pull/27 is merged. [1] https://github.com/wso2-dev/product-as/pull/28 On Mon, Sep 15, 2014 at 10:00 AM, Chamil Jeewantha cha...@wso2.com wrote: https://github.com/wso2-dev/carbon-deployment/pull/27 -- K.D. Chamil Jeewantha

[Dev] Updated Invitation: Code Review - UI Testcases WSO2 EAM @ Mon Sep 15, 2014 3:30pm - 4pm (Kasun Dissanayake)

2014-09-15 Thread kas...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140915T10Z DTEND:20140915T103000Z DTSTAMP:20140915T090340Z ORGANIZER;CN=Kasun Dissanayake:mailto:kas...@wso2.com UID:i44f5earfodks2o9ege3l0k...@google.com

[Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Dinithi De Silva
Hi All, While doing our integration testing to ESB Connector for ToodleDo, we got the following exception. [2014-09-15 14:47:51,995] INFO {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - java.net.MalformedURLException: no protocol:

Re: [Dev] [Pull request] Use tomcat-annotations-api instead of JDK provided api

2014-09-15 Thread KasunG Gajasinghe
Hi Sameera, Please find the new PR - https://github.com/wso2-dev/carbon4-kernel/pull/99 Thanks, KasunG On Tue, Sep 9, 2014 at 3:04 PM, Sameera Jayasoma same...@wso2.com wrote: oh okay. I will reject the PR for now. Please send a new PR then. Thanks, Sameera. On Tue, Sep 9, 2014 at 6:28

[Dev] ESB gmail mediator for OAuth

2014-09-15 Thread Ashan Dhananjaya
Hi, We are working on a CEP based project and we want to use the gmail mediator for authenticating purpose. I want know weather the gmail mediator will support with the refresh OAuth token? If you have a working version for it can we please have it. Thank You! -- Best Regards, Ashan Dhananjaya

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Abimaran Kugathasan
Hi Dinithi, The error says, You haven't add the protocol for associated URL. In your case, it should be file://home/rajee/Desktop/toodledo[final]/ToodledoESBConnector/target/carbontmp1410772636719/wso2esb-4.8.1/repository/conf/etc/config-validation.xml On Mon, Sep 15, 2014 at 3:12 PM, Dinithi

Re: [Dev] ESB gmail mediator for OAuth

2014-09-15 Thread Sewwandi Perera
Hi Ashan, Gmail connector supports both username-password and username-access token to authenticate. But not refresh token. Thanks, Sewwandi On Mon, Sep 15, 2014 at 4:00 PM, Ashan Dhananjaya ash...@wso2.com wrote: Hi, We are working on a CEP based project and we want to use the gmail

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Dinithi De Silva
Thank you for your response. But I am not clear with your solution. How can I add the protocol? Do I need to add that to config-validation.xml file? Thank you Dinithi De Silva Associate Software Engineer Mob: +94 716 667 655 On Mon, Sep 15, 2014 at 4:01 PM, Abimaran Kugathasan abima...@wso2.com

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Abimaran Kugathasan
Hi, No, file:// should be appended in front of that path. On Mon, Sep 15, 2014 at 4:29 PM, Dinithi De Silva dinit...@wso2.com wrote: Thank you for your response. But I am not clear with your solution. How can I add the protocol? Do I need to add that to config-validation.xml file? Thank you

[Dev] Commit for

2014-09-15 Thread Darshana Gunawardana
Hi Devs, Can you please commit the patch [1] to patch0009? The relevant pull request can be found at [2] [1] https://wso2.org/jira/browse/IDENTITY-2722 [2] https://github.com/wso2-dev/carbon4-kernel/pull/100 Thanks, -- Regards, *Darshana Gunawardana*Software Engineer WSO2 Inc.;

Re: [Dev] Updated Invitation: BPMN Explorer UI review @ Mon Sep 15, 2014 3pm - 4pm (Waruna Jayaweera)

2014-09-15 Thread Amal Gunatilake
In addition, we also discussed to add a symbol or a coloured label to easily identify the task status (In-progress, complete, failed, etc). Plus modify the theme to keep the footer bar stick to the end of the page. Thank you Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.;

[Dev] [APIM] Using OAuth2TokenValidationService to validate keys in API Invocations

2014-09-15 Thread Amila De Silva
Hi, As a part of decoupling Authorization Server from API Manager, the capability should be provided to customise token validation step. Since the OAuth2TokenValidationService, defined in org.wso2.carbon.identity.oauth2 component already supports executing additional validation steps, this

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-15 Thread Malaka Silva
Hi, I have done some investigation with Sameera. The problem exists with [1]. Sameera is further investigating this. [1] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/patch0009/orbit/hazelcast/3.0.1.wso2v1 Best Regards, Malaka On Thu, Sep 11, 2014 at 10:57 PM, Kasun

[Dev] Please commit patch for IDENTITY-2710

2014-09-15 Thread Tharindu Edirisinghe
Hi, Please review and commit [1]. Modified component is *org.wso2.carbon.user.mgt *Modified features are *org.wso2.carbon.user.mgt.feature* and* org.wso2.carbon.user.mgt.server.feature* *.* [1] https://wso2.org/jira/browse/IDENTITY-2710 -- Thanks Best Regards, Tharindu Edirisinghe Software

[Dev] Link CEP event adaptor doc with BAM 2.5.0

2014-09-15 Thread Gihan Anuruddha
Hi Praneesha, With BAM 2.5.0 we have integrated several event adaptors to BAM. At the moment these event adaptors are available with CEP. Can you please link existing CEP event adaptor doc [1] with BAM 2.5.0 doc space? [1] - https://docs.wso2.com/display/CEP310/Working+with+Event+Adaptors --

[Dev] Content type errors in testcases

2014-09-15 Thread Elilmatha Sivanesan
We extended the test case to Integration Base.but we are still facing the Message builder related issue. We are sending application/json type but server returning text/html so that axis server issues message builder related issue Code esbRequestHeadersMap.put(Accept-Charset, UTF-8);

Re: [Dev] Content type errors in testcases

2014-09-15 Thread Udara Liyanage
Hi, Better move to dev list I guess. Touched, not typed. Erroneous words are a feature, not a typo. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Content type errors in testcases

2014-09-15 Thread Udara Liyanage
Hi, Sorry, listed under wrong label. Please ignore last email. Touched, not typed. Erroneous words are a feature, not a typo. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] ESB Sample 50: POX to SOAP conversion : Error in synapse configuration

2014-09-15 Thread Saneth Dharmakeerthi
Hi, Current available version is 4.8.1 so change has to be done manually. fix version for this issue is 4.9.0. Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer WSO2, Inc. Mobile: +94772325511 On Mon, Sep 15, 2014 at 8:28 PM, Amalka Subasinghe ama...@wso2.com wrote:

Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-15 Thread Pirinthapan Mahendran
Hi Gayan, Now I'm writing Hive script to collect the necessary commit data from Cassandra to MYSQL. Before I started to write this I tested the existing hive script with the name AppCommits in BAM server. For this I did the following steps: 1. I created an application in App Factory. 2. Cloned

Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-15 Thread Gayan Dhanushka
Hi Pirinthapan, What you have done is correct. But in order to publish commit details to BAM from the gitblit server you need to enable data publishing in the gitblit server. Please locate and open the gitblit.properties file resides within GITBLIT_HOME/data folder. There is a property at the

Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-15 Thread Pirinthapan Mahendran
Thanks Gayan. Now its working. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Mon, Sep 15, 2014 at 9:40 PM, Gayan Dhanushka gay...@wso2.com wrote: Hi Pirinthapan, What you have done is correct. But in order to publish commit details to BAM from the gitblit

[Dev] [SCIM User, Group filtering syntaxes are different than specification]

2014-09-15 Thread Gayan Gunawardana
Hi, According current SCIM implementation of WSO2 Identity Server (IS 5.0) user and group filtering commands will be [1] curl -v -k --user admin:admin https: //localhost:9443/wso2/scim/Users?filter=userNameEqadam curl -v -k --user admin:admin https:

Re: [Dev] [SCIM User, Group filtering syntaxes are different than specification]

2014-09-15 Thread Ishara Karunarathna
Hi, On Mon, Sep 15, 2014 at 10:16 AM, Gayan Gunawardana ga...@wso2.com wrote: Hi, According current SCIM implementation of WSO2 Identity Server (IS 5.0) user and group filtering commands will be [1] curl -v -k --user admin:admin https:

Re: [Dev] [IS] What is the usage of Internal Role in Identity Server Users and Roles

2014-09-15 Thread Suresh Attanayaka
However in the role of the application, those have edit permission to the application. That is why we have to be careful here. First question is, how we can get a role with the same name here. Three options here. 1. If role exist, don't try to create a new, use the existing - Issue : Users who

Re: [Dev] Link CEP event adaptor doc with BAM 2.5.0

2014-09-15 Thread Praneesha Chandrasiri
Hi Gihan, Sure. I will work on this. Thanks! On Mon, Sep 15, 2014 at 6:35 PM, Gihan Anuruddha gi...@wso2.com wrote: Hi Praneesha, With BAM 2.5.0 we have integrated several event adaptors to BAM. At the moment these event adaptors are available with CEP. Can you please link existing CEP

[Dev] EAM 1.0.0 Alpha Released

2014-09-15 Thread Dinusha Senanayaka
Hi All, WSO2 EAM 1.0.0 Alpha is available at [1] [1] http://builder1.us1.wso2.org/~appm/alpha/wso2eam-1.0.0.zip Regards, Dinusha. -- Dinusha Dilrukshi Senior Software Engineer WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] Updated Invitation: Code Review - UI Testcases WSO2 EAM @ Mon Sep 15, 2014 3:30pm - 4pm (Dinusha Senanayaka)

2014-09-15 Thread Dinusha Senanayaka
Code review notes : ApplicationCreationTestCase.java - * appURL need to read from config file. * throttling tier need to be taken as method parameter , instead of hard cording . * for the SP creation, use read properties from api-manager.xml * WireMonitor WireMonitorServer.java remove those

Re: [Dev] Clarification on IS sample is needed - Configuring SAML2 SSO

2014-09-15 Thread Prasad Tissera
When a service provider created in IS, a role is created for that service provider. If you want only user1 to access the app1 you can assign the role only to the user1, and remove the role from super admin role list. On Mon, Sep 15, 2014 at 4:34 AM, Asok Perera as...@wso2.com wrote: Thank you

Re: [Dev] [IS] What is the usage of Internal Role in Identity Server Users and Roles

2014-09-15 Thread Prasad Tissera
[1] may help you on this. [1]. http://stackoverflow.com/questions/24830564/wso2-identity-server-internal-role-vs-role-in-external On Mon, Sep 15, 2014 at 12:31 PM, Tharindu Edirisinghe tharin...@wso2.com wrote: Hi, I'm working on issue [1 https://wso2.org/jira/browse/IDENTITY-2717] and