Re: [Architecture] [EMM] Device reboot support

2016-02-10 Thread Kasun Dananjaya Delgolla
Hi Gayan, +1. I have implemented Reboot, Shell command execution, firmware upgrade and app silent push/removal on the android layer (with the system app). Also the calling points to the system app in the agent operation manager as well. So once you have added these new operation to the back-end pl

[Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Chanaka Fernando
Hi Devs, WSO2 team has decided to change the version of the next WSO2 ESB release from 4.10.0 to 5.0.0 with immediate effect. We have been adding several new features with the ongoing development tasks and after considering the importance of the new features, we have decided to do a major version

Re: [Architecture] APIM Subscriber Notification

2016-02-10 Thread Janaka Ranabahu
Hi Jo, On Wed, Feb 10, 2016 at 8:34 AM, Joseph Fonseka wrote: > Hi Sam > > Few thought related to notification. > > 1. As I see notification can be a more generic use case not specific to > notifying new API versions. > Ex. Notify when a new API is added. > ​Is this really needed? IMO, we should

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

2016-02-10 Thread Samiyuru Senarathne
*What is an MSF4J Interceptor?* In MSF4J interceptors are capable of processing an Http request before or after the Http request arrives a resource methods. Interceptors implement the *org.wso2.msf4j.Interceptor* interface. public interface Interceptor { boolean preCall(HttpRequest request, H

Re: [Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Kasun Indrasiri
Also, to clarify that there won't be any major changes related to mediation language or runtime. Therefore that ensures the seamless migration from old versions to ESB 5. On Wed, Feb 10, 2016 at 2:03 PM, Chanaka Fernando wrote: > Hi Devs, > > WSO2 team has decided to change the version of the ne

[Architecture] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Hasitha Amal De Silva
Hi all, Given our plans to release MB 3.5.0 based on Carbon 5, Akalanka and I have been looking into the JAAS based authentication framework ongoing at repo [1]. As per our discussion with Thanuja, Omindu and Yasiru, excluding the REST services security exposed to the UI console, the current carb

Re: [Architecture] Web Profile support on AS 6.0.0

2016-02-10 Thread Niranjan Karunanandham
Hi all, -1 for the first approach since there exists TomEE distribution. +1 for a single distribution. Regards, Nira On Wed, Feb 10, 2016 at 12:38 PM, Supun Malinga wrote: > We should have a single distribution, but add the tomee jars as a runtime > environment as we had previously. > > Supun

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

2016-02-10 Thread Jayanga Kaushalya
Moving to architecture. *Jayanga Kaushalya* Software Engineer Mobile: +94777860160 WSO2 Inc. | http://wso2.com lean.enterprise.middleware On Wed, Feb 10, 2016 at 4:06 PM, Jayanga Kaushalya wrote: > Hi all, > > We are currently in the process of designing the User Core architecture > for the C5.

Re: [Architecture] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Sameera Jayasoma
The existing callback is mostly specific to HTTP requests. You can write your own callback to extract information from your JMS/MQTT messages. You can write MB specific CallbackHander and/or Callback to do this job. CallbackHandler and Callback interfaces are designed to extract information in an

Re: [Architecture] Packaging analytics artifacts into a p2 repo

2016-02-10 Thread Seshika Fernando
+1 On Wed, Feb 10, 2016 at 4:51 AM, Srinath Perera wrote: > Thanks!! Seshika, we should try this with Fraud artifacts. > > --Srinath > > On Tue, Feb 9, 2016 at 11:14 AM, Chanika Geeganage > wrote: > >> Hi, >> >> I have done a POC to evaluate whether it is possible to package analytics >> artifa

[Architecture] Twitter Connector Improvement

2016-02-10 Thread Thulasika Vijayanathan
Hi All, I’m currently improving existing twitter connector with the following additional methods: Account - setAccount: Updates the authenticating user’s settings. Users - updateProfile: Sets some values that users are able to set under the “Account” tab of their settings pag

Re: [Architecture] Web Profile support on AS 6.0.0

2016-02-10 Thread Sagara Gunathunga
In AS6 we don't try to embed or try to create our own containers, instead we are providing 2 types of extensions to Tomcat users. 1.) Extensions to enable WSO2 platform features to Tomcat ( e.g - security, monitoring etc.) 2.) Value added features for Tomcat ( e.g - Classloading runtimes, API-Eve

[Architecture] [EMM][Android] OTA firmware upgrade support

2016-02-10 Thread Gayan Yalpathwala
Hi, I am adding the above function to the REST API layer and to the jaggery UI of EMM. With the introduction of this, a privileged user can remotely force a firmware upgrade on the device. This facility will only be available to COPE devices with the system app installed. Thanks, -- *Gayan Kaus

Re: [Architecture] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Akalanka Pagoda Arachchi
HI Sameera, What will happen to the topic level security? We need a way to authorize users for each topic/queue as they are created. Thanks, Akalanka. On Wed, Feb 10, 2016 at 4:44 PM, Sameera Jayasoma wrote: > The existing callback is mostly specific to HTTP requests. You can write > your own

Re: [Architecture] [EMM][Android] OTA firmware upgrade support

2016-02-10 Thread Kasun Dananjaya Delgolla
Hi, I have implemented the android layer implementation of the above functionality. How it works is, when the admin sends the upgrade command from the UI/REST API, android agent app talks to the system service (implemented as a separate component, since these features require system level/root acc

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

2016-02-10 Thread Prabath Siriwardana
I guess first we need to come up with a model, which fits into C5, which mostly includes authentication and authorization. Then we need to explain how to extend that in IS - to support more complex user management operations.. Thanks & regards, -Prabath On Wed, Feb 10, 2016 at 2:40 AM, Jayanga K

[Architecture] XML Schema for the wso2as-web.xml file in Application Server 6.0.0.

2016-02-10 Thread Chiranga Alwis
Hi, I have created a preliminary XML schema definition for the wso2as-web.xml. Please refer the following mail thread for the initial discussion about this topic: Moving single-sign-on configuration property content to wso2as-web.xml in WSO2 App Server 6.0.0. The definition I have created primar

Re: [Architecture] XML Schema for the wso2as-web.xml file in Application Server 6.0.0.

2016-02-10 Thread Manoj Kumara
+1 for keeping single schema as it would be easy to maintain as well. Lets make this with the minimum required entries that being used at the moment as we can update this when new fields need to be included. Regards, Manoj *Manoj Kumara* WSO2 Inc. *| **lean. enterprise. middleware.* *Mobile:* +94

Re: [Architecture] XML Schema for the wso2as-web.xml file in Application Server 6.0.0.

2016-02-10 Thread Supun Malinga
+1 for sticking into a single schema for now. We need to compensate that with proper comments in schema/ xml config file and proper error handling. thanks, On Thu, Feb 11, 2016 at 12:06 AM, Manoj Kumara wrote: > +1 for keeping single schema as it would be easy to maintain as well. Lets > make t

Re: [Architecture] [BPS][BPMN]Introducing joint correlation support for BPMN REST API

2016-02-10 Thread Firzhan Naqash
Sure Nandika. I have renamed it and completed the implementation as well. Further information can be found on the following post [1] [1] http://firzhanblogger.blogspot.com/2016/02/how-to-perform-correlation-during.html

Re: [Architecture] XML Schema for the wso2as-web.xml file in Application Server 6.0.0.

2016-02-10 Thread Chiranga Alwis
Yeah, I will be adding proper comments to the schema and schema instance (config file) and currently I am creating two bean classes, one named GlobalConfiguration which holds all the globally declarable configurations and the other named ContextConfiguration which holds all the filtered out configu

Re: [Architecture] [Dev] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Nisrin Sheriff
Hi, I have created the doc space for ESB 5.0.0 now as the version of the next WSO2 ESB release has been changed from 4.10.0 to 5.0.0. Thank you. Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56 http://wso2.com On Thu

Re: [Architecture] [Dev] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Nisrin Sheriff
Sorry missed specifying the link. Here it is https://docs.wso2.com/display/ESB500/WSO2+Enterprise+Service+Bus+Documentation Thank you. Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56 http://wso2.com On Thu, Feb 11, 2

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

2016-02-10 Thread Prabath Siriwardana
For C5 at the platform level we would need to have at east basic CRUD operations supported for Users, Groups, Permissions and Roles - and user/group - permission/role - role/group - role/user assignments.. This would be the implementation used by most of the products out-of-the-box.. >From the app

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

2016-02-10 Thread Prabath Siriwardana
On Wed, Feb 10, 2016 at 9:48 PM, Prabath Siriwardana wrote: > For C5 at the platform level we would need to have at east basic CRUD > operations supported for Users, Groups, Permissions and Roles - and > user/group - permission/role - role/group - role/user assignments.. This > would be the imple

[Architecture] Improvements to SMSOTP

2016-02-10 Thread Pulasthi Harasgama
Hi all, When using SMSOTP in a real world scenario we need some improvements. In order to support scenarios where the mobile phone is unavailable, we are planning on generating 10 OTPs for each user and these 10 OTPs will be stored in Claims in IS. When a user uses one of the OTPs, that value will

Re: [Architecture] APIM Subscriber Notification

2016-02-10 Thread Harsha Kumara
As i remember IS has implemented generic notification component which we might able to reuse it's functionality. It's allow to plug different notification implementations. Refer [1]. Adding @hasintha as well. [1] [Dev] How to send out an email notification from WSO2 product? On Thu, Feb 11, 2016