Re: [Dev] [IOT]Concerns regarding saving the image and binary files in the File System

2017-08-16 Thread Chathura Dilan
I'm +1 with option 2 since we can have a big storage for binary files and small storage for image files. The method of serving images and binary files are for two different things. We can optimize image storage for serving images because images are accessed frequently. Also in terms of security sto

Re: [Dev] [IOT]Concerns regarding saving the image and binary files in the File System

2017-08-16 Thread Chathura Dilan
Hi Megala, If you go with the first approach, could you please mention what are the parameters you use to get the image? It is always better to get the image with a random parameters so it prevents hackers from guessing image names. @Nuwan. Some binary files could be large as 500MB in size. So we

[Dev] WSO2 Committers += Madhawa Perera

2017-06-19 Thread Chathura Dilan
Hi All, It's my pleasure to welcome Madhawa Perera as a WSO2 Committer. Madhawa has been a valuable contributor to the IoT team. In recognition of his contribution, dedication, and commitment he has been voted as a WSO2 committer. Madhawa, welcome aboard and keep up the good work! -- Thanks a

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

2017-01-20 Thread Chathura Dilan
Hi, I've tested - Android app enrollment installation and un-installation, policies and operations - App Management [+] Stable - go ahead and release On Sat, Jan 21, 2017 at 5:18 AM, Jasintha Dasanayake wrote: > Hi All > > I have tested the following flows using the virtual firear

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

2016-11-30 Thread Chathura Dilan
Hi all, Tested Follows Android and iOS application installation/uninstallation via app manager. [+] Stable - go ahead and release On Thu, Dec 1, 2016 at 10:41 AM, Geeth Munasinghe wrote: > Hi all, > > Tested following scenarios. > > >1. Android device enrollment. >2. User and role cr

[Dev] WSO2 Committers += Saad Sahibjan

2016-10-31 Thread Chathura Dilan
​Hi Devs, ​It's my pleasure to announce Saad Sahibjan as a WSO2 Committer. Saad has been a valuable contributor for WSO2 EMM product, and in recognition of his contribution to WSO2, he has been voted as a WSO2 Committer.​ ​Saad, Keep up the good work and wish you all the best for your future ende

Re: [Dev] Dynamic zip file download from Jaggery application

2016-10-17 Thread Chathura Dilan
Hi Godwin, Yes, Jaggery File API is only working within Jaggery app context according to documentation. so you will have to read it from Java and pass it to jaggery. That's how we are doing with mobile apps. On Mon, Oct 17, 2016 at 6:57 PM, Godwin Shrimal wrote: > Hi Chathura, > > > > Yes there

Re: [Dev] Dynamic zip file download from Jaggery application

2016-10-17 Thread Chathura Dilan
Hi Godwin, Yes there is a better approach than save those files in the jaggery app itself. This is mainly because jaggery app is getting bulky, difficult for clustering, and less security. What we have done for mobile app is store them in a secured place such as /repository/resources/mobileapps

[Dev] WSO2 EMM 2.1.0-SNAPSHOT Nightly Build 08/08/2016

2016-08-08 Thread Chathura Dilan
Hi All, You can get the latest EMM 2.1.0-SNAPSHOT build from here [1]. It is still being building. once it is done you can download it from there. [1] - https://wso2.org/jenkins/job/product-emm/lastSuccessfulBuild/org.wso2.mdm$wso2emm/ -- Regards, Chatura Dilan Perera *Associate Tech Lead** -

Re: [Dev] [APIM] [EMM] Adding multiple scopes to a single API resource endpoint

2016-08-08 Thread Chathura Dilan
Hi Sam, Sometimes based on the scopes we might need to authorize the APIs to get different responses. Eg: Facebook scopes [1]. At the login we can send multiple scopes, generate the token and authorize an API based on scopes. It is not possible if only one scope is assigned to one API (resource)

[Dev] App manager REST API issue with MySQL

2016-08-01 Thread Chathura Dilan
Hi All, We are getting following error in EMM after configure it with MySQL 5.5 when adding a mobile app with REST API. TID: [-1234] [] [2016-08-01 10:20:21,492] ERROR {org.wso2.carbon.appmgt.rest.api.publisher.AppsApiService} - Error occurred while creating mobile application : Anti Virus 3 o

