Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-06-13 Thread Asantha Thilina
Hi Tharindu, sure i will prepare those documents sooner Thanks, Asantha On Mon, Jun 13, 2016 at 9:38 PM, Tharindu Edirisinghe wrote: > Excellent work Asantha ! > > Meanwhile you can prepare a document also adding the screenshots you have > got. Basically we will need

[Dev] Carbon Security Userstore JDBC 1.0.0 M2 Released

2016-06-13 Thread Jayanga Kaushalya
*Carbon Security Userstore JDBC 1.0.0 M2 Released* We are pleased to announce the release of Carbon Security Userstore JDBC 1.0.0 M2. This includes a JDBC based user store implementation for Carbon Security CAAS with authentication, authorization and user management (read only) support.

Re: [Dev] [GSOC2016]Proposal 4: [ML] Ensemble Methods Support for WSO2 Machine Learner

2016-06-13 Thread Supun Sethunga
Hi Misgana, That's a pretty good job! I have integrated a working version of Stacking into the > SupervisedSparkModelBuilder. My implementation is naive (potential > unnecessary conversions) but I would keep it to test against a more > efficient implementation. Please find the details below. I

Re: [Dev] [C5] Common directories to store DB scripts and databases for C5.

2016-06-13 Thread Hasitha Aravinda
Hi all, Any thoughts on this. ? Thanks, Hasitha. On Tue, May 10, 2016 at 11:45 AM, Hasitha Aravinda wrote: > Hi all, > > I am bringing this topic, because we are using multiple place to store > dbscripts. In BPS we use /dbscripts/bps folder to store scripts. > In

Re: [Dev] [wso2 IS] How to disable Shindig fetching google analytics

2016-06-13 Thread Godwin Shrimal
Hi Udara, You can disable Shindig from loading default features. However this might affect some of the gadgets in the dashboard. Comment below line in /repository/deployment/server/webapps/shindig/WEB-INF/web.xml org.apache.shindig.extras.ShindigExtrasGuiceModule: Thanks Godwin On Mon, Jun

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-06-13 Thread Tharindu Edirisinghe
Excellent work Asantha ! Meanwhile you can prepare a document also adding the screenshots you have got. Basically we will need following documentation. 1. Developer Guide ( The architecture of the userstoremanager, diagrams of all the collections, how they are related to each other etc.) 2.

[Dev] [Architecture] WSO2 Identity Server 5.3.0 Milestone 2 Released..!!

2016-06-13 Thread Thanuja Jayasinghe
*WSO2 Identity Server 5.3.0 Milestone 2 Released..!!* The WSO2 Identity Server team is pleased to announce the 2nd Milestone of WSO2 Identity Server 5.3.0. You can download this distribution from https://github.com/wso2/product-is/releases/tag/v5.3.0-m2. Following list contains all features,

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-06-13 Thread Asantha Thilina
Hi Tharindu, as you advice me i added soap ui screen shots of test result and selenium script for implemented functions into my repository[1] [1] https://github.com/asanthamax/mongodbuserstore Thanks, Asantha On Mon, Jun 13, 2016 at 6:23 AM, Asantha Thilina wrote: >

Re: [Dev] [DEV] Need to know and contribute

2016-06-13 Thread Hariprasath Thanarajah
Hi Mayuran, Really nice to hear about your interest in WSO2. You will get some idea about connectors[1] and WSO2-ESB[2]. You may getting help from your seniors since they were already did this. [1] - https://docs.wso2.com/display/ESBCONNECTORS/WSO2+ESB+Connectors [2] -

[Dev] [DEV] Need to know and contribute

2016-06-13 Thread Tharmalingam Mayuran
Hi All, I'm Mayuran doing computer science at Department of Computer Science, University of Jaffna. I was participate the Jaffna meetup last month. I got some idea about How to contribute to WSO2 and about WSO2 extensions and their usages. I would like to contribute to WSO2(wso2-extension). Some

Re: [Dev] ESB Blocking call mediator

2016-06-13 Thread Malaka Silva
Hi Godwin, We can try the following to maintain the URL in registry. 1. Create a registry entry with the url. 2. Use call mediator with default endpoint. 3. Use get-property( ​'registry'​ , property ​ path​ ) ​ to get the value. 4. Set TO header before using call in

Re: [Dev] ESB Blocking call mediator

2016-06-13 Thread Godwin Shrimal
Hi Malaka, There is a template with a parameter as registry resource for backend endpoint. So inside the template we need to call backend endpoint using the parameter pass into template. Hope you understand my requirement. Thanks Godwin On Thu, Jun 9, 2016 at 12:37 AM, Malaka Silva

Re: [Dev] [Carbon] Get tenant login event.

