[Dev] [DS] Changing the page id in a dashboard using properties.

2015-10-26 Thread Nipuna Chandradasa
Hi Team, In the current product-ues, we allow user to change the page id using the URL field in the properties menu. This causes multiple issues as we also use this page id to process the changes to the page. I fixed those issues that i could find ... (Seems like now it's working fine as to

Re: [Dev] [DS] Changing the page id in a dashboard using properties.

2015-10-26 Thread Udara Rathnayake
Hi Nipuna, Make sure we sanitize all user inputs before rendering. On Mon, Oct 26, 2015 at 4:50 PM, Nipuna Chandradasa wrote: > Hi Team, > > In the current product-ues, we allow user to change the page id using the > URL field in the properties menu. This causes multiple

[Dev] Can a network outage between two cluster members cause an OOM situation

2015-10-26 Thread Amila Maha Arachchi
Hi Azeez, If two members in a cluster cannot communicate with each other for few mins (lets say 5 mins), can that end up with the members going to an OOM situation. Recently we experience an OOM situation a api-gateway cluster (not under a heavy load). When checking the logs, we found the

[Dev] carbon-multitenancy-4.4.4 released !

2015-10-26 Thread Kalpa Welivitigoda
Hi devs, Please note $subject, org.wso2.carbon.multitenancy carbon-multitenancy 4.4.4 -- Best Regards, Kalpa Welivitigoda Software Engineer, WSO2 Inc. http://wso2.com Email: kal...@wso2.com Mobile: +94776509215 ___ Dev mailing list Dev@wso2.org

[Dev] [EMM] Roles and Permissions

2015-10-26 Thread Chathurika De Silva
Hi In EMM for permissions the following structure is there -Device Management -Device Management Admin User 1 -> Device Management (parent level permission) User 2 -> Device Management Admin (Child level permission only) What are the contexts that above users can be used? Help

[Dev] Odata support for DSS is not enabled in Dev studio

2015-10-26 Thread Ramith Jayasinghe
$subject I created a jira for that[1] [1] https://wso2.org/jira/browse/TOOLS-3270 -- Ramith Jayasinghe Technical Lead WSO2 Inc., http://wso2.com lean.enterprise.middleware E: ram...@wso2.com P: +94 777542851 ___ Dev mailing list Dev@wso2.org

[Dev] Concern about the column length of SESSION_ID in IDN_AUTH_SESSION_STORE table

2015-10-26 Thread Nuwan Dias
Hi, The length of the column SESSION_ID of the IDN_AUTH_SESSION_STORE table is 100. But I see that the values written to that column are quite lengthy and inserts could fail for cases like email usernames or long tenant domains or long usernames, etc. See a sample value below.

Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-26 Thread Madhawa Gunasekara
Hi, I have tested followings, - MongoDB Output Mappings - JSON Arrays - JSON Complex Objects - JSON Mappings (Super/ Tenant) [X] Stable - go ahead and release On Mon, Oct 26, 2015 at 8:21 AM, Chanika Geeganage wrote: > Hi, > > I tested followings > >

[Dev] Attaching life cycle name to appinfo artifact when creating an application in AF(for custom life cycles)

2015-10-26 Thread Bimali Dayananda
Hi, This is regarding adding custom life cycles for applications in AF. [1] Currently in AF the life cycle is attached to the application version artifact at the creation of application versions. If the app is uploaded then it attaches 'UploadableApplicationLifeCycle' and if the app is created

Re: [Dev] Authentication issue in accessing analytics JS API in DAS

2015-10-26 Thread Nayomi Dayarathne
Hi Malith, The solution that has given in the document[1] is working(only when the client is inside the DAS server). Thanks for the help. Hi DAS team, The purpose of providing an API is not satisfying by the given solution in the document[1]. Therefore, given the current state, a client cannot

[Dev] WSO2EMM 2.0.0 Milestone 8 Released

2015-10-26 Thread Geeth Munasinghe
Hi all, We are pleased to announce that WSO2EMM 2.0.0 Milestone 8 is released. This release includes the following features and improvements. 1. Adding users and sending email invitations. (admin ui) 2. Adding roles (admin ui) 3. View device details (Admin ui) 4. Android device

Re: [Dev] [VOTE] Release WSO2 Data Analytics Server 3.0.0 RC2

2015-10-26 Thread Niranda Perera
Hi all, we are calling off the vote due to following reasons. - DAS-289 [1] - upgrading siddhi, which has a critical bug fix rgds [1] https://wso2.org/jira/browse/DAS-289 On Mon, Oct 26, 2015 at 1:31 PM, Sinthuja Ragendran wrote: > Hi, > > I did a smoke test on below,

Re: [Dev] [EMM 200][Docs] Improvements needed on EMM Documentation

2015-10-26 Thread Shavindri Dissanayake
+[Documentation] Hi Sashika, Thank you for the suggestion! I will work with the team to include this content as it will be very useful to a user. [1] https://wso2.org/jira/browse/DOCUMENTATION-2596 Thanks & Regards Shavindri Dissanayake Technical Writer WSO2 Inc. lean.enterprise.middleware

[Dev] Another log which needs to be descriptive

2015-10-26 Thread Amila Maha Arachchi
Hi APIM Team, This is getting printed in apim gateway. TID: [0] [AM] [2015-10-23 22:37:34,946] INFO {org.wso2.carbon.throttle.core.RoleBasedAccessRateController} - You cannot access this service since you have exceeded the allocated quota.

[Dev] [EMM 200][Docs] Improvements needed on EMM Documentation

2015-10-26 Thread Sashika Wijesinghe
Hi Shavindri, When updating "Setting up Mysql" documentation, please include configuration instructions for all the relevant data sources that needs to be configured. Further it would be better to add the purpose of each data source mentioned in "master-datasources.xml" and "cdm-datasources.xml",

[Dev] Possible Code Improvement in IOStreamUtils

2015-10-26 Thread Gayan Gunawardana
Hi Kernel Team, Referring to location [1] there will be possible code Improvement. public static void copyInputStream(InputStream in, OutputStream out) throws IOException { byte[] buf = new byte[BYTE_ARRAY_SIZE]; int len; while ((len = in.read(buf)) > 0) { out.write(buf, 0,

Re: [Dev] [VOTE] Release WSO2 Data Analytics Server 3.0.0 RC2

2015-10-26 Thread Sinthuja Ragendran
Hi, I did a smoke test on below, and didn't get any issues. 1) Scripts add/edit/execute/execute-in-backgroud/scheduling 2) Activity Explorer 3) Message Explorer 4) Dashboard [x] Stable - Go ahead and Release Thanks, Sinthuja. On Mon, Oct 26, 2015 at 9:09 AM, Rukshan Premathunga

Re: [Dev] Login and Logout error in Store

2015-10-26 Thread Udara Rathnayake
Hi All, As we understood this happens only when we navigate to the store via "Go to Store" link which is provided by GREG extensions. Problem here is you are initially logging in to the publisher using hostname "localhost" and then redirect to the store using IP. In publisher.json you have

Re: [Dev] [IS] "hostname in certificate didn't match:" issue when accessing IS dashboard

2015-10-26 Thread Isuru Udana
Hi Aparna, We are using 4.3.1. Thanks. On Mon, Oct 26, 2015 at 10:36 AM, Aparna Karunarathna wrote: > Hi Kasun/Isuru, > > Currently ESB uses Apache httpclient 4.1.2, shouldn't it upgrade to newer > version? > > @Deep, Thanks for the clarification. > > Regards, > Aparna > >

Re: [Dev] Concern about the column length of SESSION_ID in IDN_AUTH_SESSION_STORE table

2015-10-26 Thread Johann Nallathamby
Yes. This is a problem. I also see few other related problems and looks like the code could be buggy as well. Looking at the code I see the following caches in oauth component. 1. OAuthCache 2. AppInfoCache 3. AuthorizationGrantCache 4. ClaimCache 5. SessionDataCache No (5) looks like a

Re: [Dev] Possible Code Improvement in IOStreamUtils

2015-10-26 Thread Kishanthan Thangarajah
You can always fix and send a PR :) On Mon, Oct 26, 2015 at 12:19 PM, Gayan Gunawardana wrote: > Hi Kernel Team, > > Referring to location [1] there will be possible code Improvement. > > public static void copyInputStream(InputStream in, OutputStream out) > throws IOException {

[Dev] [APIM] Clarification: Should users be allowed to create a new API version using a deprecated API version?

2015-10-26 Thread Pubudu Priyashan
Hello APIM team, I have come across $subject while going through APIM functionality (1.9.1). Currently, it is possible to create a new API version using a deprecated API version. Shouldn't this be restricted? If not why? The reason I'm asking this question is because, once users create the most

Re: [Dev] WSO2EMM 2.0.0 Milestone 8 Released

2015-10-26 Thread Chathurika De Silva
Hi As of today EOD we have total number of 13 blockers [1] raised and these have affected the following scenarios 1. Unable to use MSSQL, Oracle, Mysql or PostgresSQL 2. Unable to change default username and role 3. Unable to self enrol device 4. Unable to apply policies for QR enrolled devices

Re: [Dev] WSO2EMM 2.0.0 Milestone 8 Released

2015-10-26 Thread Chathurika De Silva
Hi As of today EOD we have total number of 13 blockers [1] raised and these have affected the following scenarios 1. Unable to use MSSQL, Oracle, Mysql or PostgresSQL 2. Unable to change default username and role 3. Unable to self enrol device 4. Unable to apply policies for QR enrolled devices

Re: [Dev] WSO2EMM 2.0.0 Milestone 8 Released

2015-10-26 Thread Prabath Abeysekera
Thanks for the update. EMM team will have an urgent look at all reported bugs and revert with a resolution. Cheers, Prabath On Mon, Oct 26, 2015 at 6:41 PM, Chathurika De Silva wrote: > Hi > > As of today EOD we have total number of 13 blockers [1] raised and these > have

Re: [Dev] [APIM] Clarification: Should users be allowed to create a new API version using a deprecated API version?

2015-10-26 Thread Abimaran Kugathasan
Hi Pubudu, We let the API Developer to decide it. There may be a requirement to create another API version from the deprecated API version. On Mon, Oct 26, 2015 at 5:47 PM, Pubudu Priyashan wrote: > Hello APIM team, > > I have come across $subject while going through APIM

Re: [Dev] Hazelcast Issues in EC2 (Kernel 4.4.2)

2015-10-26 Thread Imesh Gunaratne
Member joined message may not come with AWS membership scheme if all the members were started at the same time. However the member left message should appear if a member is stopped afterwards. On Monday, October 26, 2015, Maninda Edirisooriya wrote: > I have setup the AWS

Re: [Dev] Hazelcast Issues in EC2 (Kernel 4.4.2)

2015-10-26 Thread Afkham Azeez
Are the same settings working with the old kernel? On Mon, Oct 26, 2015 at 10:21 PM, Maninda Edirisooriya wrote: > I have setup the AWS clustering according to [1] but it seems the > "AWSBasedMembershipScheme > Member joined" message is not displayed once a new member is

Re: [Dev] Hazelcast Issues in EC2 (Kernel 4.4.2)

2015-10-26 Thread Maninda Edirisooriya
I have setup the AWS clustering according to [1] but it seems the "AWSBasedMembershipScheme Member joined" message is not displayed once a new member is joined and no message when it left. This seems to be an issue with new kernel version. aws 5701 xxx zzz sg-16f4b571 us-east-1