[Dev] Random errors from UUF

2016-01-11 Thread Sumedha Rubasinghe
Sajith/Manu, Experiencing some random UI errors from UUF/template App. Attached some screenshots @ https://wso2.org/jira/browse/IOTS-13. Could you please check? -- /sumedha ___ Dev mailing list Dev@wso2.org

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Irham Iqbal
Hi Fazlan, You can use dev studio to write jaggery there you can format the code. Thanks, Iqbal On Mon, Jan 11, 2016 at 2:29 PM, Fazlan Nazeem wrote: > Hi, > > Is there any guideline documentation on how to format jaggery files or any > existing formatter that we could use

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Dakshika Jayathilaka
Hi Fazian, since Jaggery consider as a server side js language you can follow standard options that available for js. AFAIK we follow google js style guide. [1] As for tools, For code sanity check - JSLint [2] or Closure Linter [3] Javascript documentation - JSDoc-toolkit [4] Unit testing -

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Fazlan Nazeem
Sure Nipuna. Will do On Tue, Jan 12, 2016 at 9:36 AM, Nipuna Chandradasa wrote: > Hi Fazlan, > > As Dakshika said you can follow the Style Guide for JavaScript to format > the Jaggery. > At WSO2 we are trying to maintain a JavaScript Style Guide[1] Which is > initiated by

Re: [Dev] [PET] Connector improvement - Google connectors

2016-01-11 Thread Malaka Silva
Hi Kalyani, Can we first spend some time and learn the domain. Then we can decide the methods required for the connector. Then we can jump to scenarios based improvements. WDYT? On Tue, Jan 12, 2016 at 12:04 PM, Kalyani Yogeswaranathan wrote: > Hi All, > > We have analysed

Re: [Dev] Remove at_hash value from from OIDC ID Token generated by Implicit grant type

2016-01-11 Thread Gayan Gunawardana
There is a minor correction. Thanks Asela for pointing. According to [1] 3.2.2.10. ID Token, if response_type value is " id_token token" then presenting at_hash value in OIDC ID Token is required. If response type value is "id_token" at_hash value is not required [1]

Re: [Dev] foreach use

2016-01-11 Thread Asanka Dissanayake
Hi John, Please find my comments inline. On Tue, Jan 12, 2016 at 12:30 AM, John Q wrote: > Hello, > > I have a proxy service that looks for a file in a folder (vfs transport) > the file has the following content > > > >abc > > > > >def > > >

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Fazlan Nazeem
Thanks Dakshika. Will go through the resources. On Tue, Jan 12, 2016 at 7:42 AM, Dakshika Jayathilaka wrote: > Hi Fazian, > > since Jaggery consider as a server side js language you can follow > standard options that available for js. AFAIK > we follow google js style guide.

[Dev] foreach use

2016-01-11 Thread John Q
Hello, I have a proxy service that looks for a file in a folder (vfs transport) the file has the following content abc def ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [PET] Connector improvement - Google connectors

2016-01-11 Thread Kalyani Yogeswaranathan
Hi All, We have analysed the following Google connectors. Please find the status below: The following methods are not implemented in the connectors. GoogleTask[1] : All methods implemented GoogleCalendar [2]:

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Nipuna Chandradasa
Hi Fazlan, As Dakshika said you can follow the Style Guide for JavaScript to format the Jaggery. At WSO2 we are trying to maintain a JavaScript Style Guide[1] Which is initiated by manu. Please feel free to add important guide lines to the Doc if you find any. [1].

Re: [Dev] foreach use

2016-01-11 Thread Maheeka Jayasuriya
Hi John, You can find documentation for foreach mediator at : https://docs.wso2.com/display/ESB490/ForEach+Mediator A sample is available at : https://docs.wso2.com/display/ESB490/Sample+18%3A+Transforming+a+Message+Using+ForEach+Mediator However, you can also use iterate mediator with

