Re: [Dev] [Architecture] Nullable Support for JSON schema - Visual Data Mapper Editor

2016-06-06 Thread Nuwan Pallewela
On Tue, Jun 7, 2016 at 10:54 AM, Malaka Silva wrote: > But optional Fields are something we need to handle at run time? > Actually there are several ways we could get optional elements. Some API's will not send the optional elements if they are null or they will send empty

Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-06-06 Thread Manujith Pallewatte
Hi all, Code is almost all refracted (apart from the part where authenticators are hard coded) and it' is available at [1] I have attached a readme so everyone can help with testing it. But there's still an issue remaining to debug with the *entitled-attribs *service call, that came up in

Re: [Dev] [Architecture] Nullable Support for JSON schema - Visual Data Mapper Editor

2016-06-06 Thread Malaka Silva
But optional Fields are something we need to handle at run time? On Tue, Jun 7, 2016 at 10:52 AM, Nuwan Pallewela wrote: > Hi Malaka, > > On Tue, Jun 7, 2016 at 10:45 AM, Malaka Silva wrote: > >> Hi Sohani, >> >> I guess we are dealing with optional

Re: [Dev] [Architecture] Nullable Support for JSON schema - Visual Data Mapper Editor

2016-06-06 Thread Nuwan Pallewela
Hi Malaka, On Tue, Jun 7, 2016 at 10:45 AM, Malaka Silva wrote: > Hi Sohani, > > I guess we are dealing with optional input/output here. So in that case > are we showing those in a different color or anyway to distinguish? > > On execution side this needs to be handled from

Re: [Dev] [Architecture] Nullable Support for JSON schema - Visual Data Mapper Editor

2016-06-06 Thread Malaka Silva
Hi Sohani, I guess we are dealing with optional input/output here. So in that case are we showing those in a different color or anyway to distinguish? On execution side this needs to be handled from data mapper mediator. On Tue, Jun 7, 2016 at 9:21 AM, Sohani Weerasinghe

Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-06-06 Thread Omindu Rathnaweera
Adding a .gitignore to the repo will be the easiest way to keep the unwanted files away from the repo. See [1]. [1] - https://github.com/wso2/carbon-identity-framework/blob/master/.gitignore Regards, Omindu On Tue, Jun 7, 2016 at 10:26 AM, Pushpalanka Jayawardhana wrote: > Hi

Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-06-06 Thread Pushpalanka Jayawardhana
Hi Manujith, The IDE specific files(.iml) or code can be removed from the repository. Once the code refactoring is done and code is cleaned please feel free to send the PR. Then we can easily comment on the code. Thanks, Pushpalanka On Tue, Jun 7, 2016 at 10:12 AM, Omindu Rathnaweera

Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-06-06 Thread Omindu Rathnaweera
Hi Manujith, Better if you can clean up the unnecessary code and do some code refactoring. We can do another round of testing once you fix the issues I have mention. You can use the attached Idea Code Formatting Template [1]. To apply the template, follow the steps below. 1. In IDEA settings,

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

2016-06-06 Thread Viraj Senevirathne
Hi Kalpa, I tried to build product-esb with kernel RC2 but it failed as package org.apache.velocity 0.0.0 dependency could not be found. *Installation failed.* *Cannot complete the install because one or more required items could not be found.* * Software being installed: WSO2 Carbon - Mediators

Re: [Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Jerad Rutnam
Hi Tanya, Yes, as for the offline discussion we had. In gadget generate wizard: Chart templates should have a way to import both css & js. :) Regards, On Tue, Jun 7, 2016 at 9:49 AM, Tanya Madurapperuma wrote: > Hi, > > @ Ramindu : ATM it is not possible to import css files to

