Re: [Dev] [Blocker][AS-6.0.0] Build failed at p2-profile-gen

2014-11-27 Thread Ramith Jayasinghe
HI, We are still seeing below error while building MB on clean repo. Could we have this solved please? Installing org.wso2.carbon.cassandra.datareader.feature.group 4.3.0.SNAPSHOT. Cannot satisfy dependency: From: WSO2 Tenant Common Composite Feature 4.3.0.SNAPSHOT (org.wso2.carbon.tenant.comm

Re: [Dev] [Blocker][AS-6.0.0] Build failed at p2-profile-gen

2014-11-27 Thread Harsha Kumara
Hi Ramith, I have committed the changes to wso2-dev repo yesterday but it's yet to be merged to wso2 repo. Prabath/Deep will sync up the repos as i don't have permissions to do that. Adding Deep as Prabath is not here. Will fix this soon. Thanks, Harsha On Thu, Nov 27, 2014 at 1:41 PM, Ramith J

Re: [Dev] [Blocker][AS-6.0.0] Build failed at p2-profile-gen

2014-11-27 Thread Ramith Jayasinghe
correct error: Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Tenant Common Composite Feature 4.3.0.SNAPSHOT (org.wso2.carbon.tenant.common.feature.group 4.3.0.SNAPSHOT) Missing requirement: org.wso2.carbon.se

Re: [Dev] [DEV] Get task state from TaskService in ntask component

2014-11-27 Thread Ishara Cooray
Hi Anjana, NORMAL, PAUSED, ERROR, FINISHED, NONE, BLOCKED, UNKNOWN are the task states that a particular task can have. Could you please clarify in which scenarios a task can go into these states? Also how can we identify a particular task is not scheduled properly? Thanks & Regards, Ishara Co

Re: [Dev] [Blocker][AS-6.0.0] Build failed at p2-profile-gen

2014-11-27 Thread Harsha Kumara
Deep has synced up the carbon-storage management the repos, On Thu, Nov 27, 2014 at 1:56 PM, Ramith Jayasinghe wrote: > correct error: > Installation failed. > Cannot complete the install because one or more required items could not > be found. > Software being installed: WSO2 Tenant Common Com

Re: [Dev] Request to commit the patch IDENTITY-2888

2014-11-27 Thread Sameera Jayasoma
} catch (SQLException e) { String msg = "Database error occurred while adding shared role. Reason: " + e.getMessage(); log.error(msg, e); throw new UserStoreException(msg, e); } As per our chat, this error is not logged anywhere else. Therefore we need to log it here. Thanks, Sameera. O

[Dev] [G-Reg 5.0.0] Build failure at p2-profile-gen

2014-11-27 Thread Chandana Napagoda
Hi BPS Team, We are getting following build failure when building G-Reg pack. Can you please update carbon-business-process with released axis2 version? Installing org.wso2.carbon.tenant.deployment.feature.group 4.3.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more

Re: [Dev] [Blocker][AS-6.0.0] Build failed at p2-profile-gen

2014-11-27 Thread Damith Wickramasinghe
Hi, I'm getting following error too. Cannot complete the install because one or more required items could not be found. Software being installed: Key Store Management Feature 4.3.0.SNAPSHOT (org.wso2.carbon.security.mgt.feature.group 4.3.0.SNAPSHOT) Missing requirement: org.wso2.carbon.security

Re: [Dev] [DEV] Get task state from TaskService in ntask component

2014-11-27 Thread Anjana Fernando
Hi Ishara, These are rough mappings to the Quartz properties that they have, only FINISHED here is COMPLETED of them. There are some descriptions of those here [1]. Basically a summary would be:- * NORMAL: The task is scheduled to run, but an actual execution of the task is not happening at the m

[Dev] Requesting guidance for Nest ESB connector

