Re: [Dev] Error while tenant admin login to EMM

2014-08-21 Thread Harshan Liyanage
Hi Dilan, This is how the cloud EMM works for API subscription for tenants. 1. Create an application in API Store using the credentials given by cloud team. This application will be named as the tenant domain. 2. Subscribe all the EMM APis to that application 3. Generate API keys for application

Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-17 Thread Harshan Liyanage
congratz Sewwandi Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Wed, Sep 17, 2014 at 3:31 PM, Inosh Perera

[Dev] Build break when building the EMM pack with integration test framework

2014-09-22 Thread Harshan Liyanage
Hi all, I'm getting the following build error when building the pack for testing pull request [1]. According to this error following jars are missing in the mvn repo. Do we have these jars published to mvn repos? -

Re: [Dev] Build break when building the EMM pack with integration test framework

2014-09-22 Thread Harshan Liyanage
22, 2014 at 12:25 PM, Harshan Liyanage hars...@wso2.com wrote: Hi all, I'm getting the following build error when building the pack for testing pull request [1]. According to this error following jars are missing in the mvn repo. Do we have these jars published to mvn repos

Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-30 Thread Harshan Liyanage
Congratulations Rajith !!! Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Mon, Sep 29, 2014 at 1:37 PM, Gimantha Bandara

Re: [Dev] Is it possible to separate org.wso2.emm.feature into sub features ?

2014-10-01 Thread Harshan Liyanage
Hi, For the cloud EMM version we have removed APIM features from EMM pack.We have done a lot of refactoring to that pack. So If you can have a look at EMM-Cloud pack, that would be much better. As Chan has mentioned we do a copy-rename operation to keep API Store, API publisher along with ES.

Re: [Dev] Issue in adding multiple devices for a user in EMM

2014-10-13 Thread Harshan Liyanage
Hi Pasanthi, AFAIK there could not be any issue for this scenario. We have tested it. Do you get any errors in server when enrolling the new device to the EMM? Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog :

Re: [Dev] Issue in adding multiple devices for a user in EMM

2014-10-13 Thread Harshan Liyanage
. Regards, Pasanthi. On Mon, Oct 13, 2014 at 11:54 AM, Harshan Liyanage hars...@wso2.com wrote: Hi Pasanthi, AFAIK there could not be any issue for this scenario. We have tested it. Do you get any errors in server when enrolling the new device to the EMM? Thanks, Best Regards

Re: [Dev] Cannot find a method to get the Error Response in Jaggery

2014-10-18 Thread Harshan Liyanage
Hi Damith, That way is also ok. But I think you can get the error in result.data. Please check the following code. var result = post(url, {}, {},'json); result = parse(result.data); //Now check for error if (result.error) { //do the error handling }else{ } Thanks, Best Regards, Lakshitha

[Dev] Consume OSGi services in web app

2014-10-19 Thread Harshan Liyanage
Hi, I'm trying to do the following. 1. Create a JAX-RS web app deploy it in AS 2. Create an OSGi bundle which has all the business logic implementation (exposed as OSGi services) for above JAX-RS web services 3. Consume above OSGi services inside JAX-RS web app What is the best way

Re: [Dev] Consume OSGi services in web app

2014-10-19 Thread Harshan Liyanage
Harshan, On Sun, Oct 19, 2014 at 11:37 AM, Harshan Liyanage hars...@wso2.com wrote: Hi, I'm trying to do the following. 1. Create a JAX-RS web app deploy it in AS 2. Create an OSGi bundle which has all the business logic implementation (exposed as OSGi services) for above JAX-RS web

Re: [Dev] Front-end framework to use

2014-10-21 Thread Harshan Liyanage
Hi CD, You can also you JQuery mobile for single page web apps. It would be much easier for you since you are already familiar with JQuery. Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/

Re: [Dev] Handling Concurrency with Jaggery Scripts

2014-10-22 Thread Harshan Liyanage
Ultimately Jaggery is compiled into a java byte-code by the Rhino Engine. So the same principals will apply as Dinesh as mentioned. :) Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :**

