Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Godwin Amila Shrimal
Kind reminder on this! On Thu, May 21, 2015 at 12:10 PM, Godwin Amila Shrimal god...@wso2.com wrote: Hi, Can we use OTP feature with SMS ?, As per the documentation currently it support only with Email. And can we use this feature with other WSO2 products ? (Hope it can by installing

Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Johann Nallathamby
Obviously there isn't an OOTB solution. You should be able to extend the IdentityMgtEvenListener and instead of sending an email, send an SMS through a gateway. However I am not quite sure how extensible the current implementation is. If not you will have to write your own listener and do the job.

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-05-24 Thread Mohanadarshan Vivekanandalingam
On Wed, May 20, 2015 at 2:27 AM, Tharindu Munasinghe tharindu...@cse.mrt.ac.lk wrote: Hi Mentors, Hi Tharindu, I have started the initial implementation of client-side features like syntax highlighting , code completion and code-snippets. I have tried both ACE editor as well as

Re: [Dev] Please merge PR

2015-05-24 Thread Johann Nallathamby
Merged. Thanks. On Thu, May 7, 2015 at 6:10 PM, Supun Malinga sup...@wso2.com wrote: Hi, $subject for [1]. [1] https://github.com/wso2/carbon-identity/pull/265 thanks, -- Supun Malinga, Senior Software Engineer, WSO2 Inc. http://wso2.com email: sup...@wso2.com sup...@wso2.com

Re: [Dev] [MB] Ciphertools - To include or not to include

2015-05-24 Thread Hemika Kodikara
Hi Manoj, To clarify according to the above discussion, adding a modified cipher-text.properties https://github.com/wso2/cipher-tool/blob/master/src/main/resources/cipher-text.properties and the cipher-tool.properties

Re: [Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Lakmal Warusawithana
On Sunday, May 24, 2015, Udara Liyanage ud...@wso2.com wrote: Hi, As we discussed offline I tested weather carbon clustering works with hostnames instead of Ips. I tried with two AS 5.2.1 nodes, each becoming to WKA member to the other member. Members get joined and registry based deb sync

Re: [Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Mohanadarshan Vivekanandalingam
Hi Bhashinee, You are sending a XML element as a parameter. Then you need to escape it properly.. See [1]. Try below request, soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:adm=http://admin.processor.event.carbon.wso2.org; soapenv:Header/ soapenv:Body

Re: [Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Imesh Gunaratne
+1 Yes that would be the simplest approach that we can take. @IsuruH: Can you please share the information you found on Hazelcast on this regard? Thanks On Sun, May 24, 2015 at 4:26 PM, Lakmal Warusawithana lak...@wso2.com wrote: On Sunday, May 24, 2015, Udara Liyanage ud...@wso2.com wrote:

[Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Udara Liyanage
Hi, As we discussed offline I tested weather carbon clustering works with hostnames instead of Ips. I tried with two AS 5.2.1 nodes, each becoming to WKA member to the other member. Members get joined and registry based deb sync worked. I will try with multiple nodes and with a different product

[Dev] Please review and merge the PR

2015-05-24 Thread Lasitha Wattaladeniya
Hi all, This is the user.core fixes PR [1] for the jira [2] [1]. https://github.com/wso2/carbon4-kernel/pull/217 [2]. https://wso2.org/jira/browse/IDENTITY-3025 Thanks, -- Lasitha Wattaladeniya Software Engineer WSO2, Inc. | http://wso2.com lean. enterprise. middleware Mobile : +94719397528

Re: [Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Isuru Haththotuwa
Hi, On Sun, May 24, 2015 at 6:55 PM, Imesh Gunaratne im...@wso2.com wrote: +1 Yes that would be the simplest approach that we can take. @IsuruH: Can you please share the information you found on Hazelcast on this regard? Its at [1], section 'Discover by TCP/IP' [1].

Re: [Dev] [MB] Ciphertools - To include or not to include

2015-05-24 Thread Manoj Kumara
Hi, Even though we discussed to not ship the cipher-tools with products later there was some discussions mentioning adding this back. I think Niranjan worked on creating a feature for that. @Nira, Whats the suggested plan on this. Regards, Manoj *Manoj Kumara* Software Engineer WSO2 Inc.

Re: [Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Bhashinee Nirmali
Hi Mohandarshan, That solved the problem. Thank you. On Sun, May 24, 2015 at 1:46 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Bhashinee, You are sending a XML element as a parameter. Then you need to escape it properly.. See [1]. Try below request, soapenv:Envelope

Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Godwin Amila Shrimal
Hi Johan, Thanks for the response, I'll check this. Thanks Godwin On Sun, May 24, 2015 at 4:03 PM, Johann Nallathamby joh...@wso2.com wrote: Obviously there isn't an OOTB solution. You should be able to extend the IdentityMgtEvenListener and instead of sending an email, send an SMS through

Re: [Dev] Define Tomcat Context Path

2015-05-24 Thread Akalanka Pagoda Arachchi
Thanks all. As Thusitha mentioned, this might not be possible in tomcat 8 although it is possible in tomcat 7 as Hasitha pointed out. Thanks, Akalanka. On Fri, May 22, 2015 at 9:46 PM, Thusitha Thilina Dayaratne thusit...@wso2.com wrote: Hi Akalanka, Are you trying to put the war file in

Re: [Dev] Component missing : com.google.code.gson in kernel pack

2015-05-24 Thread Niranjan Karunanandham
Hi all, I have created jiras for jaggery [1] and data publisher [2] and updated it with the pull requests. Please note that this should be merged only after the pull request [3] for kernel is merged and the jaggery and carbon commons is updated to kernel version 4.4.1. [1] -

Re: [Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Udara Liyanage
Hi , I tested with a three nodes cluster. Tested caching with the web app provided by Isuruh and it seems to work. Lets go with that approach. On Sun, May 24, 2015 at 11:32 PM, Isuru Haththotuwa isu...@wso2.com wrote: Hi, On Sun, May 24, 2015 at 6:55 PM, Imesh Gunaratne im...@wso2.com wrote:

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-05-24 Thread Thilini Cooray
Hi Milan, Were you able to resolve this issue? It seems to be a primary key constraint violation, trying to insert an access token which is already in the database. Are you getting this continuously or is this an intermittent issue? Thanks. On Sun, May 24, 2015 at 1:57 PM, Milan Perera

Re: [Dev] [WSO2 PP] Clustering for WSO2 products in Private PaaS

2015-05-24 Thread Imesh Gunaratne
Thanks Isuru! Great work Udara! Once we are done with the initial implementation please commit it to git and send an update. On Mon, May 25, 2015 at 9:21 AM, Udara Liyanage ud...@wso2.com wrote: Hi , I tested with a three nodes cluster. Tested caching with the web app provided by Isuruh and

[Dev] [Jaggery] Calling javascript function from .Jag file

2015-05-24 Thread Himasha Guruge
Hi All, I have a .jag file(startProcess.jag) that needs to call a javascript function (showStatus()). In the .jag, I have added a require statement to get the .js file and calling the function through that like below. var process = require(/js/actions.js); process.showStatus(id); In the

Re: [Dev] [MB] 'jmstansport' sample in MB is not related to JMS.

2015-05-24 Thread Hemika Kodikara
Hi, I'll move ahead by removing this sample, WDYT ? Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Fri, May 22, 2015 at 10:43 AM, Hasitha Hiranya hasit...@wso2.com wrote: AFAIR In good old days these two

[Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Bhashinee Nirmali
Hi All, I'm trying to deploy an execution plan in CEP using SoapUI. It was not successful and I'm getting errors. I have attached Request payload [1], Request headers[2], Response payload[3],Response headers[4] and CEP Error[5]. I have used basic authentication with user name - admin and password

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-24 Thread Lasantha Fernando
Hi Dhanuka, Sorry for asking again... But any reason for including a 3+ years old library and creating an orbit bundle out of it now, when there are multiple later versions available? Thanks, Lasantha On 22 May 2015 at 14:29, Dhanuka Ranasinghe dhan...@wso2.com wrote: Hi Manoj, I have done

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-24 Thread Lasantha Fernando
Hi guys, The reason for asking is, actually we used JSON path 0.8.1 with CEP 3.0.0 (And it seems an orbit bundle was created back then [1], but the artifact id seems to be wrong), and we faced some bugs with this version. When releasing CEP 3.1.0, we upgraded to 0.9.1 to fix these issues. So you

[Dev] [MDM] Error occurred while issuing the access token

2015-05-24 Thread Milan Perera
Hi, I'm getting following exception when the android client application tries to obtain a token after the expiration time. [2015-05-24 13:07:39,483] ERROR {org.wso2.carbon.identity.oauth2.OAuth2Service} - Error occurred while issuing the access token for Client ID :