[Dev] Getting Error while installing iOS features to EMM 2.1.0

2016-07-05 Thread Chathura Dilan
(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) ... 146 more On Tue, Jul 5, 2016 at 2:21 PM, Chathura Dilan wrote

[Dev] Getting Error while installing iOS features to EMM 2.1.0

2016-07-05 Thread Chathura Dilan
Hi All, I'm getting the following error while installing iOS features to EMM 2.1.0. Anyone know what's the reason for the issue? Error creating bean with name 'enrollmentServiceBean' defined in URL [jndi:/localhost/ios-enrollment/WEB-INF/cxf-servlet.xml]: Instantiation of bean failed; nested exc

Re: [Dev] Regarding APPM-1160

2016-07-04 Thread Chathura Dilan
Hi Dinusha, EMM supports multi-tenancy it is designed to work with one instance of App Manager via OSGI services. When they work together they function as one product, hence EMM and App Manager share same tenants across the multi tenanted environment. This is a special scenario where AppM connect

Re: [Dev] Scope based authorization for CDMF

2016-07-04 Thread Chathura Dilan
t also helps us make things > much more simplified. > > Cheers, > Prabath > > On Mon, Jul 4, 2016 at 12:00 PM, Chathura Dilan > wrote: > >> +Dev >> >> For the UI >> >> IMO, UI should have their own permissions. and they should be associated >> wit

[Dev] Scope based authorization for CDMF

2016-07-03 Thread Chathura Dilan
+Dev For the UI IMO, UI should have their own permissions. and they should be associated with scopes Such as *UI Permission scopes* manage_user users:add, users:edit, users:delete, users:view, roles:view view_user users:view These UI permissions can to be assigned from the pe

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] [EMM] Why we are using 404 for "No Content" responses ?

2016-06-14 Thread Chathura Dilan
​Yes Take an API like /devices and if there are no records in it, return an empty array. In this case the collection there is empty but it does exist. So we cannot return 404 and use 200 instead. If it is an single resource like devices/{deviceId} and if it is not found return 404, because it does

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-12 Thread Chathura Dilan
gt; email: jaya...@wso2.com > mobile: +94772207259 > > On Fri, May 13, 2016 at 5:32 AM, Chathura Dilan > wrote: > >> Hi Kishanthan / KasunG, >> >> Could you please release this. >> >> Thanks >> >> On Thu, May 12, 2016 at 10:00 PM, Kasun

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-12 Thread Chathura Dilan
Hi Kishanthan / KasunG, Could you please release this. Thanks On Thu, May 12, 2016 at 10:00 PM, KasunG Gajasinghe wrote: > Staged - > https://maven.wso2.org/nexus/content/repositories/orgwso2carbonappmgt-1002/ >

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-20 Thread Chathura Dilan
we >>>>>>>>> have done so far is not correct. We have created a separate branch of >>>>>>>>> AppM >>>>>>>>> for EMM by manually removing the web app related UIs. We have done it >>>>>>>>> fo

Re: [Dev] [EMM][AppM] Emm is sending all of its devices in a specific tenant when user's devices are needed.

2016-03-04 Thread Chathura Dilan
roduct. > > Cheers, > Prabath > > > On Friday, March 4, 2016, Chathura Dilan wrote: > >> Hi All, >> >> In AppM EMM integration from OSGI[1] (line 163). I can see EMM retrieve >> all of its devices and send it to AppM when user's devices are needed.

[Dev] [EMM][AppM] Emm is sending all of its devices in a specific tenant when user's devices are needed.

2016-03-03 Thread Chathura Dilan
Hi All, In AppM EMM integration from OSGI[1] (line 163). I can see EMM retrieve all of its devices and send it to AppM when user's devices are needed. This should be filtered to get only users devices by AppM, not all devices which is in the tenant. [1] - https://github.com/wso2/product-mdm/blo

Re: [Dev] WSO2 Committers += Sajith Abeywardhana

2016-01-27 Thread Chathura Dilan
Congratz Sajith! On Thu, Jan 28, 2016 at 12:25 PM, Rasika Perera wrote: > Congratulations Sajith !!! > > On Thu, Jan 28, 2016 at 10:05 AM, Yasassri Ratnayake > wrote: > >> Congtrats Sajith!! >> >> On Thu, Jan 28, 2016 at 9:50 AM, Dinusha Senanayaka >> wrote: >> >>> Hi All, >>> >>> It is my ple

