Re: [Architecture] Supporting OpenId-Connect Session Management

2014-12-18 Thread Darshana Gunawardana
Hi folks, Just saw this thread and as Dulanja mentioned, implementing session management spec is should be our one of top priority on our roadmap for OAuth\OIDC area. I have started a thread on Dev [1] on some user stories which clients expects from a IdP and it seems without having OIDC session

[Architecture] Integration test for file uploading through ESB.

2014-12-18 Thread Kesavan Yogarajah
Hi all, I need to write integration test for file uploading for Teamwork Connector.How can I add the file as multipart/form data and send it through ESB?. I discussed this in the dev mailing list with the subject Teamwork connector- issue in uploading file. Regards, Kesavan Yogarajah

[Architecture] [Fast Track Project] ESB Connector for Zoho Invoice

2014-12-18 Thread Sriashalya Srivathsan
Hi All, I finished the fast track project according to the milestone ,except the bugs that i discussed in the Dev mailing list.And I am continuing the remaining resources as discussed with Malaka and Vanji to fulfill the entire connector. please find the milestone[1] , github repository[2]

Re: [Architecture] Machine Learner - Proposed UX

2014-12-18 Thread Jaminda Batuwangala
All looks good, Dhanuka is it possible to give the html pages as and when you complete them without waiting for all the screen to be completed?. This will help the team to gradually adopt the changes. On Thu, Dec 18, 2014 at 1:19 PM, Dhanuka De Silva dhanu...@wso2.com wrote: Thanks for the

Re: [Architecture] Machine Learner - Proposed UX

2014-12-18 Thread Dhanuka De Silva
Sure Jaminda :) Cheers On Thu, Dec 18, 2014 at 5:22 PM, Jaminda Batuwangala jami...@wso2.com wrote: All looks good, Dhanuka is it possible to give the html pages as and when you complete them without waiting for all the screen to be completed?. This will help the team to gradually adopt the

Re: [Architecture] Integration test for file uploading through ESB.

2014-12-18 Thread Malaka Silva
Hi Kesavan, Adding d...@wso2.org It's better if you send this type of development related queried to d...@wso2.org. Similar can be found in [1]. check the testUploadFile method. [1]

Re: [Architecture] Integration test for file uploading through ESB.

2014-12-18 Thread Kesavan Yogarajah
Noted Thank you Kesavan Yogarajah Associate Software Engineer WSO2 Inc. Mob: +94 779758021 On Thu, Dec 18, 2014 at 7:13 PM, Malaka Silva mal...@wso2.com wrote: Hi Kesavan, Adding d...@wso2.org It's better if you send this type of development related queried to d...@wso2.org. Similar

[Architecture] [Proposal] Localization support backed by Registry

2014-12-18 Thread Dulitha Wijewantha
Hi guys, I have been thinking about localization for bit and thought the traditional localization method using .properties file and ResourceBundle wouldn't be much of help considering the way we have components. There is also a known set of disadvantages using ResourceBundles [1]. Use cases I see

Re: [Architecture] [Fast Track Training Project] ESB Connector for Teamwork

2014-12-18 Thread Kesavan Yogarajah
Hi all, I finished the fast track project according to the milestone ,except the bugs that I discussed in the dev mailing list. I am continuing do the remaining resources as according to the discussion with Malaka and Vanji to fulfill the entire connector. please find the milestone[1] , github

Re: [Architecture] [Proposal] Localization support backed by Registry

2014-12-18 Thread Sumedha Rubasinghe
Dulitha, There is existing implementation to support i18n in Jaggery. Why don't you sync up with Jaggery team and improve/fix what's already there? On Fri, Dec 19, 2014 at 7:11 AM, Dulitha Wijewantha duli...@wso2.com wrote: Hi guys, I have been thinking about localization for bit and thought

[Architecture] [Dev] WSO2 IS Audit Dashboard

2014-12-18 Thread Chamin Nalinda
Hi all, I'm in the process of developing a dash board for WSO2 IS 5.0.0 . In the first iteration, need to capture relevant information regard to Authentication use cases. Below are some use cases. Success/Fail login attempts during last hour ? Success/Fail login attempts during last hour by

Re: [Architecture] [Proposal] Localization support backed by Registry

2014-12-18 Thread Joseph Fonseka
Hi All My personal experience with i18n library is that its difficult to maintain the code and to translate. IMO what should be looked in a localization library is how easy it is to maintain the localized code and to translate. So far the best experience I had was with the Gettext[1] library.