Re: [Dev] Why does Jaggery Sender Object results in an Exception?

2014-10-28 Thread Harshan Liyanage
Hi Tanya, I've tried the same code snippet I'm getting the same issue Dilan has encountered. However this email sending feature was already tested verified feature. I'm wondering what causes this exception. Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048*

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Harshan Liyanage
Congradz Amal! Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala gay...@wso2.com

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Harshan Liyanage
Congradz Waruna! Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala

[Dev] Getting an Instance of DataSource Object

2014-05-07 Thread Harshan Liyanage
Hi, I need to get an instance of DataSource object. While going through the JDBCPersistenceManager

Re: [Dev] Required changes in EMM Android Agent

2014-05-20 Thread Harshan Liyanage
that there is no license agreement for COPE devices. Did this change? Cheers~ On Tue, May 20, 2014 at 5:15 PM, Harshan Liyanage hars...@wso2.comwrote: Hi, Please find my comments inline. 1. How do the user know the format to type in the domain. What if he type http://abc.com;? I think we should guide

Re: [Dev] Required changes in EMM Android Agent

2014-05-20 Thread Harshan Liyanage
BYOD devices can register without it and violate the company policies? Regards, Dilshan On Tue, May 20, 2014 at 8:16 PM, Harshan Liyanage hars...@wso2.comwrote: Hi Chan, It's not about showing the license for all users. This is about bypassing the license screen by* choosing bypass option

[Dev] Jaggery Test Framework issue

2014-05-22 Thread Harshan Liyanage
Hi, I'm writing unit tests for EMM using jaggery test framework. But whenever I put beforeEach[1] and afterEach[1] in unit tests (refer to *Setup* and *Teardown* section), statements inside beforeEach and afterEach automatically executes when I'm loading/refreshing the test page. Because of that

