Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-23 Thread Dinusha Senanayaka
Hi Kasun, Non of the appmgt features are bundling opensaml. It's comes to AppM product through identity features. Seems through the org.wso2.carbon.identity.xacml.server.feature [1] and it has still using opensaml-2.6.4.wso2v2 [2]. Could you please fix that. That should resolve this. [1]

Re: [Dev] [UUF] Page refreshing does not work properly in UUF apps

2016-06-23 Thread SajithAR Ariyarathna
This is something we have experienced with MSF4J 1.0.0. However, now we have migrated to MSF4J 1.1.0-SNAPSHOT & this problem doesn't occur anymore. Thanks. On Thu, Jun 23, 2016 at 9:57 PM, Sudharma Subasinghe wrote: > Hi, > > I tested with Chrome and firefox. It does not

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Rasika Perera
Hi Hemika, I have a list of java objects that I am returning from the server side JS > where the object has a timestamp property in long format(milliseconds), in > that case I will have to iterate the list and get the timestamp of each > object and store them in another list/map and return that

[Dev] [Dockerfiles] Milestone plan for GSoC project

2016-06-23 Thread Abhishek Tiwari
Hi All, Here is the milestone plan for Dockerfile test framework project: https://docs.google.com/spreadsheets/d/1CYHS49s3g5XACofO4D-qIiaU8QomYcDUZX7meL8j1Ls/edit?usp=sharing Thanks Abhishek ___ Dev mailing list Dev@wso2.org

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

2016-06-23 Thread Imesh Gunaratne
On Fri, Jun 24, 2016 at 11:00 AM, wrote: > Hi Imesh, > > Yes I completed the evaluation. > ​Great! Thanks!​ > Thanks, > > Get Outlook for Android > > > > On Fri, Jun 24, 2016 at 10:08 AM +0530, "Imesh Gunaratne" > wrote: > > Hi Osura,

Re: [Dev] carbon-datasources: Supporting Database Properties

2016-06-23 Thread Kishanthan Thangarajah
We will add this for the next minor release. @Isuru, you can go ahead with the version range as you mentioned for package imports. On Thu, Jun 23, 2016 at 1:21 PM, Afkham Azeez wrote: > Can we get a quick turnaround on this please? > > On Thu, Jun 23, 2016 at 12:10 PM, Isuru

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

2016-06-23 Thread osuranew
Hi Imesh, Yes I completed the evaluation. Thanks, Get Outlook for Android On Fri, Jun 24, 2016 at 10:08 AM +0530, "Imesh Gunaratne" wrote: Hi Osura, Were you able to submit the midterm evaluation? Might be better to do it soon. Thanks​Imesh​

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-23 Thread Kasun Bandara
Hi Sajith, This issue was identified in [1] and we have fixed the issue with [2]. This issue can be resolve by using the new opensaml orbit. We are planning to release identity repositories (~50) on top of kernel 4.4.6, after fixing the security vulnerabilities as stated in [3]. You can refer [4]

Re: [Dev] [UUF] [Clarification] Retrieve data without Postback using serverside JS (Fwd: [UUF] Pagination support in UUF)

2016-06-23 Thread Hemika Kodikara
Thanks!, Will follow the suggested ways. Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Thu, Jun 23, 2016 at 10:04 PM, Manuranga Perera wrote: > > On Thu, Jun 23, 2016 at 9:06 AM, Hemika Kodikara

Re: [Dev] encodeURIComponent is not working in ESB-BETA

2016-06-23 Thread Nuwan Wimalasekara
Hi Hariprasath, Seems this is also the same issue as [1] with the rhino17 upgrade. You can get rid of this issue when using toString() function whenever accessing a string which is concatenated using +. mc.setProperty('uri.var.requestQuery',requestQuery.toString()); [1]

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Hemika Kodikara
Hi Rasika, I have a list of java objects that I am returning from the server side JS where the object has a timestamp property in long format(milliseconds), in that case I will have to iterate the list and get the timestamp of each object and store them in another list/map and return that

Re: [Dev] Fixing IDENTITY-4722

2016-06-23 Thread Vishanth Balasubramaniam
Thanks Godwin. Fixed now. On Thu, Jun 23, 2016 at 7:50 PM, Godwin Shrimal wrote: > Added a comment to PR. > > On Thu, Jun 23, 2016 at 6:58 AM, Vishanth Balasubramaniam < > vishan...@wso2.com> wrote: > >> Hi, >> >> Please review and merge the PR [1] which has the fix for [2]. >>

[Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-23 Thread Sajith Abeywardhana
Hi IS Team, AppM has been updated to the carbon kernel 4.4.6, and also I updated the IS version to 5.1.1-SNAPSHOT. When I try to login to the publisher jaggery app I got below exception[1]. The root cause is for this is, opensaml_2.6.4.wso2v2 haven't properly imported the required bouncy castle

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

2016-06-23 Thread Imesh Gunaratne
Hi Osura, Were you able to submit the midterm evaluation? Might be better to do it soon. Thanks ​Imesh​ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] encodeURIComponent is not working in ESB-BETA

2016-06-23 Thread Malaka Silva
Seems like the behavior of encodeURIComponent ​ changed due to rhino upgrade. @Hariprasath - Can you compare the out put from ESB 490 vs ESB 500? ​ Also why are we using ​[1] to call the endpoint instead of call mediator? AFAIK we agreed to change this during the review?

Re: [Dev] Clarification on closing database connections when using DAO Manager

2016-06-23 Thread Danushka Fernando
Ping Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Jun 17, 2016 at 1:55 PM, Sabra Ossen wrote: > Hi All, > > What is the best practice for closing database connections when we are > using the DAO Pattern

Re: [Dev] [DEV][APPM] Rest API support for Mobile App Installation/Download options

2016-06-23 Thread Chathura Dilan
Hi Thilini, Seems good. Is there any reason to use 'download' instead of 'install'? Since it subscribes the user when accessing the API, I think 'install' is appropriate term. and for uninstall it use the term 'uninstall' We also have to come up with the mechanism to deliver multiple enterprise

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Rasika Perera
> > Really ? > Rasika/Sajith, did you guys implement a way to plug-in helpers? > I don't believe we should have app specific custom helpers, it makes code > hard to understand for someone who is not from that team. I believe we > should use the 'toViewModel' function to do any rendering specific >

[Dev] Custom configuration of gadget in dashboard