2016-06-13 Thread Lahiru J Ekanayake
Hi Ishara, Thanks for replying. I want to get the *tenant login event*. Not the tenant Id. Regards On Mon, Jun 13, 2016 at 2:24 PM, Ishara Cooray wrote: > Hi Lahiru, > > if you need to get the logged in tenant id, try > > //get the tenant domain > String tenantDomain

Re: [Dev] [UUF] Convert an array to a javascript string array in nashorn.

2016-06-13 Thread Sudharma Subasinghe
There was a case to generate dynamic form using string such as "." and I had to use {{{ }}} to generate the form dynamically. Hence need a function to resolve this also. On Fri, Jun 10, 2016 at 9:07 PM, Ayoma Wijethunga wrote: > +1 for not using "{{{". > > We will further

[Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.6 RC3

2016-06-13 Thread Kalpa Welivitigoda
Hi Devs, This is the 3rd release candidate of WSO2 Carbon Kernel 4.4.6. This release fixes the following issues: https://wso2.org/jira/issues/?filter=13090 Please download and test your products with kernel 4.4.6 RC3 and vote. Vote will be open for 72 hours or as longer as needed. ​Source and

[Dev] Call Template Mediator Limitations

2016-06-13 Thread Charmi Jayanga
Hi, Call Template mediator description given in the documentation says, "it only supported for special types of mediators such as the Iterator and Aggregate Mediators". But the sample given in Sequence Template

[Dev] WSO2 Carbon Security CAAS 1.0.0-M2 Released

2016-06-13 Thread Jayanga Kaushalya
*WSO2 Carbon Security CAAS 1.0.0-M2 Released* The Identity Server team is pleased to announce the release of Carbon Security CAAS 1.0.0-M2. It is now available to download from here . *Features*

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-06-13 Thread Asantha Thilina
Hi Tharindu, i updated my blog[1] with all the works i have done so far there i added all the methods and their use in MongoDBUserStoreManager , hopes your feedback [1] http://asanthamax.blogspot.com/ Thanks, Asantha On Sun, Jun 12, 2016 at 2:11 PM, Asantha Thilina

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi Awanthika/Kavith, Thanks for the suggestions. I'll send a PR of those functions for sure. Further I added a Jira[1] to track this functionality. Thanks. [1]. https://wso2.org/jira/browse/DEVTOOLBPS-37 On Mon, Jun 13, 2016 at 3:25 PM, Awanthika Senarath wrote: > Hello

Re: [Dev] [wso2 IS] How to disable Shindig fetching google analytics

2016-06-13 Thread Maninda Edirisooriya
Hi Udara, Remove the below 3 lines from the features.txt which is located in /repository/deployment/server/webapps/shindig.war/WEB-INF/lib/shindig-extras-2.5.2.jar/feature-extras directory. (In the shindig-extras-2.5.2.jar jar in shindig.war) features-extras/analytics/feature.xml

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Awanthika Senarath
Hello Heshitha, As mentioned please add the functionalities into the web ui core plugin available at [1], developer studio tooling platform and send a PR. [1] https://github.com/wso2/devstudio-tooling-platform/tree/master/plugins Regards Awanthika Awanthika Senarath Senior Software Engineer,

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Kavith Lokuhewage
On Mon, Jun 13, 2016 at 3:11 PM, Awanthika Senarath wrote: > > @ Kavith, WDYT? is there any other approach OR a possibility for us to > make this available through the framework? > Yep, we should add this support to the framework itself. @Heshitha, this is perfectly fine

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi Awanthika, Thanks a lot. I'll try this out. Thanks. On Mon, Jun 13, 2016 at 3:11 PM, Awanthika Senarath wrote: > Hello Heshitha, > > You can add your own preference page to change text colors and sizes from > eclipse preferences and retrieve these values on Java side.

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Awanthika Senarath
Hello Heshitha, You can add your own preference page to change text colors and sizes from eclipse preferences and retrieve these values on Java side. There are enough samples on this in the kernel at [1]. You will have to introduce a method in the java code to read these preferences and make

[Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi all, Is there any possibility of providing the ability of editing Web UI Editor's CSS styles such as font size and font colors from eclipse preferences?. If not what is the best approach to do such thing?. As an example if user needs to change the font size of the web editor's fonts what is

[Dev] [UUF] Passing values when continuing using server side js

2016-06-13 Thread Sudharma Subasinghe
Hi, Currently, I am using "query string" parameter to pass a value from one page to another page using server side js. Is there any way to pass values without using "query string" for these scenarios? Thanks Sudharma -- Sudharma Subasinghe, Software Engineer, WSO2 Inc. Email:

[Dev] [Carbon] Get tenant login event.

2016-06-13 Thread Lahiru J Ekanayake
Hi All, I'm trying to get specific tenant id, *when tenant log into the system*. For that , i have tried by implementing *AxisObserver* interface. As well as i have debugged [1], which implemented AxisObserver interface. When i was debugging this class's [1] init method ,I was able to see , it

Re: [Dev] Remove the heading-label of collapsible Metadata menu specific UI features on Carbon Mgt Console

2016-06-13 Thread Samitha Chathuranga
Hi Denuwanthi, Thanks for the suggestion. I removed the lifecycle UI feature too and the build is now ok. We will consider about the permission restriction for the expected requirement. Regards. On Mon, Jun 13, 2016 at 12:07 PM, Denuwanthi De Silva wrote: > Hi Samitha, >

Re: [Dev] [API-M Analytics] Can't we enable Log Analyzer by default?

2016-06-13 Thread Ruwan Abeykoon
Hi Nirmal, >>Can't we enable LA publishers too once the API-M Analytics enabled? Yes, we can and should. This is discussed at another thread [1]. Yet to discuss is, we still not have agreed place to enable analytics across all products. So reading the respective property from api-manager.xml does

Re: [Dev] Remove the heading-label of collapsible Metadata menu specific UI features on Carbon Mgt Console

2016-06-13 Thread Denuwanthi De Silva
Hi Samitha, Since you don't need meta data ui, there is no point of having a lifecycle ui as well(as there are no metadata view to do lifecycle operations). Then you can go on and remove the lifecycle UI feature and just use the lifecycle server feature. Anyway, the kind of requirement you need,

Re: [Dev] [API-M Analytics] Can't we enable Log Analyzer by default?

2016-06-13 Thread Nirmal Fernando
Can't we enable LA publishers too once the API-M Analytics enabled? On Mon, Jun 13, 2016 at 12:03 PM, Ruwan Abeykoon wrote: > Hi Nirmal, > I assume you refer the adding "DAS_AGENT" to the "log4j.rootLogger" > > Main reason is that a person first trying the APIM will not use

Re: [Dev] [API-M Analytics] Can't we enable Log Analyzer by default?

2016-06-13 Thread Ruwan Abeykoon
Hi Nirmal, I assume you refer the adding "DAS_AGENT" to the "log4j.rootLogger" Main reason is that a person first trying the APIM will not use analytics at the very first steps. Currently the DAS publisher throws few errors when the "Analytics DAS pack" is not contactable. This will confuse the

[Dev] [API-M Analytics] Can't we enable Log Analyzer by default?

2016-06-13 Thread Nirmal Fernando
Hi All, $Subject? What're the issues of doing so? -- Thanks & regards, Nirmal Team Lead - WSO2 Machine Learner Associate Technical Lead - Data Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ ___ Dev mailing

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.6 RC2

2016-06-13 Thread Bhathiya Jayasekara
Hi Kasun, On Fri, Jun 10, 2016 at 5:01 PM, KasunG Gajasinghe wrote: > > > On Fri, Jun 10, 2016 at 4:42 PM, Bhathiya Jayasekara > wrote: > >> Hi Kasun, >> >> On Fri, Jun 10, 2016 at 4:10 PM, KasunG Gajasinghe >> wrote: >> >>> Hi Bhathiya,

Re: [Dev] Remove the heading-label of collapsible Metadata menu specific UI features on Carbon Mgt Console

2016-06-13 Thread Samitha Chathuranga
Hi Denuwanthi, This is the error log. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon - Governance Lifecycle Management Feature 4.6.4.SNAPSHOT (org.wso2.carbon.governance.lifecycle.management.feature.group 4.6.4.SNAPSHOT)

Re: [Dev] [DEV] [SMS Transport] Problem with Exception Handling

2016-06-13 Thread Biruntha Gnaneswaran
Hi malaka, I will do ... Thankyou Biruntha Associate Software Engineer WSO2 Email : birun...@wso2.com On Mon, Jun 13, 2016 at 9:32 AM, Malaka Silva wrote: > Hi Biruntha, > > These are the exact fixes we need to improve with the connector. Otherwise > no pointing

Re: [Dev] Fixing IDENTITY-4588 for 5.2

2016-06-13 Thread Pushpalanka Jayawardhana
Hi Samisa, It was not prioritized, as the functionality is not broken and can still proceed with the workaround of making identity provider name as same as iss values of JWT. A proper fix would need few other changes to the design of OAuth grant handlers as well, which was too tight to proceed

Re: [Dev] Remove the heading-label of collapsible Metadata menu specific UI features on Carbon Mgt Console

2016-06-13 Thread Denuwanthi De Silva
Hi Samitha, Can you mention the error log you get when the build fails (when removing org.wso2.carbon.registry.extensions.ui.feature)? Thanks On Mon, Jun 13, 2016 at 11:25 AM, Samitha Chathuranga wrote: > Hi, > > I wanted to remove Main - > Metadata section on the mgt