Re: [Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Harshan Liyanage
Hi, +1 for the 2nd approach since it allows more control over API access. Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware.

Re: [Dev] EMM Android Agent Improvements

2014-06-17 Thread Harshan Liyanage
Hi, Please find my comments inline. 1. Camera disable during policy apply- jira- https://wso2.org/jira/browse/EMM-648 To handle this, we need to kill the camera process if it's running, before executing camera lock via the device administrator. The reason is, android OS does not allow

Re: [Dev] EMM Android Agent Improvements

2014-06-17 Thread Harshan Liyanage
On Tue, Jun 17, 2014 at 3:05 PM, Harshan Liyanage hars...@wso2.com wrote: Hi, Please find my comments inline. 1. Camera disable during policy apply- jira- https://wso2.org/jira/browse/EMM-648 To handle this, we need to kill the camera process if it's running, before executing

Re: [Dev] [EMM] Adding Oracle database support to EMM

2014-06-18 Thread Harshan Liyanage
Hi, We could categorize the sql queries under each database type in db.js file. IMO we need a mechanism to detect the database type (mysql, h2, oracle etc) return appropriate sql query based on the db type. WDYT? Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile:

Re: [Dev] EMM Unit test reviewing

2014-06-24 Thread Harshan Liyanage
Hi, Jasmine test framework already has *beforeEach* *afterEach* as TearUp TearDown functions. This can be used in Jaggery-Test framework. But there is an issue which causes beforeEach afterEach functions to be executed multiple times when the test page is loaded or refreshed. sometimes the

Re: [Dev] [dev] Adding new database to the ES pack

2014-07-22 Thread Harshan Liyanage
Hi Udara, We have done the same thing in EMM 1.1.0. However AFAIK there is no platform level solution for that. Please have a look at EMM-Utils https://github.com/wso2-dev/product-emm/tree/master/modules/components/emm-utils component. That's where we handle creation of EMM_DB when started server

[Dev] APIM 1.6 issue when accessing a subscribed API

2014-07-23 Thread Harshan Liyanage
Hi, I've deployed APIM 1.6 and published an API in EMM to APIStore. Whenever I try to invoke that API the following error occurs in APIM console. [2014-07-23 12:20:34,180] ERROR - ClientUtils The system cannot infer the transport information from the /emm/api/devices/isregistered/1.0.0 URL.

Re: [Dev] APIM 1.6 issue when accessing a subscribed API

2014-07-23 Thread Harshan Liyanage
Karunanandham niran...@wso2.com wrote: Hi Harshan, As per the chat we had now, please add the actual endpoint (Production Endpoint) to the API in the publisher and try it out. Regards, Nira On Wed, Jul 23, 2014 at 1:16 PM, Harshan Liyanage hars...@wso2.com wrote: Hi Uvindra, I've tried

Re: [Dev] [EMM] - iOS app download URL changed to mdm from emm

2014-08-13 Thread Harshan Liyanage
Hi, I have taken this from EMM 1.1.0 master branch in wso2. It's same in the master branch also. https://github.com/wso2/product-emm/blob/master/modules/apps/emm/modules/device.js Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog :

Re: [Dev] [EMM] - iOS app download URL changed to mdm from emm

2014-08-13 Thread Harshan Liyanage
, Harshan Liyanage hars...@wso2.com wrote: Hi, I have taken this from EMM 1.1.0 master branch in wso2. It's same in the master branch also. https://github.com/wso2/product-emm/blob/master/modules/apps/emm/modules/device.js Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile

Re: [Dev] WSO2 Developers += Sameera Medagammaddegedara

2014-02-03 Thread Harshan Liyanage
Congradz Sameera Best Regards, Lakshitha Harshan Software Engineer; WSO2mobile Inc.; http://wso2mobile.com/ Email: hars...@wso2.com Mobile: *+94724423048* On Mon, Feb 3, 2014 at 3:33 PM, Susinda Perera susi...@wso2.com wrote: Congratulations Sameera On Mon, Feb 3, 2014 at 3:23 PM,

[Dev] BAM 4.2.1 build failed

2014-03-14 Thread Harshan Liyanage
Hi, I tried to build BAM 4.2.1 (in turing branch). I have already built the ESB without any issue. This is the maven error log I'm getting. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4:unpack (2-unpack-kernel-patch) on project

Re: [Dev] BAM 4.2.1 build failed

2014-03-14 Thread Harshan Liyanage
gi...@wso2.com wrote: Hi Harshan, You need to build Kernel patch 0006 before building the BAM pack. Regards, Gihan On Fri, Mar 14, 2014 at 5:35 PM, Harshan Liyanage hars...@wso2.comwrote: Hi, I tried to build BAM 4.2.1 (in turing branch). I have already built the ESB without any issue

Re: [Dev] Fwd: JWT Token based login for Asset Store (ES)

2014-04-04 Thread Harshan Liyanage
Hi Dinusha, I'll look into that issue. Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Wed, Apr 2, 2014 at 11:19 AM,

Re: [Dev] EMM product build failure

2014-12-08 Thread Harshan Liyanage
Hi Dulitha, I've tried building the product-emm just now. It build without an issue. Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On

Re: [Dev] Carbon 4.3.0 snapshot based server hangs

2014-12-09 Thread Harshan Liyanage
Hi, We are getting the same issue. Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Wed, Dec 10, 2014 at 12:03 PM, Lochana

Re: [Dev] [CDM] REST API of the Devices

2014-12-18 Thread Harshan Liyanage
Hi Chan, Yes we have done some work on android device APIs. Please find it here [1]. [1]. https://github.com/geethkokila/product-cdm/tree/master/product/modules/agents/android/jax-rs Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog :

Re: [Dev] [EMM] [APIM] Access token accessed by Product-API-Store UI, different from the one retrieved by a Rest Client

2014-12-21 Thread Harshan Liyanage
Hi Dilan, Did you tried sending the scope (Production / Sandbox) parameter along with the token request? Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/*

Re: [Dev] WSO2 Committers += Roshan Deniyage

2014-12-22 Thread Harshan Liyanage
Congradz Roshan .. Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Mon, Dec 22, 2014 at 4:59 PM, Manula Chathurika Thantriwatte

Re: [Dev] WSO2 Committers += Gayan Gunawardana

2015-02-02 Thread Harshan Liyanage
Congratulations Gayan !!! Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Mon, Feb 2, 2015 at 5:20 AM, Milinda Perera milin...@wso2.com wrote:

Re: [Dev] [EMM] Correct Source Repository?

2015-02-02 Thread Harshan Liyanage
Hi Ramindu, If you need the old EMM product (in documentation release pack) please find it [1]. But the new version will be completely change from this version. Currently we are in the process of refactoring build stabilization. [1]. https://github.com/wso2/product-emm Thanks, Lakshitha

Re: [Dev] Renaming configurations.xml as ServerLifeCycle.xml causes build failures in CDM P2 profile

2015-01-18 Thread Harshan Liyanage
Hi Pulasthi, I'm still getting following the error when building the product. Could you please look into this? Installing org.wso2.carbon.governance.lifecycle.management.feature.group 4.3.0.SNAPSHOT. Installation failed. An error occurred while configuring the installed items session context

Re: [Dev] Renaming configurations.xml as ServerLifeCycle.xml causes build failures in CDM P2 profile

2015-01-18 Thread Harshan Liyanage
-governance. Best Regards, Pulasthi On Mon, Jan 19, 2015 at 10:06 AM, Harshan Liyanage hars...@wso2.com wrote: Hi Pulasthi, I'm still getting following the error when building the product. Could you please look into this? Installing org.wso2

[Dev] Duplicate info logs when starting the CDM server

2015-01-20 Thread Harshan Liyanage
Hi, We are getting duplicate INFO logs when starting the CDM server. [2015-01-20 15:08:19,369] INFO {org.apache.tomcat.util.net.NioSelectorPool} - Using a shared selector for servlet write/read [2015-01-20 15:08:19,398] INFO {org.apache.tomcat.util.net.NioSelectorPool} - Using a shared

Re: [Dev] [DEV] Use of || in jaggery

2015-02-12 Thread Harshan Liyanage
Hi Dilhasha, AFAIK what you have understood is correct regarding $subject. Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Fri, Feb

[Dev] org.wso2.carbon.webapp.mgt.feature is missing in Nexus Release repo

2015-01-26 Thread Harshan Liyanage
Hi all, The feature org.wso2.carbon.webapp.mgt.feature has released under chunk-14 [1] but it is not available in the release nexus repo [2]. We are expecting to do a CDM M1 release. We have a blocker due to the unavailability of org.wso2.carbon.webapp.mgt.feature in nexus release repo, Could you

[Dev] Missing features in Release Nexus Repo

2015-01-26 Thread Harshan Liyanage
Hi all, Following carbon features have released under chunk-14 [1] available in snapshots repo [2]. But those features are not available in the release nexus repo [3]. We are expecting to do a CDM M1 release today. We have a blocker due to the unavailability of those features in nexus release

Re: [Dev] Missing features in Release Nexus Repo

2015-01-27 Thread Harshan Liyanage
. On Tue, Jan 27, 2015 at 11:51 AM, Harshan Liyanage hars...@wso2.com wrote: Hi all, Following carbon features have released under chunk-14 [1] available in snapshots repo [2]. But those features are not available in the release nexus repo [3]. We are expecting to do a CDM M1 release today. We

[Dev] P2 proflie gen issue in org.wso2.carbon.jaxws.webapp.mgt.server.feature

2015-01-27 Thread Harshan Liyanage
Hi, I'm getting the following error when build the product. org.wso2.carbon.jaxws.webapp.mgt.server.feature:4.2.0 artifact is available in m2 repo as well. Does anyone know the reason for this issue? [INFO] --- carbon-p2-plugin:1.5.4:p2-repo-gen (2-p2-repo-generation) @ wso2cdm-profile-gen ---

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-27 Thread Harshan Liyanage
Congradz Manoj !!! Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Wed, Jan 28, 2015 at 12:04 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi

Re: [Dev] WSO2 Committers += Inosh Perera

2015-01-04 Thread Harshan Liyanage
Congradz Inosh !!! Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Mon, Jan 5, 2015 at 12:34 PM, Harsha Kumara hars...@wso2.com wrote:

Re: [Dev] [CDM] Feature Manager interface method names

2015-03-17 Thread Harshan Liyanage
Hi dulitha, I'm ok with above methods. But I have a minor concern that having overloaded methods like these might affect the readability of code. For example when you use these methods you'll have to call it like, featureManager.getFeatures(deviceId); But if you have used a method like

Re: [Dev] [MDM] Where are we saving the operation responses?

2015-03-10 Thread Harshan Liyanage
Agreed. We need to have a place to store incoming messages. WDYT about having a separate table having a foreign-key reference to operation table? So that we could save the responses for each operation there. Since it is a different table, the load on operation table will reduce at peak times.

[Dev] Connection Refused exception after setting userDNpattern in user store configuration

2015-02-26 Thread Harshan Liyanage
Hi, When I configured the userDNpattern for my user-store configuration in IS 5.0.0, it gives the following exception at the server start-up when trying to login to the system. This exception was occurred after applying the service pack. It seems like the user-core is constructing the ldap

Re: [Dev] Use of UserDNPattern property in ADs

2015-02-26 Thread Harshan Liyanage
, Feb 26, 2015 at 11:44 AM, Harshan Liyanage hars...@wso2.com wrote: Hi, Why don't we use the UserDNPattern attribute in user-store configuration for AD? Is that not mandatory or no necessary at all? It is not required. It can be used to improve the searching when there is a flat user

[Dev] Use of UserDNPattern property in ADs

2015-02-25 Thread Harshan Liyanage
Hi, Why don't we use the *UserDNPattern *attribute in user-store configuration for AD? Is that not mandatory or no necessary at all? [1]. https://docs.wso2.com/display/IS500/Configuring+an+Active+Directory+User+Store Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email:

[Dev] Older versions of org.wso2.carbon.identity artifacts are missing from maven repos

2015-02-24 Thread Harshan Liyanage
Hi, I got a build failure mentioning that , [ERROR] Failed to execute goal on project org.wso2.carbon.device.mgt.common: Could not resolve dependencies for project org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:bundle:0.9.1-SNAPSHOT: Could not find artifact

Re: [Dev] Older versions of org.wso2.carbon.identity artifacts are missing from maven repos

2015-02-24 Thread Harshan Liyanage
with correct group id according to the version should resolve the issue. Regards, Darshana On Wed, Feb 25, 2015 at 8:14 AM, Harshan Liyanage hars...@wso2.com wrote: Hi, I got a build failure mentioning that , [ERROR] Failed to execute goal on project org.wso2.carbon.device.mgt.common: Could

Re: [Dev] OAuth issues

2015-05-17 Thread Harshan Liyanage
credentials constructed like following? Base64encode (consumer Key:consumer secret)? On Mon, May 18, 2015 at 9:49 AM, Harshan Liyanage hars...@wso2.com wrote: Hi Sumedha, We tried it also. But it didn't work and giving the same issue. Thanks, Lakshitha Harshan Software Engineer

Re: [Dev] MDM UI Progress update

2015-05-17 Thread Harshan Liyanage
Hi Chan, UserManagementService OSGi service was registered under the implementation class name, not interface. Please see the following code segment. BundleContext bundleContext = componentContext.getBundleContext(); bundleContext.registerService(UserManagementService.class.getName(),new

Re: [Dev] OAuth issues

2015-05-17 Thread Harshan Liyanage
get some feedback on this some time soon. Cheers, Prabath On Fri, May 15, 2015 at 8:57 PM, Harshan Liyanage hars...@wso2.com wrote: Hi Guys, *Issue 1* When calling the token endpoints to generate oauth tokens using curl, i'm getting a unsupported_client_authentication_method exception

Re: [Dev] OAuth issues

2015-05-18 Thread Harshan Liyanage
Hi, We are copying the identity.xml from Identity 4.4.0 features when building the product-mdm. So could someone from IS team add the latest identity.xml to Identity 4.4.0 features and commit it? Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog :

Re: [Dev] MDM UI Progress update

2015-05-17 Thread Harshan Liyanage
Hi, It is fixed now. Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Mon, May 18, 2015 at 9:09 AM, Harshan Liyanage hars...@wso2.com

Re: [Dev] OAuth issues

2015-05-17 Thread Harshan Liyanage
ZCY3QCNjK9ujtKXoMzSjltPdVFga:RQvI0o1z8NwdYS9I2y35pwptMp4a -k -d grant_type=passwordusername=adminpassword=adminscope=openid -H Content-Type: application/x-www-form-urlencoded https://localhost:9443/oauth2/token On Mon, May 18, 2015 at 10:12 AM, Harshan Liyanage hars...@wso2.com wrote: Yes. Lakshitha Harshan Software Engineer

[Dev] JDBC pool exhaust exception in MDM server

2015-04-08 Thread Harshan Liyanage
Hi, I'm getting the following exception when the server is idle. Do we have places in MDM where JDBC connections have not closed properly? [2015-04-08 19:22:41,048] ERROR {org.wso2.carbon.mdm.services.android.OperationManager} - Error occurred while fetching the operation list for the device.

[Dev] Having multiple versions of OSGi bundles in MDM server

2015-04-09 Thread Harshan Liyanage
Hi, We are having multiple versions of OSGi bundles when the MDM server starts-up. Could someone from respective teams verify this fix the features by using the highest available version? com.google.gson_2.1.0 - org.jaggeryjs.server_0.9.0 com.google.gson_2.2.4 -

Re: [Dev] [Urgent] Source location of identity Oauth 4.3.3 components

2015-04-06 Thread Harshan Liyanage
.carbon.identity.oauth On Tue, Apr 7, 2015 at 7:59 AM, Harshan Liyanage hars...@wso2.com wrote: Hi, I have checked for the source of org.wso2.carbon.identity.oauth v 4.3.3 in [1] [2]. But I could not find those components in either Git repo or in SVN repo. But version 4.3.4 of these components

[Dev] [Urgent] Source location of identity Oauth 4.3.3 components

2015-04-06 Thread Harshan Liyanage
Hi, I have checked for the source of org.wso2.carbon.identity.oauth v 4.3.3 in [1] [2]. But I could not find those components in either Git repo or in SVN repo. But version 4.3.4 of these components are available in git release 4.3.4 branch. We have a blocker here for CDM release due to

Re: [Dev] [MDM] Modifying invite-user functionality of MDM

2015-06-09 Thread Harshan Liyanage
Hi Prabath, That sounds ok to me. But will it break the end-user experience since the users have to login to MDM console and then to enroll the device instead of directly enrolling the device (2 MDM logins vs 1 login)? Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email:

Re: [Dev] [MDM] Modifying invite-user functionality of MDM

2015-06-09 Thread Harshan Liyanage
, Harshan Liyanage hars...@wso2.com wrote: Hi Prabath, That sounds ok to me. But will it break the end-user experience since the users have to login to MDM console and then to enroll the device instead of directly enrolling the device (2 MDM logins vs 1 login)? Thanks, Lakshitha Harshan

[Dev] Using String objects for boolean use-cases

2015-05-25 Thread Harshan Liyanage
Hi, I've encountered the following code block while going through the source of authentication endpoint [1]. There is a String variable (loginFailed) which is used for holding boolean values as Strings. String errorMessage = Authentication Failed! Please Retry; String loginFailed =

Re: [Dev] Using String objects for boolean use-cases

2015-05-25 Thread Harshan Liyanage
/basicauth.jsp Thanks, Dulanja On Mon, May 25, 2015 at 12:15 PM, Harshan Liyanage hars...@wso2.com wrote: Hi, I've encountered the following code block while going through the source of authentication endpoint [1]. There is a String variable (loginFailed) which is used for holding boolean

Re: [Dev] [DEV][IS]Some information about Dynamic Client Registration and Resource Registration

2015-10-29 Thread Harshan Liyanage
components here [1]. [1]. https://github.com/wso2/carbon-device-mgt/tree/master/components/identity-extensions/dynamic-client-registration [2]. https://github.com/wso2/carbon-device-mgt/blob/master/components/identity-extensions/dynamic-client-registration/dynamic-client-web/src/main/java/

[Dev] Deadlock when updating permissions of a user-role in secondary user-store

2015-11-11 Thread Harshan Liyanage
CARBON-14474 Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___ Dev mailing list Dev@ws

Re: [Dev] [DEV][IS]Some information about Dynamic Client Registration and Resource Registration

2015-11-02 Thread Harshan Liyanage
s input resource. > But we can change it to generic resource and do some other changes we can > use it across platform without any issue. > > WDYT? > > Thanks, > sanjeewa. > > On Fri, Oct 30, 2015 at 8:33 PM, Sanjeewa Malalgoda <sanje...@wso2.com> > wrote: >

Re: [Dev] [DEV][IS]Some information about Dynamic Client Registration and Resource Registration

2015-10-30 Thread Harshan Liyanage
Hi Sanjeewa, We have implemented DCR as a separate feature (org.wso2.carbon.dynamic.client.registration.server.feature). So you should be fine if you just add it to p2-gen. Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http

Re: [Dev] Displaying the username & email of users in EMM console

2015-11-04 Thread Harshan Liyanage
Hi, Prabath also had a similar idea. That's also a good suggestion. So lets get the feedback from UX team. Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.

[Dev] Displaying the username & email of users in EMM console

2015-11-04 Thread Harshan Liyanage
-926 Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___ Dev mailing list Dev@wso2.org http:

[Dev] Null pointer exception from api gateway component when logging as the tenant-admin

2015-10-14 Thread Harshan Liyanage
) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Thanks, Harshan Liyanage Software Engineer

[Dev] Service provider (SaaS enabled) is not visible to tenants

2015-10-15 Thread Harshan Liyanage
tps://localhost:9443/oauth2/token Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___ Dev

Re: [Dev] Service provider (SaaS enabled) is not visible to tenants

2015-10-16 Thread Harshan Liyanage
Hi all, Please find the JIRA created for this [1]. [1]. https://wso2.org/jira/browse/IDENTITY-3876 Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.

Re: [Dev] Service provider (SaaS enabled) is not visible to tenants

2015-10-16 Thread Harshan Liyanage
ion/x-www-form-urlencoded" https://localhost:9443/oauth2/token Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Fri, Oct 16, 201

Re: [Dev] Null pointer exception from api gateway component when logging as the tenant-admin

2015-10-15 Thread Harshan Liyanage
Hi all, We have put "synapse" as the gateway type. Changing it to none resolved the issue. Thanks for the feedback. Regards, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <ht

Re: [Dev] Error when calling token endpoint

2015-10-12 Thread Harshan Liyanage
Adding to @dev, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Mon, Oct 12, 2015 at 7:14 PM, Sachith Punchihewa <sachi...@wso2.c

[Dev] UpdateScopes method deletes all Scopes of an API when API is updated

2015-09-17 Thread Harshan Liyanage
o2/carbon/apimgt/impl/dao/ApiMgtDAO.java Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___

Re: [Dev] UpdateScopes method deletes all Scopes of an API when API is updated

2015-09-17 Thread Harshan Liyanage
jects. [1]. https://github.com/wso2/carbon-device-mgt/blob/master/components/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher/src/main/java/org/wso2/carbon/apimgt/webapp/publisher/APIPublisherServiceImpl.java Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars..

[Dev] Pull request has not merged into the current development branch of APIM

2015-09-30 Thread Harshan Liyanage
rbon-apimgt/pull/10 [2]. https://github.com/wso2/carbon-apimgt/tree/release-1.4.0/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot

[Dev] CPU is going to 100% when a web page renders on jaggery + UUF

2015-12-07 Thread Harshan Liyanage
server when several users have logged into system. This will be a blocker for EMM release. Hence please be kind enough for look into this issue ASAP. [image: Inline image 1] Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http

Re: [Dev] CPU is going to 100% when a web page renders on jaggery + UUF

2015-12-07 Thread Harshan Liyanage
Hi Isuru, Good idea. Will give a try and let you know. Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Mon, Dec 7, 2015 at 7

[Dev] IdentityRuntimeException occurs when try to get information of Service-Provider using carbon-identity-5.0.3

2015-12-08 Thread Harshan Liyanage
mpl.java:162) ... 52 more Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___ Dev mail

Re: [Dev] IdentityRuntimeException occurs when try to get information of Service-Provider using carbon-identity-5.0.3

2015-12-08 Thread Harshan Liyanage
Hi Maduranga, It worked. Thanks for the help. Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Wed, Dec 9, 2015 at 12

Re: [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.0.0 RC2

2015-12-23 Thread Harshan Liyanage
. Tested device search using device search options 6. Tested operations, operations log, policy compliance 7. Tested app install, uninstall 8. Created a tenant 9. Enrolled device for tenant user 10. Tested operations, policy compliance for tenant user [X] Stable - Go ahead and release Thanks, Harshan

Re: [Dev] Custom Mediator

2016-01-12 Thread Harshan Liyanage
the custom mediator. [1]. https://docs.wso2.com/display/ESB490/Class+Mediator [2]. https://docs.wso2.com/display/ESB490/PayloadFactory+Mediator Thanks, Harshan Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc

Re: [Dev] How can I get public key certificate

2016-01-13 Thread Harshan Liyanage
will be wso2carbon. keytool -export -keystore wso2carbon.jks -alias wso2carbon -file public_cert.cer [1]. https://docs.oracle.com/javase/tutorial/security/toolsign/step5.html [2]. https://docs.wso2.com/display/Carbon420/Keystores Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars

[Dev] 1.0, is appended to the version field when try to publish a mobile app

2016-01-26 Thread Harshan Liyanage
he above issue is "1.0,2.5.0" which is type of object. 2.5.0 is the value I inserted for the version field. I noticed that 1.0, is appended to the version value I have entered (even if I create another mobile app entry). My question is why I'm always getting 1.0, appended prior to the

[Dev] [EMM] Exception occurs when signing out of store and publisher

2016-01-28 Thread Harshan Liyanage
, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. ___ Dev mailing list Dev@wso2.org http://wso2.o

Re: [Dev] [EMM] Exception occurs when signing out of store and publisher

2016-01-28 Thread Harshan Liyanage
Hi Sinthuja, I have tested EMM with jaggery v 0.12.1-SNAPSHOT version. It is working fine. Could you please release that branch? Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <h

Re: [Dev] WSO2 Committers += Hasunie Adhikari

2016-02-29 Thread Harshan Liyanage
Congratz Hasuni !! Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Thu, Feb 25, 2016 at 8:31 PM, Manoj Gunawardena <man...@wso2.c

Re: [Dev] WSO2 Committers += Kamidu Sachith Punchihewa

2016-02-29 Thread Harshan Liyanage
Congratz Kamidu !! Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Thu, Feb 25, 2016 at 11:45 AM, Hasitha Amal De Silva <hasit...

Re: [Dev] 1.0, is appended to the version field when try to publish a mobile app

2016-01-27 Thread Harshan Liyanage
Hi, It seems like this issue is due to corrupted m2 artifacts in my local m2 repo. This issue was fixed after removing appmgt artifacts from local m2 repo. Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2

  1   2   >