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, > > Since you don't need

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

[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: sudhar...@wso2.com

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

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 them

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. There are > enough sam

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 and should be done alw

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, WS

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 features-extras/

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 Heshitha, > > As menti

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

2016-06-13 Thread Rasika Perera
Hi Sudharama, As per the discussion your requirement is a client side scenario. You have already rendered your page. Only way to call server side is a http request. In UUF, you can pass values using query params, form params and path params. Form Params are still on the road map. As I mentioned,

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 wrote: > Hi Tharindu, > > i h

[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* *https://wso2.org/jira/issues/?filter

[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] [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 b

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 check on adding s

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 = > CarbonContext.

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

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 blo

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

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] - https://docs.wso2.com/disp

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: > Hi Tharindu, > > i updated

[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, imp

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

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 13,

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 carbon-security-user-store-jd

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 a

[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. *Include

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 following documentation. >

Re: [Dev] [CEP][MB][ANALYTICS][APIM] couldn't connect to the MB, Analytics Components when email user name enabled

2016-06-13 Thread Ushani Balasooriya
Hi Pamod, So according to this issue [1],when you enable email as username, to connect to decision server we have to provide domain name of the super tenant as e.g., ad...@wso2.com@carbon.super. But when email is not enabled, you can go with 'admin' as username. Also we do not specifically mentio

Re: [Dev] [CEP][MB][ANALYTICS][APIM] couldn't connect to the MB, Analytics Components when email user name enabled

2016-06-13 Thread Pamod Sylvester
Hi Ushani, When email username is enabled, we need a mechanism to identify the tenant domain. Hence in that case we need to have the username defined in the following format, ad...@wso2.com@*tenantdomain. * For the case of super tenant when email username is enabled, an option could be considered

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

2016-06-13 Thread Thusitha Thilina Dayaratne
Hi Samitha, AFAIU this is coming from org.wso2.carbon.ui.menu.governance component and it packs with org.wso2.carbon.registry.ui.menu.governance.feature[1] Can you try to remove that and check if the menu still available? [1] - https://github.com/wso2/carbon-registry/blob/master/features/registry

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-13 Thread Mahesh Dananjaya
Hi Maheshakya, May i seperately put the classes to ml and extensions in carbon-core. I can put Streaming Extensions to extensions and Algorithms/StreamingLinear Regression and StreamingKMeans in ml core. what is the suitable format. I will commit my changes today as seperate branch in my forked car