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 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 > deploy.xm

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

2014-09-15 Thread Madhawa Bandara
Hi, When Appfactory tries to connect to a remote application server instance on openstack following error[1] can be observed in the appserver log. autoReconnect=true is already set and wait_timeout is set as per the instructions in the error log but that didn't fix the issue. Any help? Thanks, Ma

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 ATTEN

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 Engi

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 wrote: > https://github.com/wso2-dev/carbon-deployment/pull/27 > > -- > K.D. Chamil Jeewantha > Associate Technic

[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 ATTEN

[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: /home/rajee/Desktop/toodledo[final]/Too

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 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 PM, Kasun Ga

[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 De

Re: [Dev] ESB gmail mediator for OAuth

2014-09-15 Thread Malaka Silva
Hi, I think you are referring to gmail connector? It can be found in [1] AFAIK this does not support refresh token. However we can try creating a schedule service for this purpose. [1] https://github.com/wso2-dev/esb-connectors/tree/master/gmail On Mon, Sep 15, 2014 at 4:00 PM, Ashan Dhananjay

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 wrote: > Hi, > > We are working on a CEP based project and we want to use the gmail > mediator for aut

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 wrote: > Hi Dini

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 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 > Dinithi De S

[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.; http://wso2.co

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.; http://

[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 service

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

2014-09-15 Thread Waruna Jayaweera
Hi All, - Rename Home page text as Dashboard and this should appear only for admin login. - Design the logo with wso2 colors and add link to navigate to Home page - Use primary theme for buttons with main operation(ex Complete button) and default theme for other sub operations. -

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 In

[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 -- W.

[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"); esbR

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 Amalka Subasinghe
This is already fixed https://wso2.org/jira/browse/ESBJAVA-3202 On Mon, Sep 15, 2014 at 11:23 AM, Saneth Dharmakeerthi wrote: > HI All, > > There is small mistake in synapse configuration for Sample 50( > synapse_sample_50.xml is available in the /repository/samples > directory). > > > Change t

Re: [Dev] API Manager test migration to test framework 4.3.1

2014-09-15 Thread Amalka Subasinghe
Hi, I have finished migrating APIM tests to new framework and fixed the failing test cases. [Used the APIM 1.7.0 released pack for fixing the test cases, since the product-apim build is not stable] Please review and merge the pull request https://github.com/wso2-dev/product-apim/pull/4 Thanks Am

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 wrote: > This is already

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. Clone

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 /data folder. There is a property at the bottom called "

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 wrote: > Hi Pirinthapan, > > What you have done is correct. But in order to publish commit details to > BAM from the gitblit server you need

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

2014-09-15 Thread Tharindu Edirisinghe
Hi, I'm working on issue [1 ] and noticed following. When registering a Service Provider, it creates an internal role with the same name given for SP. If we already have an internal role with the name given for the new SP, we cannot register the SP as t

[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: //localhost:9443/wso2/scim/Groups?filter=displ

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 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: > //localhost:9443/wso2/scim/Users?filter=userNameEqadam > > cu

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 wer

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 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 event adapto

[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 cl

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 wrote: > Thank you Pushpalanka !

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 wrote: > Hi, > > I'm working on issue [1 ] and > noticed following