Re: [Dev] [Architecture] [VOTE] Release WSO2 IoT Server 3.2.0 RC2

2018-02-26 Thread Madhawa Perera
Hi all, I have tested following functionalities: 1. Android device enrolment and dis-enrollment 2. Android device operation and policy as admin user: - Device Lock - Change Lock Code - Ring - Location - Camera restriction policy 3. iOS device enrollment and dis-enrollment 4.

Re: [Dev] [Architecture] [VOTE] Release WSO2 IoT Server 3.2.0 RC2

2018-02-26 Thread Madawa Soysa
Hi All, Tested the following scenarios, 1. Changed the server to IP mode using change-ip.sh 2. Installed ios feature using the feature installation script 3. Enrolled iOS device to super admin and a newly created tenant. 4. Tested operations, INFO, LOCATION, RING, CLEAR_PASSCODE,

Re: [Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
Hello Prabushi, thanks for your mail, this is a very good news as I spent half a day to find a solution. I've found and successfully installed this new version; great. Bernard Le 27 févr. 2018 à 03:55, Prabushi Samarakoon > a écrit : Hi

Re: [Dev] [Architecture] [VOTE] Release WSO2 IoT Server 3.2.0 RC2

2018-02-26 Thread Charitha Goonetilleke
Hi All, Successfully tested the following : 1. Add API based device type with MQTT transport. 2. Enroll and communicate with the agent. 3. Renewed token using refresh token grant type. 4. Send operation to agent and receive operation response. 5. Publish operation response to

Re: [Dev] [IS] Not allowing to add Roles for CarbonRemoteUserStoreManger

2018-02-26 Thread Dilini Gunatilake
Hi Godwin, I tried the same in IS 5.5.0 alpha2 pack and got a read timeout when loading users and roles. Anyway, I also observed that the domain of carbon remote user store is not listed when adding roles, but when adding users. So, this should be a bug IMO. The behaviour of this user store is

Re: [Dev] [IS] Not allowing to add Roles for CarbonRemoteUserStoreManger

2018-02-26 Thread Godwin Shrimal
Hi Dakshika, It's 5.4.1 Thanks Godwin On Tue, Feb 27, 2018 at 11:15 AM, Dakshika Jayathilaka wrote: > Hi Godwin, > > What's is the IS version that you are trying out. ? > > Regards > > On Monday, February 26, 2018, Godwin Shrimal wrote: > >> Hi IAM Team,

Re: [Dev] [IS] Not allowing to add Roles for CarbonRemoteUserStoreManger

2018-02-26 Thread Dakshika Jayathilaka
Hi Godwin, What's is the IS version that you are trying out. ? Regards On Monday, February 26, 2018, Godwin Shrimal wrote: > Hi IAM Team, > > It is allowing to add roles using RemoteUserStoreManagerService to > secondary user store (CarbonRemoteUserStoreManger). But not

[Dev] Identity Server Documentation for SCIM 2.0 Endpoints Lacks Details

2018-02-26 Thread Tharindu Malawaraarachchi
Hi all, I am currently implementing a ballerina User Administration Connector for wso2 Identity Server which uses SCIM 2.0 specification for managing user identities. The IS documentation for SCIM 2.0 endpoints [1] doesn't

Re: [Dev] [Architecture] [VOTE] Release WSO2 IoT Server 3.2.0 RC2

2018-02-26 Thread Nuwan Jayawardene
Successfully tested the following : 1. Android BYOD Device enrollment 2. Invoked following operations: Ring, Device Lock, Location, Mute, Change Lock code, Enterprise wipe, Wipe data 3. Passcode policy for BYOD 4. Restriction policy for BYOD I am +1 for this release Thanks and

Re: [Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Prabushi Samarakoon
Hi Bernard, Please note that we have moved to Eclipse Mars 2 with our latest WSO2 EI tooling. You can tryout our latest tooling pack at [1] which is actively maintained by WSO2. Thanks, Prabushi [1] -

Re: [Dev] [VOTE] Release WSO2 IoT Server 3.2.0 RC2

2018-02-26 Thread Ruwan Yatawara
Successfully tested the following : 1. Android Device Enrollment 2 Invoking Ring, Message, Location Operation 3. Configuring Geo Alerts 3. Adding Stationary, Exit and Entry Alerts 4. Adding a new Device Type I am +1 to release. Thanks and Regards, Ruwan Yatawara Technical Lead, WSO2 Inc.

Re: [Dev] How to use com.sun.management package in Carbon Kernel?

2018-02-26 Thread Thusitha Thilina Dayaratne
Hi Isuru, AFAIK in 4.4.x we used *org.osgi.framework.system.packages* in launch.ini (repository/conf/etc/launch.ini) file to export core level java packages through the system bundle. In C5 that file is no longer exist. But I think you can add *org.osgi.framework.system.packages* and required

Re: [Dev] [Siddhi] Handling XML namespaces in map:createFromXML extension

2018-02-26 Thread Mohanadarshan Vivekanandalingam
On Tue, Feb 27, 2018 at 1:43 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Sat, Feb 24, 2018 at 8:08 PM, Minudika Malshan > wrote: > >> Hi all, >> >> In Siddhi Map Extension, map:createFromXML will return a hashmap created >> from the given XML payload.

Re: [Dev] [Siddhi] Handling XML namespaces in map:createFromXML extension

2018-02-26 Thread Mohanadarshan Vivekanandalingam
On Sat, Feb 24, 2018 at 8:08 PM, Minudika Malshan wrote: > Hi all, > > In Siddhi Map Extension, map:createFromXML will return a hashmap created > from the given XML payload. > > However, when this payload has a namespace, that namespace is propagated > to the child elements

Re: [Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
eclipse works when started from the command line… https://apple.stackexchange.com/questions/258593/eclipse-luna-installing-issues-on-macos-sierra-10-12 bernard Le 26 févr. 2018 à 16:50, Bernard Paris > a écrit : Hi, I don't

[Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
Hi, I don't know if this is the (good) place to post this problem: I was unable to install Eclipse JavaEE luna + Developer Studio v 3.8.0 downloaded from https://wso2.com/products/developer-studio/ I have tried with or without System Integrity Protection disabled on MacOs X 10.13.3 (High

Re: [Dev] [IS] Not allowing to add Roles for CarbonRemoteUserStoreManger

2018-02-26 Thread Godwin Shrimal
Hi IAM Team, It is allowing to add roles using RemoteUserStoreManagerService to secondary user store (CarbonRemoteUserStoreManger). But not allowed to add it via UI. Is this a bug or any specific reason for this? Thanks Godwin On Mon, Feb 19, 2018 at 4:51 PM, Godwin Shrimal

Re: [Dev] Writing xml response from data service into file in local server.

2018-02-26 Thread aditya shivankar
Hi Sir, I have created a data service, which transforms data from database to xml. I want to call this service using the local endpoint as in this screen shot below. [image: Inline image 1] once the xml from data service becomes the payload for proxy , Now i know how to write it in a file using

Re: [Dev] Writing xml response from data service into file in local server.

2018-02-26 Thread aditya shivankar
Hi, How Do I need to call dataservice from proxy service. If I need to call using wsdl ? how ? Or is there any other way to call internal data services which are on the same server as proxy service? internal call , should be good for performance? how? Please guide. With Regards, Aditya On Mon,

Re: [Dev] Writing xml response from data service into file in local server.

2018-02-26 Thread Chanika Geeganage
Hi Aditya, You have to call the dataservice from a synapse configuration (ie. proxy service/API). In there after you call the dataservice, you can write to a file using mediation logic such as using file connector [1], vfs transport [2] [1]

Re: [Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-26 Thread Bernard Paris
Hi, I did and did this procedure again (https://github.com/wso2/devstudio-tooling-ei/issues/132), several times, delete the server than re-create a new one (from Dec studio dahsboard or from the link "No servers available. Click this link …") At the beginning I installed than used eclipse

Re: [Dev] Writing xml response from data service into file in local server.

2018-02-26 Thread Himasha Guruge
Hi Aditya, Yes, you would have to use a mediation sequence and invoke the dataservice from there. Please refer [1] as a sample. [1] https://wso2.com/library/articles/2012/10/implementing-restful-services-wso2-esb/ Thanks, Himasha On Mon, Feb 26, 2018 at 2:42 PM, aditya shivankar <

[Dev] Writing xml response from data service into file in local server.

2018-02-26 Thread aditya shivankar
Hi sir, I have created a data service which reads the record in the table and converts it into xml which is exposed as soap web service. sample output I achieved is: http://www.w3.org/2003/05/soap-envelope;> http://www.my1stdataservice.com;> bk100 J K

Re: [Dev] How to use com.sun.management package in Carbon Kernel?

2018-02-26 Thread Isuru Perera
Hi Jayanga, Following is the output of "mvn -version" $ mvn -version Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) Maven home: /opt/isuru/apache-maven-3.5.0 Java version: 1.8.0_162, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.8.0_162/jre

[Dev] How to send a file to a FTP server from a ESB sequence?

2018-02-26 Thread Thomas LEGRAND
Hello everybody, I tried to send a file to a FTP server from my sequence but I have the same error appearing each time: TID: [-1234] [] [2018-02-26 10:02:41,017] WARN {org.apache.synapse.transport.vfs.VFSTransportSender} - Couldn't get the lock for the file :

Re: [Dev] How to use com.sun.management package in Carbon Kernel?

2018-02-26 Thread Jayanga Dissanayake
Hi Isuru, What is the JDK and Maven versions you are using? Thanks, Jayanga *Jayanga Dissanayake* Associate Technical Lead WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Mon, Feb 26, 2018 at 2:26 PM, Isuru

[Dev] How to use com.sun.management package in Carbon Kernel?

2018-02-26 Thread Isuru Perera
Hi, I'm trying to upgrade Dropwizard Metrics in Carbon Metrics project to version 4.0.2. In the metrics JVM bundle, there a new import as follows. Import-Package: org.slf4j;version="[1.6.0,2.0.0)",com.codahale.metrics ;version="[4.0,5)",*com.sun.management*,javax.management When creating the

[Dev] WSO2 Committers += Naduni Pamudika

2018-02-26 Thread Nuwan Dias
Hi, Its my pleasure to announce Naduni Pamudika as a WSO2 Committer. She has been a valuable contributor to WSO2 API Manager. Congratulations Naduni and keep up the good work!!. Thanks, NuwanD. -- Nuwan Dias Software Architect - WSO2, Inc. http://wso2.com email : nuw...@wso2.com Phone : +94