2016-06-23 Thread Aneela Safdar
Hi all, I am trying to use a ui publisher with a line (chart type) single column gadget. I have a real stream with two attributes which I want to set x and y axis. But configuration does not allow me to select any of this attribute in drop down of x-axis (however it does allow me when I select

[Dev] API Composition in the Gateway

2016-06-23 Thread Praveen Subramanian
Hi all, Does WSO2 API Gateway offer the capability to orchestrate APIs (API composition) ? Thanks Praveen From: Dev > on behalf of Manuranga Perera > Date: Thursday, June 23, 2016 at 9:40 AM To: Hemika

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Manuranga Perera
> > Yeah, there is a way to write custom helpers in HBS and we can use it by > registering the helper in HBS. Really ? Rasika/Sajith, did you guys implement a way to plug-in helpers? I don't believe we should have app specific custom helpers, it makes code hard to understand for someone who is

Re: [Dev] [UUF] [Clarification] Retrieve data without Postback using serverside JS (Fwd: [UUF] Pagination support in UUF)

2016-06-23 Thread Manuranga Perera
On Thu, Jun 23, 2016 at 12:34 PM, Manuranga Perera wrote: > the success message back to my ajax caller I though you are asking about the item's HTML, then you should get it from the backend since it's dynamic. But if you need a success message, better to just put it in HTML as a

Re: [Dev] [UUF] [Clarification] Retrieve data without Postback using serverside JS (Fwd: [UUF] Pagination support in UUF)

2016-06-23 Thread Manuranga Perera
On Thu, Jun 23, 2016 at 9:06 AM, Hemika Kodikara wrote: > I have a scenario where that I have to add an item to a list in the server > side. To make the UI more friendly, I would like to show a success message > once the queue is created without a post back. > > So is the

Re: [Dev] [UUF] [Clarification] Retrieve data without Postback using serverside JS (Fwd: [UUF] Pagination support in UUF)

2016-06-23 Thread Manuranga Perera
> > if (env.queryParams && (env.queryParams.offset && env.queryParams.limit)) > { env.queryParams && should be removed since we should always have an empty map. Otherwise it's easy for developers to get null pointer errors -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50 mail :

[Dev] encodeURIComponent is not working in ESB-BETA

2016-06-23 Thread Hariprasath Thanarajah
Hi All, When we trying to run the integration test for PowerBI with the BETA release we got the following error[1], but in 4.9.0 it is working fine. I think it is because of [2]. How can we handle this? [1] [2016-06-23 20:19:14,807] INFO

Re: [Dev] Fixing IDENTITY-4722

2016-06-23 Thread Godwin Shrimal
Added a comment to PR. On Thu, Jun 23, 2016 at 6:58 AM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi, > > Please review and merge the PR [1] which has the fix for [2]. > > [1] - > https://github.com/wso2-extensions/identity-outbound-auth-passive-sts/pull/10 > > [2] -

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

2016-06-23 Thread Osura Rathnayake
Hi Akila, Thank you for the feedback. I fixed all the bugs you had specified in your previous email and pushed to the repository [1]. [1] https://github.com/osuran/azure-membership-scheme On Thu, Jun 23, 2016 at 2:52 PM, Akila Ravihansa Perera wrote: > Hi Osura, > > The

[Dev] [UUF] [Clarification] Retrieve data without Postback using serverside JS (Fwd: [UUF] Pagination support in UUF)

2016-06-23 Thread Hemika Kodikara
Hi All, I have a scenario where that I have to add an item to a list in the server side. To make the UI more friendly, I would like to show a success message once the queue is created without a post back. So is the preferred way to do this is by calling a fragment url by ajax which adds an item

Re: [Dev] [APIM 2.0] Revoked access and revoked refresh tokens returning with http response header

2016-06-23 Thread Kavitha Subramaniyam
Hi team, Highly appreciate your update on this. Thanks, On Wed, Jun 22, 2016 at 2:28 PM, Kavitha Subramaniyam wrote: > Hi team, > > I observed that both revoked access and revoked refresh tokens were > returning in http response header [3]. > setup : IS as KM > - apim 2.0.0

[Dev] Fixing IDENTITY-4722

2016-06-23 Thread Vishanth Balasubramaniam
Hi, Please review and merge the PR [1] which has the fix for [2]. [1] - https://github.com/wso2-extensions/identity-outbound-auth-passive-sts/pull/10 [2] - https://wso2.org/jira/browse/IDENTITY-4722 Regards, Vishanth -- *Vishanth Balasubramaniam* Committer & PMC Member, Apache Stratos,

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

2016-06-23 Thread Omindu Rathnaweera
Good Work Manujith! Adding to this. Figure out a way to drop null values from the JSON response with Jackson level configurations. Also have a look at XACML JSON profile [1]. It will have guidelines on dealing with JSON inputs/outputs. [1] -

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Sudharma Subasinghe
Yeah, there is a way to write custom helpers in HBS and we can use it by registering the helper in HBS. On Thu, Jun 23, 2016 at 3:56 PM, Hemika Kodikara wrote: > *Also is there a way to plug custom helpers ? > > Hemika Kodikara > Software Engineer > WSO2 Inc. > lean .

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Hemika Kodikara
*Also is there a way to plug custom helpers ? Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Thu, Jun 23, 2016 at 3:06 PM, Hemika Kodikara wrote: > Hi All, > > Is there a way to do $subject ? > > Also is

Re: [Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Sudharma Subasinghe
Hi Hemika, You can process the timestamp in long format to readable format in js side and return that to display in hbs. Thanks Sudharma On Thu, Jun 23, 2016 at 3:06 PM, Hemika Kodikara wrote: > Hi All, > > Is there a way to do $subject ? > > Also is there to plug custom

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

2016-06-23 Thread Manujith Pallewatte
Hi all, We had the mid-evaluation review, and I've summarized the key points discussed here 1) Prioritize on the complete JSON implementation for all 5 services methods 2) Comply the service fully with XACML 3.0 REST specification (Read on the spec and get a firm understanding on all key

[Dev] [UUF] Convert a timestamp in long format to readable format in HBS.

2016-06-23 Thread Hemika Kodikara
Hi All, Is there a way to do $subject ? Also is there to plug custom helpers ? and also can we add all the supported helpers to [1] including the ones coming from jnack. [1] - https://docs.wso2.com/display/UUF100/Helpers Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean .

Re: [Dev] WSO2 Docker images layered composition

2016-06-23 Thread Imesh Gunaratne
Hi Isuru/Akila, On Tue, Jun 21, 2016 at 3:19 PM, Isuru Haththotuwa wrote: To summarize: - Publish a wso2 product specific docker image to a local docker repository (we can even push to dockerhub, without the JDK distribution and ask the users to provide the JDK when

[Dev] [APIM 2.0] Issue in Signup from Store when primary user store having domain name configured

2016-06-23 Thread Kavitha Subramaniyam
Hi team, I have observed "invalid domain name UserStoreException" issue[2] for primary user store when we using domain name property in user-mgt.xml configuration [1] then try to sign up a user from Store. If domain name not configured, it is taking PRIMARY by default and signup working fine. As

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

2016-06-23 Thread Akila Ravihansa Perera
Hi Osura, The code base still needs to be cleaned up. 1. Unnecessary class in [1] 2. Package structure should be refactored from *com.osura.membershipscheme* to *org.wso2.carbon.clustering.azure* 3. Put proper JavaDoc comments for classes and methods. [2] 4. Do not keep commented code [3] 5. Use

Re: [Dev] [API-M][Analytics] Stat database restructuring

2016-06-23 Thread Iranga Muthuthanthri
+ Tania for documentation On Thu, Jun 23, 2016 at 1:20 PM, Fazlan Nazeem wrote: > ++ dev > > On Thu, Jun 23, 2016 at 1:20 PM, Fazlan Nazeem wrote: > >> Hi all, >> >> >> Please note that with the next nightly build onward, both APIM and APIM >> Analytics

Re: [Dev] carbon-datasources: Supporting Database Properties

2016-06-23 Thread Afkham Azeez
Can we get a quick turnaround on this please? On Thu, Jun 23, 2016 at 12:10 PM, Isuru Perera wrote: > Hi, > > This regarding CDATASRCS-2 . I > guess that won't be fixed soon. But as I mentioned, this issue is a blocker > for Metrics

Re: [Dev] [API-M][Analytics] Stat database restructuring

2016-06-23 Thread Fazlan Nazeem
++ dev On Thu, Jun 23, 2016 at 1:20 PM, Fazlan Nazeem wrote: > Hi all, > > > Please note that with the next nightly build onward, both APIM and APIM > Analytics should be unzipped to the same directory to sync the stat > database. By default an H2 db will be created on the fly

Re: [Dev] Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB 5.0.0 - BETA

2016-06-23 Thread Chanaka Fernando
This issue is fixed with following commit and will be available with the next build. [1] https://github.com/wso2/wso2-synapse/commit/2776abf03789d7d9b7ee8fbe0f1c8c294ad7aa71 On Tue, Jun 7, 2016 at 1:43 PM, Kesavan Yogarajah wrote: > Please find the template [1] , proxy [2]

[Dev] Possibility of wrong super tenant id used in api manager when publishing data to DAS

2016-06-23 Thread Amila Maha Arachchi
APIM Team, I see following logs in DAS receiver. I have only the API gateway publishing data to DAS. TID: [-1234] [] [2016-06-22 23:46:11,295] INFO {org.wso2.carbon.databridge.core.DataBridge} - user bamuser connected {org.wso2.carbon.databridge.core.DataBridge} TID: [-1] [] [2016-06-22

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

2016-06-23 Thread Osura Rathnayake
Hi Mentors, Please arrange a hangout for the code review of membership scheme at any time which is convenient for you. thanks, On Wed, Jun 22, 2016 at 3:21 PM, Osura Rathnayake wrote: > Hi Mentors, > > I have handled the exceptions and pushed the changes to my repository

Re: [Dev] carbon-datasources: Supporting Database Properties

2016-06-23 Thread Isuru Perera
Hi, This regarding CDATASRCS-2 . I guess that won't be fixed soon. But as I mentioned, this issue is a blocker for Metrics release. Since we need to release Metrics soon (by next week), I'll release the Metrics with datasources import range "[1.0.0,

Re: [Dev] [DEV][IS] User Store error while doing GREG performance testing in clustered setup

2016-06-23 Thread Dilini Gunatilake
Hi All, I have also faced a similar issue[1] to the issue mentioned by Danesh in [2] above when we are doing a long running test for ES 210. Were you able to find a root cause for this issue? [1] https://wso2.org/jira/browse/STORE-1352 Thanks. Regards, Dilini On Wed, Jun 1, 2016 at 6:04 PM,