Re: [Dev] [PET] Connector improvement - Google connectors

2016-01-11 Thread Kalyani Yogeswaranathan
Yes Malaka. I'll go through it. On Tue, Jan 12, 2016 at 12:09 PM, Malaka Silva wrote: > Hi Kalyani, > > Can we first spend some time and learn the domain. Then we can decide the > methods required for the connector. > > Then we can jump to scenarios based improvements. > >

Re: [Dev] [DEV][PPaaS]Puppet Modules - Use of MySQL datasources in the default.yaml

2016-01-11 Thread Rajkumar Rajaratnam
Hi Sajith/Gayan, I and Akila have already discussed about this. We defined wso2 products' default configuration values in wso2/common.yaml *to avoid conditional checks in template files*. For example, if you check carbon.xml.erb, you will see that we don't have any default values for port offset.

Re: [Dev] Random errors from UUF

2016-01-11 Thread Sajith Ariyarathna
will look into this On Tue, Jan 12, 2016 at 11:29 AM, Sumedha Rubasinghe wrote: > Sajith/Manu, > Experiencing some random UI errors from UUF/template App. > Attached some screenshots @ https://wso2.org/jira/browse/IOTS-13. > > Could you please check? > > > > -- > /sumedha > >

[Dev] Error Adding File Connector v2 to Developer Studio

2016-01-11 Thread Isuru Udana
Hi, I am getting following error when importing the File connector ver 2.0 to the ESB Config project. "Connector directory name file-connector-2.0.0 doesn’t match with the connector name fileconnector valid connector should have ‘name-connector-1.0.0’ format" It looks like name mismatch in file

Re: [Dev] Error Adding File Connector v2 to Developer Studio

2016-01-11 Thread Rajjaz Mohammed
Hi isure, yes, error is correct directory name should be fileconnector-connector-1.0.0 because file name given as filleconnector so according to format ‘name-connector-1.0.0’directory name will come as 'fileconnector-connector-2.0.0'. check file connector name[1] [1]

Re: [Dev] Error Adding File Connector v2 to Developer Studio

2016-01-11 Thread Vivekananthan Sivanayagam
Hi Isuru, Please find the updated connector in the store[1]. [1] https://store.wso2.com/store/assets/esbconnector/aec1554a-29ea-4dbb-b8c5-5d529a853aa2 Thanks. *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com *

Re: [Dev] [Architecture] REST call from ESB

2016-01-11 Thread Viraj Senevirathne
Hi John, Did you enable json message builders and formatters in axis2.xml which can be found in /repository/conf/axis2 folder? Thank You, On Mon, Jan 11, 2016 at 8:39 PM, John Q wrote: > Can anybody tell me what do I need in order to call a rest service from > the ESB? >

Re: [Dev] [Architecture] REST call from ESB

2016-01-11 Thread Viraj Senevirathne
Hi John, Did you enable json message builders and formatters in axis2? Thank You, On Mon, Jan 11, 2016 at 8:39 PM, John Q wrote: > Can anybody tell me what do I need in order to call a rest service from > the ESB? > I'm trying to call the service of the API Manager that

[Dev] Possible issue with DAS admin-dashboard and WSO2 IS.

2016-01-11 Thread Jorge Infante
Hi all. I had configured the integration between WSO2 AM 1.9.1 and WSO2 identity server 5.0.0, the identity server act as key manager. This scenario work just fine. Now, when I try to configure the integration between WSO2 AM 1.9.1 and WSO2 DAS 3.0.0 I need to have access to the

[Dev] Jaggery formatting guidelines

2016-01-11 Thread Fazlan Nazeem
Hi, Is there any guideline documentation on how to format jaggery files or any existing formatter that we could use with sublime/intellij that follows the wso2 standard for formatting jaggery files? -- Thanks & Regards, Fazlan Nazeem *Software Engineer* *WSO2 Inc* Mobile : +94772338839