Re: [Dev] unrecognized import path when trying "go get"

2015-11-27 Thread Anuruddha Premalal
Hi Fathims, strconv comes with the golang distribution. you don't need to 'go get' that dependency. Regards, On Sat, Nov 28, 2015 at 11:57 AM, Fathima Dilhasha wrote: > Hi, > > I'm trying to execute a go get command to download and install > dependencies which results in $subject. > > My go in

[Dev] unrecognized import path when trying "go get"

2015-11-27 Thread Fathima Dilhasha
Hi, I'm trying to execute a go get command to download and install dependencies which results in $subject. My go installation is at "/home/dilhasha/GSoC/go" and GOPATH is set to "/home/dilhasha/GSoC/GOWorkspace". Following are my Go env variables. *GOARCH="amd64"* *GOBIN=""* *GOCHAR="6"* *GOEXE=

Re: [Dev] Why the default configuration of "membershipScheme" in axis2.xml is multicast?

2015-11-27 Thread Indika Sampath
We are override default axis2.xml to load custom hazelcast data serializer. We could change default scheme to "wka" in product-mb/modules/distribution/src/main/conf/axis2.xml since MB recommendation is to use "wka" scheme when it come to clustering. On Fri, Nov 27, 2015 at 12:00 AM, Afkham Azeez

Re: [Dev] Why the default configuration of "membershipScheme" in axis2.xml is multicast?

2015-11-27 Thread Indika Sampath
Hi Azeez, We have only tested with setting membership scheme to "wka" in our clustering setup. There is no specific reason other than that. It would be great if we can set our tested membership scheme as default setting in axis2.xml because we can avoid some mistake happen in configuration. Cheer

Re: [Dev] Clarification on OSGi bundle activation

2015-11-27 Thread Senduran Balasubramaniyam
Hi Aruna, We are using maven-bundle-plugin with _dsannotations yes we also thought that this isn't the correct behavior. What could be the reason for this ? Could you please suggest us, how to debug the issue Thanks Senduran On Fri, Nov 27, 2015 at 6:47 PM, Aruna Karunarathna wrote: > Hi Sendu

Re: [Dev] APIM REST API with Subscription Creation Workflows

2015-11-27 Thread Malintha Amarasinghe
Hi All, Thanks a lot for all the suggestions. Hi Frank, According to your suggestion, is it OK to change the response type 202 Accepted, but keeping the response as it is?. We might be able to check if the status is ON_HOLD and change the response code accordingly to 202 Accepted. If the status

Re: [Dev] [PPaaS] Using Puppet Apply for Private PaaS Cartridges

2015-11-27 Thread Isuru Haththotuwa
Hi Thilina, Thanks for the inputs. On Fri, Nov 27, 2015 at 2:00 PM, Thilina Piyasundara wrote: > Hi Isuru, > > Just to clarify, please refer to those inline comments and let us know if > you have a different view. > > On Fri, Nov 27, 2015 at 1:18 PM, Isuru Haththotuwa > wrote: > >> Hi, >> >> T

Re: [Dev] Why the default configuration of "membershipScheme" in axis2.xml is multicast?