Re: [Dev] App Manager integration with MDM(EMM)

2015-11-16 Thread Chathura Dilan
Hi Dinusha, I think they are doing it with dynamic client key/sec generating API. So we will have to go with that approach if we use their REST API. They didn't have it earlier and and they used API manager inside MDM server to generate it. As we discussed we can do all the operations via OSGI fo

Re: [Dev] App Manager Test Framework is upgraded to 4.4.2

2015-09-10 Thread Chathura Dilan
Hi Krishantha, Thanks, I will check that On Thu, Sep 10, 2015 at 1:33 PM, Krishantha Samaraweera wrote: > Hi Dilan, > > On Thu, Sep 10, 2015 at 12:20 PM, Chathura Dilan > wrote: > >> Hi Krishantha, >> >> Sorry, previous test cases use 4.2.7 for UI automat

Re: [Dev] App Manager Test Framework is upgraded to 4.4.2

2015-09-09 Thread Chathura Dilan
, we will have to write test cases from the scratch. On Thu, Sep 10, 2015 at 10:47 AM, Krishantha Samaraweera < krishan...@wso2.com> wrote: > > > On Tue, Sep 8, 2015 at 12:00 PM, Chathura Dilan > wrote: > >> Hi all, >> >> I have upgraded App Manager Test F

Re: [Dev] App Manager Test Framework is upgraded to 4.4.2

2015-09-09 Thread Chathura Dilan
Hi all, You can run App Manager UI Integration tests using following command mvn clean install -DskipUiTests=false however WSO2 Jenkins builds the product-appmanager without skipping the UI tests by setting skipUiTests value to false On Tue, Sep 8, 2015 at 12:00 PM, Chathura Dilan wrote

[Dev] App Manager Test Framework is upgraded to 4.4.2

2015-09-07 Thread Chathura Dilan
Hi all, I have upgraded App Manager Test Framework to 4.4.2 Following tasks has been done 1. Upgraded App Manager Test Framework to 4.4.2 from 4.3 2. Changed the test port offset to 600 3. Create a custom CarbonServerExtension to change port values of the configuration files app-manager.xml and

Re: [Dev] Content repository for App Manager

2015-08-30 Thread Chathura Dilan
+1 for Amazon EFS. IMO that kind of a solution exactly what we need. On Sun, Aug 30, 2015 at 6:15 PM, Ruwan Abeykoon wrote: > Hi Dinusha, > For AWS customer can use EFS[1]. Most major cloud providers support > similar services. IMO we should not do much on storage side because storage > is best

[Dev] [AppM] Merging new UI changes to AppM master branch

2015-08-23 Thread Chathura Dilan
Hi All, I merged new store and login page UI changes to app manager master branch. Main changes are follows. 1. Upgrade Bootstrap version 3 from 2. 2. Adopt the new UI layout which is built by WSO2. 3. Change partials and js files for bootstrap 3. 4. Added responsive styles for mobile, tablets a

Re: [Dev] Fwd: AppManager Integration Progress Update

2015-05-25 Thread Chathura Dilan
Hi Manoj, Noted, and changes are done! We need to test it before EOD. On Mon, May 25, 2015 at 12:28 PM, Manoj Gunawardena wrote: > Hi App Manager Team, > > Please use password grant type OAUTH token to invoke end point in MDM. > password grant type tokens should be fetch using pre configured su

Re: [Dev] [AppM] Issue with clustering AppM with large mobile apps

2015-05-21 Thread Chathura Dilan
will choose a secured location with a low downtime. >- No extra effort to read/write data, because location will be mounted >to every node. >- Less implementation burden as we don't have to use any extra >libraries. > > > Cheers. > > On Wed, May

[Dev] [AppM] Issue with clustering AppM with large mobile apps

2015-05-20 Thread Chathura Dilan
Hi All, In App Manager users can upload mobile applications though publisher Jaggery app and others can download them from that app. Uploaded mobile applications are currently saved in /repository/resources/mobileapps folder in the server home. We have a issue in clustering AppM, since /reposito