2014-11-27 Thread Shakila Sivagnanarajah
Hi All, I am developing connector for Nest API. Nest Thermostat API is organized in a single data object and every data element is addressable by a URL called data location. *Data model:* { "devices": { "thermostats": { "peyiJNo0IldT2YlIVtYaGQ": { "device_id": "peyiJNo0IldT2YlIVtYaGQ" , "locale

Re: [Dev] [DEV] Get task state from TaskService in ntask component

2014-11-27 Thread Ishara Cooray
Thanks Anjana. Ishara Cooray Senior Software Engineer Mobile : +9477 262 9512 WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware On Thu, Nov 27, 2014 at 2:38 PM, Anjana Fernando wrote: > Hi Ishara, > > These are rough mappings to the Quartz properties that they have, only > FINISHED h

Re: [Dev] Need Install help

2014-11-27 Thread Harsha Thirimanna
moving to dev On Thu, Nov 27, 2014 at 2:31 PM, Aafak Mohammad < aafak.moham...@cloudbyte.com> wrote: > Thanks for help. > I have installed it. > But there is only one menu under start/stop > I have installed it for SAML authentication. but i did not get the SAML > SSO option. > Following is the

Re: [Dev] Requesting guidance for Nest ESB connector

2014-11-27 Thread Ramindu Deshapriya
Hi Shakila, If your connector is addressing each endpoint separately (as separate methods), it doesn't matter whether you call them all using a single proxy or multiple proxies. Check the proxy configurations used by the Integration Tests for previous connectors. These use a single configuration

Re: [Dev] Requesting guidance for Nest ESB connector

2014-11-27 Thread Malaka Silva
Hi Shakila, Since we are looking at quite a lot of parameters, you can use script mediator for this purpose. Jusy have a single variable inside the script mediator for this Similar sample can be found in [1] [1] https://github.com/wso2-dev/esb-connectors/blob/master/freshbook/freshbooks-connect

Re: [Dev] Kernel commits required to patch0009

2014-11-27 Thread Thushara Ranawaka
Hi Kishanthan, Corrected the formatting issues. Kindly apply the patch attached in Jira[1]. [1] https://wso2.org/jira/browse/CARBON-15092 Thanks, On Thu, Nov 27, 2014 at 12:27 PM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > This fix is adding a deprecated tag for a public API. Any

[Dev] [G-Reg 5.0.0] Build failure at p2-profile-gen

2014-11-27 Thread Chandana Napagoda
Hi ES Team, Looks like social feature 1.1.0-SNAPSHOT is not available in the SNAPSHOT repo. Can you guys please have a look? [ERROR] Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.5.3:p2-repo-gen (2-p2-repo-generation) on project governance-profile-gen: Error occured when processing the

Re: [Dev] Requesting guidance for Nest ESB connector

2014-11-27 Thread Shakila Sivagnanarajah
Hi Ramindu Deshapriya, Thank you for your comments. In previous connectors they are using a single proxy configuration but using different methods for different operations. I am trying to write all GET operations in a single method and also using a single proxy configuration. Thank you On Thu,

Re: [Dev] Request to commit the patch IDENTITY-2888

2014-11-27 Thread Sameera Jayasoma
Change... } catch (SQLException e) { String msg = "Database error occurred while adding shared role"; log.error(msg, e); throw new UserStoreException(msg, e); } On Thu, Nov 27, 2014 at 2:17 PM, Sameera Jayasoma wrote: > } catch (SQLException e) { >String msg = "Database error occu

[Dev] Remove release branch release-4.3.1 from Jenkins build.

2014-11-27 Thread Dharshana Warusavitharana
Hi Maheshika, Please remove https://wso2.org/jenkins/job/carbon-platform-integration_release-4.3.1/ from the Jenkins build since this branch is released and removed. Thank You, Dharshana. -- Dharshana Warusavitharana Senior Software Engineer , Test Automation WSO2 Inc. http://wso2.com email : d

[Dev] Fwd: [DEV][APIM]Adding a secondary JDBC userstore

2014-11-27 Thread Chamila De Alwis
Hi, I'm following the APIM documentation on adding a secondary JDBC based userstore[1]. Is there any additional step where I should populate the database on the secondary userstore with a set of tables, that I'm missing here? When I restart the server, I'm getting the following error. I have the

Re: [Dev] Fwd: [DEV][APIM]Adding a secondary JDBC userstore

2014-11-27 Thread Udara Liyanage
Hi Chamila, Could you try executing mysql query in wso2am/dbscript/mysql.sql file On Thu, Nov 27, 2014 at 5:48 PM, Chamila De Alwis wrote: > Hi, > > I'm following the APIM documentation on adding a secondary JDBC based > userstore[1]. Is there any additional step where I should populate the > d

Re: [Dev] Remove release branch release-4.3.1 from Jenkins build.

2014-11-27 Thread Maheshika Goonetilleke
Hi Dharshana I have disabled the build. On Thu, Nov 27, 2014 at 5:26 PM, Dharshana Warusavitharana < dharsha...@wso2.com> wrote: > Hi Maheshika, > > Please remove > https://wso2.org/jenkins/job/carbon-platform-integration_release-4.3.1/ > from the Jenkins build since this branch is released and

Re: [Dev] Remove release branch release-4.3.1 from Jenkins build.

2014-11-27 Thread Dharshana Warusavitharana
Thank You Maheshika. On Thu, Nov 27, 2014 at 6:07 PM, Maheshika Goonetilleke wrote: > Hi Dharshana > > I have disabled the build. > > On Thu, Nov 27, 2014 at 5:26 PM, Dharshana Warusavitharana < > dharsha...@wso2.com> wrote: > >> Hi Maheshika, >> >> Please remove >> https://wso2.org/jenkins/job/

Re: [Dev] Fwd: [DEV][APIM]Adding a secondary JDBC userstore

2014-11-27 Thread Chamila De Alwis
Hi Udara, That solved the issue. Thanks! Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Thu, Nov 27, 2014 at 5:52 PM, Udara Liyanage wrote: > Hi Chamila, > > Could you try executing mysql query in wso2am/dbscript/mysql.sql file > > On Thu

Re: [Dev] Fwd: [DEV][APIM]Adding a secondary JDBC userstore

2014-11-27 Thread Udara Liyanage
Hi, Please add this to docs if not already done. On Thu, Nov 27, 2014 at 6:15 PM, Chamila De Alwis wrote: > Hi Udara, > > That solved the issue. Thanks! > > > > Regards, > Chamila de Alwis > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com > > > > On Thu, Nov 27, 2014 at

[Dev] Invitation: Revisit APIManager and AppManager default statistics grap... @ Fri Nov 28, 2014 2pm - 3pm (dinu...@wso2.com)

2014-11-27 Thread Dinusha Senanayaka
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20141128T083000Z DTEND:20141128T093000Z DTSTAMP:20141127T130741Z ORGANIZER;CN=Dinusha Senanayaka:mailto:dinu...@wso2.com UID:ie5jf3bkllq0onn93ijquef...@google.com ATT

Re: [Dev] Request to commit the patch IDENTITY-2888

2014-11-27 Thread Thanuja Jayasinghe
Hi Manoj, Modified diff is attached to [1]. [1] - https://wso2.org/jira/browse/IDENTITY-2888 Thanks, Thanuja. On Thu, Nov 27, 2014 at 5:12 PM, Sameera Jayasoma wrote: > Change... > > } catch (SQLException e) { >String msg = "Database error occurred while adding shared role"; >log.erro

Re: [Dev] [API-M] Why do we give the option of selecting transports in the gateway?

2014-11-27 Thread Sanjeewa Malalgoda
Fixed this issue for API Manager 1.8.0. Thanks, sanjeewa. On Thu, Nov 20, 2014 at 9:18 AM, Sanjeewa Malalgoda wrote: > When we introduced multi tenancy for API Manager 1.4.0 it was working fine > with NHTTP only. For users who didn't have multi tenant use case we > recommend pass through. That

Re: [Dev] Pull Request for Orbit

2014-11-27 Thread Danushka Fernando
I tested and its working fine so please merge pull request. Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Thu, Nov 27, 2014 at 11:56 AM, Danushka Fernando wrote: > I will test again and update the thread. > > Thanks & Regards > Danushka

Re: [Dev] Request to commit the patch IDENTITY-2888

2014-11-27 Thread Manoj Kumara
Hi Thanuja, Applied the updated patch with r209981. *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Thu, Nov 27, 2014 at 6:52 PM, Thanuja Jayasinghe wrote: > Hi Manoj, > > Modified diff is attached to [1]. > > [1] - https://wso2

Re: [Dev] Request to commit the patch IDENTITY-2888

2014-11-27 Thread Thanuja Jayasinghe
Thanks Manoj. On Thu, Nov 27, 2014 at 10:02 PM, Manoj Kumara wrote: > Hi Thanuja, > > Applied the updated patch with r209981. > > > *Manoj Kumara* > Software Engineer > WSO2 Inc. http://wso2.com/ > *lean.enterprise.middleware* > Mobile: +94713448188 > > On Thu, Nov 27, 2014 at 6:52 PM, Thanuja J

Re: [Dev] Chunk 13 Release

2014-11-27 Thread Chanika Geeganage
The latest pack can be downloaded from https://svn.wso2.org/repos/wso2/scratch/chunk13-release/27-11-2014/wso2dss-3.2.2.zip Thanks On Sat, Nov 15, 2014 at 1:08 PM, Chanika Geeganage wrote: > Hi, > > The new DSS 3.2.2 pack is available at > https://svn.wso2.org/repos/wso2/scratch/chunk13-release

Re: [Dev] Carbon kernel build failure

2014-11-27 Thread Dilan Udara Ariyaratne
Hi Asok, Following should be helpful to you. [1] https://docs.wso2.com/display/Carbon420/Building+from+Source [2] http://java.dzone.com/articles/how-build-wso2-carbon-420 Cheers. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. Mobile: +94775149066 lean . enterprise . middle

Re: [Dev] Invitation: Revisit APIManager and AppManager default statistics grap... @ Fri Nov 28, 2014 2pm - 3pm (Sumedha Rubasinghe)

2014-11-27 Thread Sumedha Rubasinghe
Guys, Need to have pre-populated graphs to get the full picture. Please come with loaded data. On Thu, Nov 27, 2014 at 6:37 PM, Dinusha Senanayaka wrote: > more details ยป >

Re: [Dev] Chunk 13 Release

2014-11-27 Thread Chanika Geeganage
p2-repo is available at https://svn.wso2.org/repos/wso2/scratch/chunk13-release/27-11-2014/p2-repo/ On Thu, Nov 27, 2014 at 10:39 PM, Chanika Geeganage wrote: > The latest pack can be downloaded from > https://svn.wso2.org/repos/wso2/scratch/chunk13-release/27-11-2014/wso2dss-3.2.2.zip > > Thank

[Dev] Passing verification keys as url parameters

2014-11-27 Thread Sameera Jayaratna
Hi, I'm working on Password recovery for ES, following [1]. According to [1], in the sequence of calls to the *UserInformationRecoveryService, *the key generated in one call needs to be passed to the next call for verification. These calls occur in different views, so we need to pass the keys fro

[Dev] Cannot assign UTF-8 encoded characters to Jaggery Response

2014-11-27 Thread Supun Sethunga
Hi, The scenario is, there's an backend OSGI service which reads some data from a csv file and sends it to the jaggery. The csv file can contain characters in different languages as well, hence it is read with UTF-8 character encoding. When I try to assign the data received from the osgi service t

Re: [Dev] Please merge pull request to ESB - Property Integration Tests

2014-11-27 Thread Kasun Indrasiri
We are in the process of stabilizing 4.9 M4 with httpcore version upgrade. We'll process the PR along with that. On Thu, Nov 27, 2014 at 1:47 AM, Krishantha Samaraweera wrote: > This pull request is still pending. Can someone from ESB team apply it. > > Thanks, > Krishantha. > > On Thu, Nov 13,

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Tharindu Edirisinghe
Hi Malithi, TENANT_DOMAIN_COMBINER = "@" is in [1]. [1] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/UserCoreConstants.java On Fri, Nov 21, 2014 at 10:23 AM, Malithi Edirisinghe wrote: > Hi All, > >

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Nirmal Fernando
On a related note, please use existing Utils methods without introducing new logic with respect to finding tenant domain from a user name etc. https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/multitenancy/MultitenantUt

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Danushka Fernando
The issue with MultitenantUtils is that we can use it to getTenantAwareUsername which means username without tenant domain. But there is no method for get full username when we have username and tenant domain. Shouldn't we have that kind of util too. Thanks & Regards Danushka Fernando Software Eng

[Dev] NTask coordination Behavior

2014-11-27 Thread Malaka Silva
Hi, Is there a way to set the coordination behavior in NTask. (All or one worker) If so can we do this for each task or global setting? Best Regards, Malaka Silva Senior Tech Lead M: +94 777 219 791 Tel : 94 11 214 5345 Fax :94 11 2145300 Skype : malaka.sampath.silva LinkedIn : http://www.linke

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Nirmal Fernando
+1 from me. On Fri, Nov 28, 2014 at 10:05 AM, Danushka Fernando wrote: > The issue with MultitenantUtils is that we can use it to > getTenantAwareUsername which means username without tenant domain. But > there is no method for get full username when we have username and tenant > domain. Shouldn

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Malithi Edirisinghe
Hi All, I've been looking for the tenant domain separator character for a very similar usecase mentioned by Danushka. I think for the full qualified username we have to add the user store domain as well. So that a user is identified by the user store domain, username and the tenant domain. I think

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Harsha Thirimanna
What you mean by three parameter ? *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 , +94 * *774617784twitter: **http://twitter.com/ * *harshathirimannlinked-i

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Malithi Edirisinghe
As mentioned user store domain, username and the tenant domain. Thanks, Malithi. On Fri, Nov 28, 2014 at 10:48 AM, Harsha Thirimanna wrote: > What you mean by three parameter ? > > > *Harsha Thirimanna* > Senior Software Engineer; WSO2, Inc.; http://wso2.com > * * > *ema

[Dev] [Storage Server] Use of cql-internal-only-1.4.1.zip, thrift-python-internal-only-0.7.0.zip in the distribution

2014-11-27 Thread Harsha Kumara
Hi All, Storage Server is shipping cql-internal-only-1.4.1.zip, thrift-python-internal-only-0.7.0.zip in the distribution. Do we needs to include these files in the distribution? AFAIK there no direct usage of them to the product. Python internal only is the thrift python library while cql interna

Re: [Dev] Cannot assign UTF-8 encoded characters to Jaggery Response

2014-11-27 Thread Supun Sethunga
Hi Ruchira, As per the offline discussion, it seems response.content always takes ISO-8859-1 as the default encoding when setting the response content. Replacing that line by print(json); can be used as a workaround. Please find the JIRA created at [1] ; [1] https://wso2.org/jira/browse/JAGGERY-

Re: [Dev] Passing verification keys as url parameters

2014-11-27 Thread Udara Liyanage
Hi, Either was is not 100% secure uncless you use HTTPS. However disadvantages of passing via url parameter is there is a posibility that url parameters may be printed in logs which is insecure. On Fri, Nov 28, 2014 at 9:05 AM, Sameera Jayaratna wrote: > Hi, > > I'm working on Password recovery

Re: [Dev] Passing verification keys as url parameters

2014-11-27 Thread Mahesh Chinthaka
Hi Sameera, When passing url parameters, are you going to encrypt them and pass ? On Fri, Nov 28, 2014 at 11:29 AM, Udara Liyanage wrote: > Hi, > > Either was is not 100% secure uncless you use HTTPS. However disadvantages > of passing via url parameter is there is a posibility that url paramet

Re: [Dev] Tenant Domain Separator Constant

2014-11-27 Thread Mahesh Chinthaka
On Fri, Nov 28, 2014 at 10:05 AM, Danushka Fernando wrote: > The issue with MultitenantUtils is that we can use it to > getTenantAwareUsername which means username without tenant domain. But > there is no method for get full username when we have username and tenant > domain. Shouldn't we have th

Re: [Dev] NTask coordination Behavior

2014-11-27 Thread Anjana Fernando
Hi Malaka, Yeah, we can, for each task, we can give a "TaskLocationResolver", where it determines the candidate locations for the task to be scheduled in. Globally, this can be controlled in the tasks-config.xml, where we have a "defaultTaskLocationResolver", this is used, if we don't internally g

Re: [Dev] Passing verification keys as url parameters

2014-11-27 Thread Udara Liyanage
Hi, If you are using https, url parameters are automatically encrypted because client's http request is sent via the secured channel created after SSL handshake. One more disadvantage of using url parameters is, browsers cache them. On Fri, Nov 28, 2014 at 11:34 AM, Mahesh Chinthaka wrote: > H

Re: [Dev] Passing verification keys as url parameters

2014-11-27 Thread Sameera Jayaratna
Hi, We are using https for this. IS handles the verification email sending when using *Recover with notifications *[1]. In that they send the confirmation code in url parameters. https://localhost:8443/InfoRecoverySample/infoRecover/verify?confirmation={confirmation-code} All the other steps ha

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-27 Thread Sameera Jayasoma
Hi Maheshika, Can you please release this orbit bundle. https://github.com/wso2/orbit/pull/36 Thanks, Sameera. On Wed, Nov 19, 2014 at 3:00 PM, Niranjan Karunanandham wrote: > Hi all, > > I have updated the orbit to 3.2.6.wso2v3 for hazelcast and sent the pull > request for orbit [1]. > > [1]

Re: [Dev] Pull Request for Orbit

2014-11-27 Thread Sameera Jayasoma
Hi Maheshika, Reviewed the PR. Please release the orbit bundle. Thanks, Sameera. On Thu, Nov 27, 2014 at 8:21 PM, Danushka Fernando wrote: > I tested and its working fine so please merge pull request. > > Thanks & Regards > Danushka Fernando > Software Engineer > WSO2 inc. http://wso2.com/ > M

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-27 Thread Maheshika Goonetilleke
Hi Sameera Successfully deployed hazelcast 3.2.6.wso2v3 On Fri, Nov 28, 2014 at 12:01 PM, Sameera Jayasoma wrote: > Hi Maheshika, > > Can you please release this orbit bundle. > > https://github.com/wso2/orbit/pull/36 > > Thanks, > Sameera. > > On Wed, Nov 19, 2014 at 3:00 PM, Niranjan Karunana

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-27 Thread Sameera Jayasoma
Thanks Maheshika. On Fri, Nov 28, 2014 at 12:18 PM, Maheshika Goonetilleke wrote: > Hi Sameera > > Successfully deployed hazelcast 3.2.6.wso2v3 > > On Fri, Nov 28, 2014 at 12:01 PM, Sameera Jayasoma > wrote: > >> Hi Maheshika, >> >> Can you please release this orbit bundle. >> >> https://github

Re: [Dev] Pull Request for Orbit

2014-11-27 Thread Maheshika Goonetilleke
Hi Sameera Successfully deployed. On Fri, Nov 28, 2014 at 12:11 PM, Sameera Jayasoma wrote: > Hi Maheshika, > > Reviewed the PR. Please release the orbit bundle. > > Thanks, > Sameera. > > On Thu, Nov 27, 2014 at 8:21 PM, Danushka Fernando > wrote: > >> I tested and its working fine so please

Re: [Dev] Passing verification keys as url parameters

2014-11-27 Thread Roshan Wijesena
Can't we set your key in authorization header as a bearer token? On Fri, Nov 28, 2014 at 9:05 AM, Sameera Jayaratna wrote: > Hi, > > I'm working on Password recovery for ES, following [1]. > > According to [1], in the sequence of calls to the > *UserInformationRecoveryService, > *the key genera