[Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Rushmin Fernando
$subject please -- *Rushmin Fernando* *Technical Lead* WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware email : rush...@wso2.com mobile : +94772310855 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Johann Nallathamby
Hi, You can find some code related to decoding and verifying the JWT at [1]. It uses PKI for verifying. [2] contains some code to verify using shared keys as per HMAC profile. You may be able to combine both and get what you want. However both of them have lot of manual steps to decode and verify

Re: [Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Rushmin Fernando
Thanks Johann ! Will try this out. On Sat, Jul 12, 2014 at 4:28 PM, Johann Nallathamby joh...@wso2.com wrote: Hi, You can find some code related to decoding and verifying the JWT at [1]. It uses PKI for verifying. [2] contains some code to verify using shared keys as per HMAC profile. You

Re: [Dev] Training Project - CEP Extension to Run Machine Learning Models

2014-07-12 Thread Sriskandarajah Suhothayan
Hi Tutorial looks great. Will try the sample. Suho On Thu, Jul 10, 2014 at 3:24 PM, Supun Sethunga sup...@wso2.com wrote: Hi Suho, I made the suggested changes. Also added a sample which uses the extension, including a client. Appreciate if you can have a look at the changes and the

Re: [Dev] [CEP] Input Adapter for ISO8583

2014-07-12 Thread Sriskandarajah Suhothayan
In that case if needed we can even move the builder logic to the ISO8583 transport. and handle the message as a map during the Event Builder stage. WDYT? Suho On Wed, Jul 9, 2014 at 5:28 PM, Srinath Perera srin...@wso2.com wrote: We will have to create a new one. If TCP is the usual one,

Re: [Dev] [Private PaaS] Oauth for GIT repository credentials

2014-07-12 Thread Isuru Perera
Hi, Yes, user may not want to give the credentials. Github has support for oauth [1], however we need check how it can be supported using our Git library. Did you get a chance a look at this? [1] https://developer.github.com/v3/oauth/ On Wed, Jul 9, 2014 at 9:00 AM, Udara Liyanage

[Dev] Do we support MySQL character set 'utf8'?

2014-07-12 Thread Thanuja Jayasinghe
Hi all, MySQL default character set is 'latin1' and collation is 'latin1_swedish_ci'. So I change it to 'utf8' and 'utf8_general_ci' by adding followings to '/etc/mysql/my.cnf' file. [client] default-character-set=utf8 [mysqld_safe] default-character-set=utf8 [mysqld] collation-server =

[Dev] Case insensitivity in WHERE clause in MySQL

2014-07-12 Thread Eranda Sooriyabandara
Hi all, This issue was encountered last Thursday where you can use case insensitive path to retrieve a registry resource on governance mounted. Eg. /_system/governance/A.txt can be retrieve using both 1. /_system/governance/A.txt 2. /_system/governance/a.txt We have go to the code level

Re: [Dev] Do we support MySQL character set 'utf8'?

2014-07-12 Thread Rajith Vitharana
Hi Thanuja, I too faced with that situation. Changing the collation of the database solved the problem for me. I think it's because current mysql scripts shipped with the product's doesn't support the utf8 Thanks, On Sun, Jul 13, 2014 at 7:51 AM, Thanuja Jayasinghe than...@wso2.com wrote: Hi

Re: [Dev] Server Startup Error

2014-07-12 Thread Denuwanthi De Silva
Hi, I tried with adding the javaagent command to the startup script as you mentioned. It still shows the same error log. Thanks, On Fri, Jul 11, 2014 at 11:47 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, Have you tried by adding below command in wso2server.sh start up