[Dev] [MDM] Device List properties are getting as objects in an array

2015-05-11 Thread Chathura Dilan
Hi All, Currently in WSO2 MDM device list API (mdm-admin/devices/{userId}) Properties are getting as a objects in an array like following "properties": [ { "name": "imei", "value": "310260043444000" }, { "name":

Re: [Dev] [AppM] [EMM] Patch for EMM to work with AppM 1.0.0

2015-04-30 Thread Chathura Dilan
you can follow this[1] documentation for EMM integration. [1] - https://docs.wso2.com/display/APPM100/Integrating+a+Mobile+Device+Manager On Thu, Apr 2, 2015 at 11:59 AM, Chathura Dilan wrote: > Hi Yasassri, > > I attached the README with the task > > On Thu, Apr 2, 2015 at 11:

[Dev] [MDM] Is it possible to get device language, country and carrier?

2015-04-29 Thread Chathura Dilan
Hi All, Is it possible to get the language, country and carrier form a device from WSO2 MDM? It will be useful for stats. -- Regards, Chatura Dilan Perera *(Senior Software Engineer** - WSO2 Inc.**)* www.dilan.me ___ Dev mailing list Dev@wso2.org http

[Dev] [GReg] Exception thrown when adding a duplicate artifacts with same title and version

2015-04-27 Thread Chathura Dilan
Hi All, This is regarding the JIRA issue [1]. When user try to create a new artifact with same name and title, an exception is printed in logs with whole stack trace. as follows ERROR - GovernanceArtifactManager Failed to add artifact: artifact id: 33b672f3-5d65-4678-b1d1-c7fc5680d974. Governanc

Re: [Dev] GenericArtifacts Pagination

2015-04-11 Thread Chathura Dilan
Registry class implements this interface. This method returns the > collection you need. > > Shazni Nazeer > > Senior Software Engineer > > Mob : +94 37331 > LinkedIn : http://lk.linkedin.com/in/shazninazeer > Blog : http://shazninazeer.blogspot.com > > On Mon, Apr 6,

[Dev] GenericArtifacts Pagination

2015-04-06 Thread Chathura Dilan
Hi All, I want to get artifact set by giving offset and limit. I tried with PaginationContext but I'm not getting the expected output. Can anyone explain how PaginationContext.init() is working and how to set offset and limit to get a specific artifact set. Eg. If I have 1000 artifacts and I wa

Re: [Dev] [AppM] [EMM] Patch for EMM to work with AppM 1.0.0

2015-04-01 Thread Chathura Dilan
gt; Read-Me with the instructions? > > With Regards, > > On Thu, Apr 2, 2015 at 11:18 AM, Chathura Dilan > wrote: > >> Hi All, >> >> I have created patch for EMM 1.1.0 to work it with AppM 1.0.0. You can >> find the patch from this JIRA[1] >> >

[Dev] [AppM] [EMM] Patch for EMM to work with AppM 1.0.0

2015-04-01 Thread Chathura Dilan
Hi All, I have created patch for EMM 1.1.0 to work it with AppM 1.0.0. You can find the patch from this JIRA[1] [1] - https://wso2.org/jira/browse/APPM-692 -- Regards, Chatura Dilan Perera *(Senior Software Engineer** - WSO2 Inc.**)* www.dilan.me _

Re: [Dev] [Carbon] Getting tenant domain and tenant admin username from the tenant id

2015-03-09 Thread Chathura Dilan
rbonContext.getThreadLocalCarbonContext().getUserRealm().getRealmConfiguration().getAdminUserName() > > Thank you. > > On Mon, Mar 9, 2015 at 4:48 PM, Chathura Dilan wrote: > >> Hi All, >> >> Is there a way to get the tenant d

[Dev] [Carbon] Getting tenant domain and tenant admin username from the tenant id

2015-03-09 Thread Chathura Dilan
Hi All, Is there a way to get the tenant domain name and the tenant admin username when tenantId is provided to PrivilegedCarbonContext.getThreadLocalCarbonContext()? Thanks -- Regards, Chatura Dilan Perera *(Senior Software Engineer** - WSO2 Inc.**)* www.dilan.me

Re: [Dev] Permissions issues with some default roles in WSO2 App Manager

2015-02-06 Thread Chathura Dilan
Hi Thilini, I think it is coming form ES. In publisher those roles are created when the admin user first login to the publisher. +1 for Dinusha's suggestion On Fri, Feb 6, 2015 at 2:25 PM, Dinusha Senanayaka wrote: > Hi Thilini, > > > > On Fri, Feb 6, 2015 at 2:07 PM, Thilini Shanika wrote: >

Re: [Dev] Permissions issues with some default roles in WSO2 App Manager

2015-02-06 Thread Chathura Dilan
​Hi, FYI, Here is how Mobile Apps works. Roles 1. Intermal/Publisher 2. Internal/Reviewer 3. admin (admin has ability to perform all operations below) - *Main Flow* *Publisher* 1. Publisher *create* the app 2. App

[Dev] [ES] [APPM] Creating a duplicate assets exception is shown

2015-01-15 Thread Chathura Dilan
Hi, Regarding the issue[1], IMO this is a user error and this should not be shown to the backend as a exception. Exception should be thrown to the UI layer to handle. WDYT? [1]- https://wso2.org/jira/browse/APPM-310 -- Regards, Chatura Dilan Perera *(Senior Software Engineer** - WSO2 Inc.**)*

Re: [Dev] Bug in APPM ES branch GenricExecuter.java class

2014-12-04 Thread Chathura Dilan
actly the same. But i > believe the fix you are referring to is passing the teantDomain instead of > the tenantId to the > RealmContext.getRealmService().getTenantManager().getTenantId > method, is it? > > > Thanks and Regards, > > Ruwan > > > On 4 Dec 201

[Dev] Bug in APPM ES branch GenricExecuter.java class

2014-12-04 Thread Chathura Dilan
Hi All, There is a bug in APPM ES branch[1] which does not allow mobileapps to attach permissions which is defined in the LifeCycle. This bug is inherited from ES 1.0.0 and it is fixed in ES 2.0.0. However webapps are working fine with a workaround in web app extension while the mobile apps breaks

Re: [Dev] [EMM] What is meant by "Pass-code History" ?

2014-11-09 Thread Chathura Dilan
I'm not sure. General term could be 'Passcode History'[1] [1] - https://www.google.lk/search?q=passcode+history#q=%22passcode+history%22 On Mon, Nov 10, 2014 at 10:43 AM, Dilan Udara Ariyaratne wrote: > +1, Thanks for creating the JIRA. > > > *Dilan U. Ariyaratne* > Software Engineer > WSO2 Inc

Re: [Dev] EMM 1.1.0 - A doubt in passcode policy compliance

2014-11-02 Thread Chathura Dilan
Hi Pasanthi, Admin can disable this operation form the configurations for users. So the users will not be allowed to perform that operation. ​​ ​ ​ ​ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] A doubt in one of the field names in "Add Policy" of EMM

2014-10-31 Thread Chathura Dilan
I think documentation need to be updated On Tue, Oct 28, 2014 at 5:43 PM, Pasanthi Amarasekera wrote: > Hi, > > In "Operation Restrictions" of "Add Policy" in EMM, what is meant by "Change > Screen Lock Passcode" field ? > > In documentation (https://docs.wso2.com/display/EMM110/EMM+Policy+Setti

Re: [Dev] Permission issue when changing the life cycle state in ES publisher

2014-10-22 Thread Chathura Dilan
Hi Sameera, It is In-Review to Approved On Wed, Oct 22, 2014 at 5:36 PM, Sameera Medagammaddegedara < samee...@wso2.com> wrote: > Hi DIlan, > > Could you provide the states involved in the transition? > > Thank You, > Sameera > > On Wed, Oct 22, 2014 at 4:27 PM, Ch

[Dev] Permission issue when changing the life cycle state in ES publisher

2014-10-22 Thread Chathura Dilan
Hi, I'm getting the following exception when changing the life-cycle state ( to Approve or Reject) in mobile publisher with reviewer role. JaggeryTravellingPermissionLifeCycle org.wso2.carbon.registry.core.secure.AuthorizationFailedException: Resource update failed. User rev is not authorized to

Re: [Dev] Error getting while installing an iOS Enterprise app

2014-09-30 Thread Chathura Dilan
? Does it have spaces or any > special characters? > > Regards, > > Dilshan > > On Sun, Sep 28, 2014 at 11:39 PM, Chathura Dilan > wrote: > >> I'm getting following error while installing an iOS application from >> Mobile store. >> >> EMM and Mo

[Dev] Error getting while installing an iOS Enterprise app

2014-09-28 Thread Chathura Dilan
I'm getting following error while installing an iOS application from Mobile store. EMM and Mobile store are in separate servers and both share same client-truststore.jks wso2carbon.jks Error [{"ErrorCode":"12024","ErrorDomain":"MCMDMErrorDomain","LocalizedDescription":"The manifest for the app a

[Dev] Error while tenant admin login to EMM

2014-08-21 Thread Chathura Dilan
We are getting the following error when a tenant admin try to login to EMM server in a cloud environment. This error is not getting when super admin login to server. any ideas? TID: [0] [EMM] [2014-08-20 21:15:07,513] ERROR {org.jaggeryjs.jaggery.core.manager.WebAppManager} - org.mozilla.javascr

Re: [Dev] [EMM] Devices Pending Operations APIs are different in APIM and Android

2014-08-12 Thread Chathura Dilan
gt; issue is at the startup.js which auto creates the apis and publishes it. > Please create a public JIRA. > > Regards, > Nira > > > On Tue, Aug 12, 2014 at 1:57 PM, Chathura Dilan > wrote: > >> Hi, >> >> I have found that the pending operation APIs

[Dev] [EMM] Devices Pending Operations APIs are different in APIM and Android

2014-08-12 Thread Chathura Dilan
Hi, I have found that the pending operation APIs are different in APIM and Android Agent in EMM EMM creates and subscribes to a API called GET /api/emm/devices/pendingOperations but in Android agent it calls an API called POST /api/emm/notifications/pendingOperations/1.0.0 But in EMM there

Re: [Dev] Can we use libs with MIT license, in WSO2 ?

2014-07-04 Thread Chathura Dilan
Bootstrap Select2 is also a good plugin which is released under MIT https://fk.github.io/select2-bootstrap-css/3.4.5.html On Fri, Jul 4, 2014 at 12:40 PM, Ruchira Wageesha wrote: > It seems to be a good and well maintained plugin. So, I think you should > be good to go. > > @Chanaka, Joe, Dila

Re: [Dev] Error gets when executing sql query in UES data-api.jag

2014-06-18 Thread Chathura Dilan
Hi Sajini, Yes it should be a valid JSON string to get JSON.parse method to work, you can get more info about JSON.parse from [1][2] [1] - http://www.w3schools.com/json/json_eval.asp [2] - http://msdn.microsoft.com/en-us/library/ie/cc836466(v=vs.94).aspx On Thu, Jun 19, 2014 at 9:04 AM, Sajini

Re: [Dev] API Store list all the tenant domains publicly.

2014-05-22 Thread Chathura Dilan
Adding Sumedha and Nuwan On Thu, May 22, 2014 at 5:07 PM, Chathura Dilan wrote: > Hi All, > > We are using API Manager with our EMM 1.1.0 release to publish some of our > APIs which are consumed by Android devices. > > We have API Store Jaggery app in our EMM > > The

[Dev] API Store list all the tenant domains publicly.

2014-05-22 Thread Chathura Dilan
Hi All, We are using API Manager with our EMM 1.1.0 release to publish some of our APIs which are consumed by Android devices. We have API Store Jaggery app in our EMM The API Store publicly list down all the tenants publicly in the front page. So this could lead to a privacy issue. Is there an

Re: [Dev] Tenant UI Page

2014-05-21 Thread Chathura Dilan
, Dilshan Edirisuriya wrote: > Hi Dilan, > > Why don't you store this in registry? > > Regards, > > Dilshan > > > On Wed, May 21, 2014 at 11:44 AM, Chathura Dilan wrote: > >> Hi Niranjan, Can you raise this in a public list. I think this kind of >>

Re: [Dev] Tenant UI Page

2014-05-20 Thread Chathura Dilan
hts so that it can be synchronized > with the other nodes. > > Regards, > Nira > > > > On Wed, May 21, 2014 at 11:29 AM, Chathura Dilan wrote: > >> Hi Niranjan, >> >> That field represent the theme folder of the tenant. So let's fix the >> te

[Dev] org.apache.felix:maven-bundle-plugin:2.3.5 mvn error

2014-05-08 Thread Chathura Dilan
Hi, I'm getting following error when I try to build our latest EMM source which is in development branch. The POM for org.apache.felix:maven-bundle-plugin:jar:2.3.5 is invalid, transitive dependencies (if any) will not be available Mvn is unable to download the 2.3.5 plugins. However when I cha

Re: [Dev] Change password for users in EMM

2014-05-05 Thread Chathura Dilan
Yes we can add that feature, depending on read and write access of the user store. And we have to also list what the operations can be performed on user store if it is read only and if it has full read/write access. I will add it to github once we finalize the design after today meeting. On Tue,

[Dev] ESB DBRepot mediator configuration UI is not available after adding a Data-source

2014-04-25 Thread Chathura Dilan
Hi All, I added a new MYSQL DataSource to the WSO2 ESB 4.8.1 and it was success. After adding that I tried to create an API which has DBReport mediator and DBReport mediator configuration UI failed to load when I try to add it to the API. I'm also getting following error message in the terminal.

Re: [Dev] Loadbalancer configuration for API Manager

2014-04-20 Thread Chathura Dilan
dition to apim. > > Thanks, > sanjeewa. > > > On Mon, Apr 21, 2014 at 11:02 AM, Chathura Dilan wrote: > >> Hi All, >> >> When configuring the loadbalancer to cluster API Manager according to >> [1], is there any specific configuration to use in the l

[Dev] Loadbalancer configuration for API Manager

2014-04-20 Thread Chathura Dilan
Hi All, When configuring the loadbalancer to cluster API Manager according to [1], is there any specific configuration to use in the loadbalancer.conf for API Manager like appserver for application server and esb for ESB. It is not mentioned in the docs. [1]. https://docs.wso2.org/display/CLUSTE

Re: [Dev] What does sh -DworkerNode=true really mean?

2014-04-18 Thread Chathura Dilan
gt; > > On Fri, Apr 18, 2014 at 12:16 PM, Chathura Dilan wrote: > >> Hi All, >> >> We can start a worker node in a clustering environment according to the >> clustering doc[1] using following command >> >> sh ./wso2server.sh -DworkerNode=true >>

[Dev] What does sh -DworkerNode=true really mean?

2014-04-17 Thread Chathura Dilan
Hi All, We can start a worker node in a clustering environment according to the clustering doc[1] using following command sh ./wso2server.sh -DworkerNode=true It also says "The additional -DworkerNode=true argument indicates that this is a worker node." But is there any effect on the server if

Re: [Dev] EMM OAuth Implementation - Android - Storing Consumer Secret

2014-04-17 Thread Chathura Dilan
if it is unique to the app, there could be another security issue. Someone can get our source and authenticate himself with his app, and they are able to download the key from the server. On Thu, Apr 17, 2014 at 2:12 PM, Chathura Dilan wrote: > Is consumer/secret key unique to a user or is

Re: [Dev] EMM OAuth Implementation - Android - Storing Consumer Secret

2014-04-17 Thread Chathura Dilan
Is consumer/secret key unique to a user or is it unique to the app? On Thu, Apr 17, 2014 at 12:20 PM, Chan wrote: > +1 to the idea since basic auth will be first used to obtain the consumer > secret. But we might have to change the flow from how it usually work. > > Cheers~ > > > On Thu, Apr 17

[Dev] Error when adding a new repository to application server

2014-04-06 Thread Chathura Dilan
Hi All, I'm trying to add a new Local repo in my application server (AS) according to this doc https://docs.wso2.org/display/ESB470/Repository+Management But encounter the following exception when adding it. Any ideas? Error occurred while adding repository: file:///home/dilan/Dilan/NEW/Cluster

[Dev] Node is not joining with the cluster when using the hostname

2014-04-03 Thread Chathura Dilan
Hi, $subject when refer to https://docs.wso2.org/display/CLUSTER420/Configuring+the+Manager+Node below configuration not working ( node does not join with the cluster) elb.wso2.com is assigned to an IP address in /etc/hosts elb.wso2.com 4500 It only works when