Re: [Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Tanya Madurapperuma
Hi, @ Ramindu : ATM it is not possible to import css files to the generated gadget. We will add this improvement to next carbon dashboard release which will be released along with DS 2.1.0-M3 which is due on 23 rd June. @ Jerad : As I understand Ramindu's expectation is to bundle the styling

Re: [Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Jerad Rutnam
Hi Ramindu, Isn't that something related to that specific gadget styling? Regards, Jerad On Tue, Jun 7, 2016 at 9:40 AM, Ramindu De Silva wrote: > Hi Tanya, > > I need the css files for the generated gadget. Is there a way to bundle > custom css files which are required by

Re: [Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Ramindu De Silva
Hi Tanya, I need the css files for the generated gadget. Is there a way to bundle custom css files which are required by the gadget? Best Regards, On Tue, Jun 7, 2016 at 9:08 AM, Tanya Madurapperuma wrote: > Hi Ramindu, > > Do you want to apply css classes for the wizard

[Dev] Nullable Support for JSON schema - Visual Data Mapper Editor

2016-06-06 Thread Sohani Weerasinghe
Hi All, We are in a process of implementing the $subject and please find the implementation details. *Input*: http://www.w3.org/TR/html4/;> sample 011265565501 011265565501 After loading the above payload, the generated schema will be as follows { "$schema" :

Re: [Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Tanya Madurapperuma
Hi Ramindu, Do you want to apply css classes for the wizard (either for the provider configuration or chart configuration) or import css files for the generated gadget? If it is for the generated gadget, then I assume it is bundled with the chart template because provider template doesn't have

[Dev] Adding feature to copy and import CSS files in Gadget wizard

2016-06-06 Thread Ramindu De Silva
Hi Tania, As per the offline discussion we had yesterday, I can import the css dynamically if theres a way of copying the css file to the gadget folder at the creation of the gadget. But if not, I think we might have to add the particular feature to the wizard. Best Regards, -- *Ramindu De

Re: [Dev] [BPS] Getting a list of user roles

2016-06-06 Thread Milan Perera
Hi Kasun, Yes, It worked for me. Regards, On Mon, Jun 6, 2016 at 11:57 PM, Kasun Bandara wrote: > Hi Manuranga, > > If you are planning to install SCIM feature/app into carbon product, you > need to install this as a feature from [1] and use the corresponding >

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

2016-06-06 Thread Kalpa Welivitigoda
Hi Devs, This is the 2nd 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 RC1 and vote. Vote will be open for 72 hours or as longer as needed. ​Source and

Re: [Dev] [BPS] Getting a list of user roles

2016-06-06 Thread Kasun Bandara
Hi Manuranga, If you are planning to install SCIM feature/app into carbon product, you need to install this as a feature from [1] and use the corresponding functionalities. @Milan : You attempted this scenario recently right ? Thanks, Kasun. [1]

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-06-06 Thread Bhathiya Jayasekara
Hi Deep, Carbon dashboard upgrade commit was missing in last pack. Will be available in next Beta one. Thanks, Bhathiya On Mon, Jun 6, 2016 at 10:43 PM, Deependra Ariyadewa wrote: > Hi Bhathiya, > > This issue still exists in the APIM 2.0.0 Beta staged pack. > > Thanks, >

Re: [Dev] Order By for the analytics js api

2016-06-06 Thread Gimantha Bandara
Hi Dulitha, Note that this is a lucene based sorting implementation. Do you will need to index the fields that you want to sort/order by. On Monday, June 6, 2016, Dulitha Wijewantha wrote: > Hi Anjan/Gimantha, > Gimanth mentioned to me that this will be available in DAS

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-06-06 Thread Deependra Ariyadewa
Hi Bhathiya, This issue still exists in the APIM 2.0.0 Beta staged pack. Thanks, Deependra. On Thu, Jun 2, 2016 at 1:42 AM, Fazlan Nazeem wrote: > Thanks Megala. Will upgrade > > On Wed, Jun 1, 2016 at 6:57 PM, Megala Uthayakumar > wrote: > >> Hi, >> >> We

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-06-06 Thread Lakini Senanayaka
Hi, I have started to build the front end web page and now I'm getting an error. *jquery UI draggable elements are no longer draggable after drop it in the working space*.I have gone through stack over flow questions and answers but still I can't drag the element after drop. I would greatly

Re: [Dev] [BPS] Getting a list of user roles

2016-06-06 Thread Manuranga Perera
Hi IS team, Will it be possible to install SCIM feature/app into the BPS server? On Mon, Jun 6, 2016 at 12:58 PM, Manuranga Perera wrote: > Thanks Hasitha/Amal > I'll try the RemoteUserStoreManagerService since it's a non-jaggery app > > On Sun, Jun 5, 2016 at 12:36 PM, Amal

Re: [Dev] [BPS] Getting a list of user roles

2016-06-06 Thread Manuranga Perera
Thanks Hasitha/Amal I'll try the RemoteUserStoreManagerService since it's a non-jaggery app On Sun, Jun 5, 2016 at 12:36 PM, Amal Gunatilake wrote: > Hi Manu, > > I would like to add one more suggestion, if the UI is getting built on > Jaggery or if there is a chance on using

[Dev] Order By for the analytics js api

2016-06-06 Thread Dulitha Wijewantha
Hi Anjan/Gimantha, Gimanth mentioned to me that this will be available in DAS 3.1.0. When do you think the GA would be out? Cheers~ -- Dulitha Wijewantha (Chan) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Middleware * ~Email duli...@wso2.com *

[Dev] Analytics IS - Handling null or empty Strings to show on respective gadgets

2016-06-06 Thread Damith Wickramasinghe
Hi, When it comes to authentication scenarios in some cases we cannot specify roles etc to publishing events eg:- non existing user tried to login with username and password. Then for the said events roles attribute will be empty/null . Also as discussed with Pulasthi there can be other

Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Sajith Ravindra
> > I think we should update documentations because provided steps are not > work for some kafka/scala versions. WDYT? > Yup, we'll need to update the documentation. Thanks *,Sajith Ravindra* Senior Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: +94 77 2273550

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

2016-06-06 Thread Mahesh Dananjaya
Hi Maheshakya, As we have discussed the architecture of the project i have already developed a couple of essential components for our project. During last week i completed the writing cep siddhi extension for our streaming algorithms which are developed to learn incrementally with past

Re: [Dev] Empty response element in WSO2 ESB payload factory

2016-06-06 Thread Senduran Balasubramaniyam
Hi Charmi, instead of selecting the //symbol in the argument, I wrote a xpath condition to select if symbol node has text else it will return empty string. hope this will help refer http://stackoverflow.com/a/7048664 for explanation Regards Senduran On Mon, Jun 6, 2016 at 3:48

Re: [Dev] IoT Server - Unable to download android agent from QR code and download link

2016-06-06 Thread Charitha Goonetilleke
Hi Sinthuja, Could you please give us the link or content which QR code contained? There is a known issue in QR code scanning when you have multiple IP interfaces, so please send us the result of *ifconfig* command as well. Also I have experienced issue in apk download with google chrome for

Re: [Dev] Artifact ID and Group ID for CEP Extensions

2016-06-06 Thread Rajjaz Mohammed
Hi All, Shall we discuss Siddhi + Analytic extension folder name in git? please suggests one of below names or new for file writer and future extensions. for analytic [1]cep - extension- publisher - file [2]analytics - extension- publisher - file for siddhi [3] siddhi-extension-function-name

Re: [Dev] "org.wso2.carbon.core.server.feature" packs "poi-ooxml"

2016-06-06 Thread Kalpa Welivitigoda
Hi Prabath, We removed the poi dependencies from kernel 4.4.6 and later realized that it causes backward incompatibilities. user management feature seems to use poi that's coming from the kernel. Due to this, we will ship poi with kernel 4.4.6 but with a version upgrade to 3.14. On Tue, May 10,

Re: [Dev] Emm Help

2016-06-06 Thread Milan Perera
Hi, Here are the list of repositories which you will need to build the product. 1. https://github.com/wso2/carbon-device-mgt 2. https://github.com/wso2/carbon-device-mgt-plugins 3. https://github.com/wso2/product-emm Please note that you will have to build these repositories in the given order.

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

2016-06-06 Thread Kalpa Welivitigoda
Hi all, We have to call off the vote due to following issues, - xalan jar is not packed with kernel - poi related jars are removed and will make the kernel backward incompatible We will fix these issues and call a vote for RC2 soon. @Build team, please drop the staging repo. On Sun, Jun 5,

Re: [Dev] [GSOC 16] Initial Project Progress

2016-06-06 Thread Osura Rathnayake
Hi all, This is the summary of the matters that we discussed during hangout we had on 6th of June, 2016. We had a productive discussion on how to pass the azure specific parameters to the Azure membership scheme and how we should test the Azure membership scheme Current progress : Getting a

[Dev] Empty response element in WSO2 ESB payload factory

2016-06-06 Thread Charmi Jayanga
Hi, How to filter an empty response element in WSO2 ESB payload factory. *Proxy Service* http://ws.apache.org/ns/synapse; name="count_iterate" transports="http,https" statistics="disable" trace="disable" startOnLoad="true">

[Dev] Emm Help

2016-06-06 Thread First NameTangwe Caleb
Good Day. I need Help on adding some operations to be caried out on an android platform I tweaked the Jaguery files to include what I want on the interface, I added what I wanted on the Feature table It works well in the Binary  1* I wanna know which repository I need to download so as to

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Bhathiya Jayasekara
Hi all, Do we still need to do this step even with IS 5.2.0? I tested this with 10 and it worked fine. Reduce the priority of the SAML2SSOAuthenticator configuration in the /repository/conf/security/authenticators.xml file. You do this as a workaround for a known issue that will be fixed in a

Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Charitha Goonetilleke
Hi All, Thank you very much for the thoughts & suggestions. After went through the discussion, I have followed steps suggested by Grainier and was able to add kafka receiver without any issue. Btw, apart from proving the jar, I think we should update documentations because provided steps are not

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Tania Mahanama
On Mon, Jun 6, 2016 at 12:56 PM, Bhathiya Jayasekara wrote: > Thanks harsha. > > @Tania: We need to update doc with this new config change. > Noted. > > Thanks, > Bhathiya > > On Mon, Jun 6, 2016 at 12:47 PM, Harsha Thirimanna > wrote: > >> Hi Bhathiya,

Re: [Dev] [GSOC 16] Initial Project Progress

2016-06-06 Thread Osura Rathnayake
Hi Isuru, Thank you very much. Okay will have a hangout today at 3.00 pm. thanks, On Mon, Jun 6, 2016 at 10:37 AM, Isuru Haththotuwa wrote: > Hi Osura, > > You need to test the membership scheme following the same method that we > use for the Kuberntes Membership scheme.

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Bhathiya Jayasekara
Thanks harsha. @Tania: We need to update doc with this new config change. Thanks, Bhathiya On Mon, Jun 6, 2016 at 12:47 PM, Harsha Thirimanna wrote: > Hi Bhathiya, > Yes , this will work as expected when you enable this option in SAAS > enables SP. > > > *Harsha Thirimanna*

Re: [Dev] WSO2 Committers += Rajjaz Mohammed

2016-06-06 Thread Rajjaz Mohammed
Thank you All!! On Mon, Jun 6, 2016 at 12:51 PM, Hariprasath Thanarajah < haripras...@wso2.com> wrote: > Congratz Rajjaz.. > > > On Monday, June 6, 2016, Kanapriya Kuleswararajan > wrote: > >> Congratz Rajjaz :) >> >> Kanapriya Kuleswararajan >> Associate Software Engineer

Re: [Dev] WSO2 Committers += Rajjaz Mohammed

2016-06-06 Thread Hariprasath Thanarajah
Congratz Rajjaz.. On Monday, June 6, 2016, Kanapriya Kuleswararajan wrote: > Congratz Rajjaz :) > > Kanapriya Kuleswararajan > Associate Software Engineer > Mobile : - 0774894438 > Mail : - kanapr...@wso2.com > > > On Mon,

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Harsha Thirimanna
Hi Bhathiya, Yes , this will work as expected when you enable this option in SAAS enables SP. *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 * *twitter: **http://twitter.com/

Re: [Dev] Can we use puppet scripts in wso2/puppet-modules for CEP for a distributed deployment ?

2016-06-06 Thread Sajith Ravindra
Hi Isuru, Thanks for the update and for guidance. We will send the PR for the distributed deployment to using this model. Thanks *,Sajith Ravindra* Senior Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: +94 77 2273550 blog: http://sajithr.blogspot.com/

Re: [Dev] Can we use puppet scripts in wso2/puppet-modules for CEP for a distributed deployment ?

2016-06-06 Thread Isuru Haththotuwa
Myself and SajithR had a chat on this. What needs to be done are as follows: 1. Create profiles relevant to CEP full HA deployment, referring the available profiles [1] 2. Use the data picked from those hierafiles (using hiera lookups) in CEP configuration templates [2] Also, would

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Harsha Thirimanna
https://wso2.org/jira/browse/DOCUMENTATION-3430 *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 * *twitter: **http://twitter.com/ *

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Bhathiya Jayasekara
Hi Harsha, On Mon, Jun 6, 2016 at 11:37 AM, Harsha Thirimanna wrote: > ​Hi Bathiya, > > Yes, 5.2.0 on wards, we have disable it. You are correct. > > The reason was, if we enable it by default, then for the super tenant > users, there will be carbon.super within the user name

Re: [Dev] [Gmail Connector] Error connecting to gmail connector

2016-06-06 Thread Shakila Sivagnanarajah
Hi Maheeka, The request payload is overridden by your payload [1]. So it can't get the fields using json-eval which come from the request body. If you get the value and put into the message context using property mediator, you can use those values from context using {$ctx:from}. I tried with [2].

Re: [Dev] [APIM 2.0.0] [IS] SSO is broken for tenants

2016-06-06 Thread Harsha Thirimanna
​Hi Bathiya, Yes, 5.2.0 on wards, we have disable it. You are correct. The reason was, if we enable it by default, then for the super tenant users, there will be carbon.super within the user name as a subject. That is very unexpected case and then we have to disable it manually. Your case coming

Re: [Dev] Can we use puppet scripts in wso2/puppet-modules for CEP for a distributed deployment ?

2016-06-06 Thread Isuru Haththotuwa
Hi Sajith, On Mon, Jun 6, 2016 at 11:18 AM, Isuru Haththotuwa wrote: > Hi Sajith, > > Sorry for the delay in merging this. This was sent at a time where some > re-factoring was in progress for hieradata and puppet modules. As a result > now there is a platform directory

Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Sajith Ravindra
> > +1. I think building a proper jar with the correct dependencies would be > good since that way we can use the latest version of Kafka. WDYT? > > I think we need to do this and provide the jar as this effectively prevents DAS from being used with newer versions of Kafka. Thanks *,Sajith