Re: [Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-02-12 Thread Ramith Jayasinghe
Having a basic GUI to view statistics is very useful. but I'm not sure how that aligns with overall analytics story. On Fri, Feb 12, 2016 at 5:02 PM, Isuru Perera wrote: > Hi, > > I have few questions regarding $subject. > > The latest Carbon Metrics release (v1.2.1) has

Re: [Architecture] [CDMF] [EMM 2.1.0] Basic Use-cases for Reporting Feature

2016-02-12 Thread Geeth Munasinghe
Hi Dilan, On Fri, Feb 12, 2016 at 12:32 PM, Dilan Udara Ariyaratne wrote: > Hi All, > > For the upcoming EMM 2.1.0 release, we have identified following basic > use-cases > for the pre-defined reports of Reporting Feature with respect to devices, > policies and users. > > [1]

Re: [Architecture] [CDMF] [EMM 2.1.0] Basic Use-cases for Reporting Feature

2016-02-12 Thread Sashika Wijesinghe
Hi Dilan, It will be useful to include the details of "policy non-compliant devices" and "unregistered devices" for administrative purposes. Regards, On Fri, Feb 12, 2016 at 12:32 PM, Dilan Udara Ariyaratne wrote: > Hi All, > > For the upcoming EMM 2.1.0 release, we have

[Architecture] [AppM] Skiping custom login page on J2EE WebApp with JWT.

2016-02-12 Thread Ruwan Abeykoon
Hi All, Any third party applications currently being fronted by AppM will need a change in the application side to take the credentials from the JWT and associate it with its internal request flow. This is a barrier for migrating the existing applications to AppM. We have a PoC servlet filter or

[Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-02-12 Thread Isuru Perera
Hi, I have few questions regarding $subject. The latest Carbon Metrics release (v1.2.1) has "features" that can be installed on any Carbon 4.x.x products. It also has Management Console UIs. For example: https://docs.wso2.com/display/MB300/Using+JVM+Metrics This metrics management console UI

Re: [Architecture] [AppM] Skiping custom login page on J2EE WebApp with JWT.

2016-02-12 Thread Lahiru Cooray
Hi, This PoC illustrates how to achieve this requirement for an application hosted in tomcat. And similarly, I believe we can achieve the same for a .NET application hosted in an IIS using a customerized HTTP module. Please refer the below examples: [1]

[Architecture] File Connector to support FTP Over HTTP

2016-02-12 Thread Vivekananthan Sivanayagam
Hi , I am going to improve the existing File connector to support ftp over http, existing file connector supports Common-vfs and it it produces high rate of failure and then advised to use Java Client (commons-net 3.4). For that I am going to implement a method to support ftp over http and I

Re: [Architecture] Proposed architecture for the C5 User Core

2016-02-12 Thread Darshana Gunawardana
Hi Prabath, On Sat, Feb 13, 2016 at 2:47 AM, Prabath Siriwardana wrote: > Shall we use SCIM 2.0 [1] for /Users and /Groups APIs - and introduce our > own API for /Roles and /Permissions..? > +1. Actually we are already taking SCIM as a guide to design user core API. Our goal

Re: [Architecture] File Connector to support FTP Over HTTP

2016-02-12 Thread Vivekananthan Sivanayagam
Hi Malaka, Thank you. *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com * *M:+94752786138* On Sat, Feb 13, 2016 at 11:14 AM, Malaka Silva wrote: > This should be only for ftp. The reason we are

Re: [Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-02-12 Thread Sriskandarajah Suhothayan
IMHO we have to write some gadgets on DS as the way forward. We can use the inter gadget communication to select and update other charts on which hierarchy we are currently in and use that info in other gadgets to query data from the DBs. I think we still need to support RDBMs Regards Suho On

Re: [Architecture] Performance Impact of Analytics

2016-02-12 Thread Chanaka Fernando
Hi Srinath, Noted. We will start working on this in parallel to analytics work and make sure this is done before the release. On Sat, Feb 13, 2016 at 7:56 AM, Srinath Perera wrote: > Chanaka, we need to test above in detail > > I suggest to test following with ESB benchmarks

Re: [Architecture] Improving MSF4J Interceptors to support passing objects to resource methods

2016-02-12 Thread Kishanthan Thangarajah
+1 to have this. In a normal JAX-RS app, the same requirement to access servlet session object is by using "@Context HttpServletRequest request" within the resource methods. I believe we are using our own session object here right? Can you also explain how can we process annotations independently