2015-11-27 Thread Afkham Azeez
On Fri, Nov 27, 2015 at 6:05 PM, Indika Sampath wrote: > We are override default axis2.xml to load custom hazelcast data > serializer. We could change default scheme to "wka" in > product-mb/modules/distribution/src/main/conf/axis2.xml since MB > recommendation is to use "wka" scheme when it come

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Kasun Bandara
Hi Milan, AFAIK *EMM 1.1.0 *has the JDBC userstore as the default user store. In that case, you need to add the following property to user-mgt.xml file as well. [a-zA-Z0-9@ ._-|//]{3,30}$ Please follow [1] and check whether it solves your $subject. [1] http://xacmlinfo.org/2014/10/07/email-user

Re: [Dev] Clarification on OSGi bundle activation

2015-11-27 Thread Aruna Karunarathna
Hi Senduran, Are you using maven-scr-plugin?. Or only the maven-bundle-plugin in your pom.xml? AFAIK this is not the expected behavior, since you are using AT_LEAST_ONE("1..n"); which means wait for at least one service. Regards, Aruna On Fri, Nov 27, 2015 at 5:39 PM, Senduran Balasubramaniyam

Re: [Dev] [Ciphertool] Unable to change passwords after encrypting

2015-11-27 Thread Milinda Perera
Thanks for quick response Niranjan, will follow that Thanks, Milinda On Fri, Nov 27, 2015 at 5:40 PM, Niranjan Karunanandham wrote: > Hi Milinda, > > If this is for cipher tool 1.0.0-wso2v3, then this is a known issue and > there is a JIRA [1] for this with a workaround. > > [1] - https://wso2.

Re: [Dev] [Ciphertool] Unable to change passwords after encrypting

2015-11-27 Thread Niranjan Karunanandham
Hi Milinda, If this is for cipher tool 1.0.0-wso2v3, then this is a known issue and there is a JIRA [1] for this with a workaround. [1] - https://wso2.org/jira/browse/CARBON-15382 Regards, Nira On Fri, Nov 27, 2015 at 5:35 PM, Milinda Perera wrote: > Hi, > > When I try to change the passwords

[Dev] Clarification on OSGi bundle activation

2015-11-27 Thread Senduran Balasubramaniyam
Hi All, We have the following service reference @Reference( name = "mediation-engine", service = CarbonMessageProcessor.class, cardinality = ReferenceCardinality.AT_LEAST_ONE, policy = ReferencePolicy.DYNAMIC, unbind = "removeMediationEngine" ) protected vo

[Dev] [Ciphertool] Unable to change passwords after encrypting

2015-11-27 Thread Milinda Perera
Hi, When I try to change the passwords after encrypting using ciphertool according to the doc[1], it does not prompt for the new password. FYI : Encryption works fine and also when execute "./ciphertool.sh -Dchange" it does list down aliases also. Any idea what went wrong? [1] https://docs.wso2.

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Godwin Shrimal
Hi Milan, Yes, it should be mail. Thanks Godwin On Fri, Nov 27, 2015 at 5:01 PM, Milan Perera wrote: > Hi Godwin, > > In the doc [1], it was just put as *mail*, not *email*. > Anyway thanks for the info. I'll try this. > > ​[1] https://docs.wso2.com/display/IS500/Email+Authentication​ > > Reg

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Milan Perera
Hi Godwin, In the doc [1], it was just put as *mail*, not *email*. Anyway thanks for the info. I'll try this. ​[1] https://docs.wso2.com/display/IS500/Email+Authentication​ Regards, On Fri, Nov 27, 2015 at 4:53 PM, Godwin Shrimal wrote: > Hi Milan, > > You have to set email for UserNameSearch

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Godwin Shrimal
Hi Milan, You have to set email for UserNameSearchFilter and UserNameAttribute properties in user-mgt.xml as follows. (&(objectClass=person)(email=?)) email Thanks Godwin On Fri, Nov 27, 2015 at 4:31 PM, Milan Perera wrote: > Hi Godwin, > > I have attached the carbo

Re: [Dev] [ESB][Connector] Redmine Connector - Adding getVersion Operation

2015-11-27 Thread Shakila Sivagnanarajah
Hi Lakmini, Please resolve the JIRA ticket. Thank you On Wed, Nov 25, 2015 at 11:05 AM, Shakila Sivagnanarajah wrote: > Hi Malaka, > > I added latest connector to the store. > > Thank you > > On Tue, Nov 24, 2015 at 7:44 PM, Malaka Silva wrote: > >> Shakila we may need to upload the latest to

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Milan Perera
Hi Godwin, I have attached the carbon.xml and user-mgt.xml with this. One other thing is im using embedded LDAP of IS as a secondary user store. So im attaching that config file as well Thanks, On Fri, Nov 27, 2015 at 3:22 PM, Godwin Shrimal wrote: > Hi Milan, > > No, you don't need to add car

Re: [Dev] [ESB][Connector] Redmine connector: Not retrieving all projects

2015-11-27 Thread Lakmini Chathurika
Hi all, I fixed the above issue. Modified the Redmine Connector in ESB. I have created the JIRA[1] and add the PR[2]. Could you please review and merge this. [1].https://wso2.org/jira/browse/ESBCONNECT-74 [2].https://github.com/wso2/esb-connectors/pull/424 Thanks and Regards. Lakmini. On Fri,

Re: [Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Godwin Shrimal
Hi Milan, No, you don't need to add carbon.super for super tenant users, Did you configure carbon.xml and user-mgt.xml according to the [1], can you share those files ? [1] https://docs.wso2.com/display/IS500/Email+Authentication​ Thanks Godwin On Fri, Nov 27, 2015 at 3:04 PM, Milan Perera w

[Dev] [DEV][EMM] Enable Email Authentication

2015-11-27 Thread Milan Perera
Hi all, In order to do $subject in *EMM 1.1.0*, I have followed [1]. But still I was not able to login. I crated an user - *mi...@wso2.com * When I was going to log in using that username, I couldn't do that since it threw an error saying invalid tenant domain. Then I tried *mi...@wso2.com@carbo

Re: [Dev] WSO2 Committers += Kesavan Yogarajah

2015-11-27 Thread Kalyani Yogeswaranathan
Congrats Kesavan!!! On Fri, Nov 27, 2015 at 12:02 PM, Malaka Silva wrote: > Hi Devs, > > Its my pleasure to welcome Kesavan Yogarajah as a WSO2 Committer. > > Kesavan has been working with the WSO2 Connectors team and has > contributed immensely to ESB product on RnD, IS Authenticators and ESB

Re: [Dev] [PPaaS] Using Puppet Apply for Private PaaS Cartridges

2015-11-27 Thread Thilina Piyasundara
Hi Isuru, Just to clarify, please refer to those inline comments and let us know if you have a different view. On Fri, Nov 27, 2015 at 1:18 PM, Isuru Haththotuwa wrote: > Hi, > > The requirement is to automate the configurations dynamically in a > serverless manner (without a puppet master), >

Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-11-27 Thread Sriskandarajah Suhothayan
Were you able to run Siddhi 3.0 in Android. Try that and escalate the issues ASAP Suho On Fri, Nov 27, 2015 at 12:27 PM, Janitha Samarasinghe wrote: > Hi all, > > The way in which the existing Android EdgeAnalyticsService is implemented > is not structured as an Android system service. We are c