[Dev] ESB connector: SSL Handshake Exception

2014-09-03 Thread Keerthika Mahendralingam
is : 3ms - Next retry after : Wed Sep 03 11:02:22 IST 2014 -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com thili...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org

Re: [Dev] ESB connector: SSL Handshake Exception

2014-09-03 Thread Keerthika Mahendralingam
.html Regards Roshan. On Wed, Sep 3, 2014 at 1:18 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: When we invoke our services into proxy we got this error: [2014-09-03 11:01:15,881] INFO - CarbonAuthenticationUtil 'admin@carbon.super [-1234]' logged in at [2014-09-03 11:01:15,881

[Dev] Unable to send payload with delete request in ESB connector

2014-09-22 Thread Keerthika Mahendralingam
When I sent delete request with json payload I got the following message: Empty JSON body. I also tried with the hardcoded values. But I got the same error message. -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com thili

Re: [Dev] Unable to send payload with delete request in ESB connector

2014-10-06 Thread Keerthika Mahendralingam
words are a feature, not a typo. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com thili...@wso2

[Dev] [Stripe ESB Connector] Getting 400 Bad Request Error

2014-12-10 Thread Keerthika Mahendralingam
}/amount /stripe.createANewRefund respond/ /inSequence outSequence send/ /outSequence /target description/ /proxy Thank you. -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144

Re: [Dev] [Stripe ESB Connector] Getting 400 Bad Request Error

2014-12-10 Thread Keerthika Mahendralingam
* call endpoint address uri=https://api.stripe.com/v1/charges/{uri.var.chargeId}/refunds;/address /endpoint /call respond/respond /inSequence /resource /api On Thu, Dec 11, 2014 at 10:06 AM, Keerthika Mahendralingam

Re: [Dev] [Stripe ESB Connector] Getting 400 Bad Request Error

2014-12-11 Thread Keerthika Mahendralingam
=post uri-template=https://api.stripe.com/v1/charges/{uri.var.chargeId}/refunds https://api.stripe.com/v1/charges/%7Buri.var.chargeId%7D/refunds/http* */endpoint* /call On Thu, Dec 11, 2014 at 11:01 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Thank you Vanji

Re: [Dev] javascript.EvaluatorException in replace function

2014-12-16 Thread Keerthika Mahendralingam
. The sender does not accept liability for any errors or omissions ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776

Re: [Dev] javascript.EvaluatorException in replace function

2014-12-16 Thread Keerthika Mahendralingam
='+mc.getProperty('uri.var.query1')+'; Then you can use replace() method as you wish. On Wed, Dec 17, 2014 at 11:32 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Elilmatha, try this one. script language=js var str='+mc.getProperty('uri.var.query1')+'; var

Re: [Dev] WSO2 Committers += Pirinthapan Mahendran

2015-01-10 Thread Keerthika Mahendralingam
/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin

Re: [Dev] Payload mediation of JSON message using Script Mediator

2015-01-08 Thread Keerthika Mahendralingam
...@wso2.com Blog: https://buddhimawijeweera.wordpress.com GitHub Profile: https://github.com/Buddhima ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Keerthika Mahendralingam
. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware

[Dev] Switch case is not working in the proxy

2015-03-16 Thread Keerthika Mahendralingam
...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Switch case is not working in the proxy

2015-03-16 Thread Keerthika Mahendralingam
[\r][\n] On Mon, Mar 16, 2015 at 11:36 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi All, I am using switch mediator in the following proxy. When I invoking the proxy I am getting the warning: *SwitchCase Provided character sequence for switch case condition is 'null'. Switch

Re: [Dev] Switch case is not working in the proxy

2015-03-16 Thread Keerthika Mahendralingam
-16 11:56:28,147] DEBUG - wire [\r][\n] On Mon, Mar 16, 2015 at 11:36 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi All, I am using switch mediator in the following proxy. When I invoking the proxy I am getting the warning: *SwitchCase Provided character sequence for switch case

Re: [Dev] [ESB] Making iterate calls based on response element

2015-03-31 Thread Keerthika Mahendralingam
is more like a while loop. You need to write a class mediator to implement this logic since ESB does not have a construct similar to while loop. Thanks, Chanaka On Tue, Mar 31, 2015 at 6:56 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi All, When we invoke a method in Marketo API

[Dev] [ESB] Making iterate calls based on response element

2015-03-31 Thread Keerthika Mahendralingam
the moreResult attribute returns false. The nextPageToken returned from the previous call need to be reused for the next iteration of this call. How can we do this? -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean

Re: [Dev] WSO2 Committers += Senduran Balasubramaniyam

2015-02-27 Thread Keerthika Mahendralingam
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika

Re: [Dev] Get end point url of Mailman API 3.0

2015-03-23 Thread Keerthika Mahendralingam
@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org

Re: [Dev] [ESB] Making iterate calls based on response element

2015-04-06 Thread Keerthika Mahendralingam
('RESULTS')/ /args /payloadFactory /sequence /template @Vanji and @Senduran, Thank you for your suggestions. On Wed, Apr 1, 2015 at 9:48 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Thank you Chanaka and Malaka. On Tue, Mar 31, 2015 at 9:06 PM, Malaka Silva mal

[Dev] Pull Request for Stripe Connector Changes

2015-06-18 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Stripe connector changes. https://github.com/wso2/esb-connectors/pull/166 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware

[Dev] Pull Request for Xero Connector Changes

2015-06-21 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Xero connector changes: https://github.com/wso2/esb-connectors/pull/179 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware

[Dev] Pull Request for Clevertimcrm Connector Changes

2015-06-15 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Clevertimcrm connector changes and icons for file,activecompaign, amazons3, amazonsns, flicker connectors. https://github.com/wso2/esb-connectors/pull/137 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile

Re: [Dev] Pull Request for Clevertimcrm Connector Changes

2015-06-15 Thread Keerthika Mahendralingam
+Malaka On Mon, Jun 15, 2015 at 5:53 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Malaka, Please find the pull request for Clevertimcrm connector changes and icons for file,activecompaign, amazons3, amazonsns, flicker connectors. https://github.com/wso2/esb-connectors/pull

[Dev] Pull Request for Quickbooks Connector Changes

2015-06-18 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Quickbooks connector pom changes. https://github.com/wso2/esb-connectors/pull/163 Please note that V1 and V2 is merged. Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com

Re: [Dev] Pull Request for Quickbooks Connector Changes

2015-06-18 Thread Keerthika Mahendralingam
Zohocrm connector changes also included in the same pull request. And v1 and v2 are merged. On Thu, Jun 18, 2015 at 12:57 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Malaka, Please find the pull request for Quickbooks connector pom changes. https://github.com/wso2/esb

Re: [Dev] ESB Google Spreadsheet connector issue

2015-06-02 Thread Keerthika Mahendralingam
] https://github.com/google/google-api-java-client Thanks, Madhawa On Tue, Jun 2, 2015 at 12:17 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Amal, I think you have tried with init method. Could you please try with oAuth2init method. googlespreadsheet.oAuth2init

Re: [Dev] ESB Google Spreadsheet connector issue

2015-06-02 Thread Keerthika Mahendralingam
|#20, Palm Grove, Colombo 03, Sri Lanka Email: naashe...@wso2.com On Wed, Jun 3, 2015 at 9:32 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Malaka, Yes. Now we have 2.0.0 version in the connector store. Thanks, On Wed, Jun 3, 2015 at 9:28 AM, Malaka Silva mal...@wso2.com

Re: [Dev] ESB Google Spreadsheet connector issue

2015-06-01 Thread Keerthika Mahendralingam
://www.wso2.com/about/team/malaka-silva/ http://wso2.com/about/team/malaka-silva/ Save a tree -Conserve nature Save the world for your future. Print this email only if it is absolutely necessary. -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776

Re: [Dev] Cannot import some connectors to Developer studio.

2015-05-30 Thread Keerthika Mahendralingam
Hi Viraj, Wordpress connector is updated with the correct icons in Connector store. Please check now. Thanks, On Thu, May 28, 2015 at 2:40 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Will check and let you know. On Thu, May 28, 2015 at 2:34 PM, Malaka Silva mal...@wso2.com wrote

Re: [Dev] WSO2 Committers += Dinithi De Silva

2015-05-28 Thread Keerthika Mahendralingam
Mobile: +94775907181 WSO2 Inc. Lean . Enterprise . Middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776

Re: [Dev] Cannot import some connectors to Developer studio.

2015-05-28 Thread Keerthika Mahendralingam
future. Print this email only if it is absolutely necessary. -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev

Re: [Dev] Pull request for Mailchimp Connector Changes

2015-06-28 Thread Keerthika Mahendralingam
Hi Malaka, FreeAgent connector changes also included in the above pull request. Thanks, On Sun, Jun 28, 2015 at 1:25 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Malaka, Please find the pull request for Mailchimp connector README change . It works fine with ESB-BETA without

[Dev] Pull request for Mailchimp Connector Changes

2015-06-28 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Mailchimp connector README change . It works fine with ESB-BETA without any configuration changes. https://github.com/wso2/esb-connectors/pull/212 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Keerthika Mahendralingam
Thank you Malaka. On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva mal...@wso2.com wrote: Merged On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Rajjaz, You need to build integration base before build any other connector. You can find the integration

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Keerthika Mahendralingam
expecting 1.0.1. that was the reason for error. now build Success On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva mal...@wso2.com wrote: Merged On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Rajjaz, You need to build integration base before build any other

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Keerthika Mahendralingam
/about/team/mohammer_rajjaz/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean

[Dev] [PR] Instagram Connector Changes

2015-08-14 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for $subject [1]. Connector tested with ESB-Beta. [1]. https://github.com/wso2/esb-connectors/pull/267 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean

Re: [Dev] [PR] Changes for Quickbooks Connector

2015-08-10 Thread Keerthika Mahendralingam
Yes Malaka. On Mon, Aug 10, 2015 at 10:13 PM, Malaka Silva mal...@wso2.com wrote: Thx Keerthika, Can we say quick books connector is fully functional with esb 4.9.0 Beta? On Mon, Aug 10, 2015 at 5:41 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Malaka, Please find the pull

[Dev] [PR] Salesbinder Connector Changes

2015-08-12 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for Salesbinder connector changes. It is fully working with 4.9.0-Beta. https://github.com/wso2/esb-connectors/pull/263 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2

[Dev] [PR] Changes for Quickbooks Connector

2015-08-10 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request for $subject below: [1]. https://github.com/wso2/esb-connectors/pull/260 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware

[Dev] Pull request for Payloadfactory Improvement

2015-07-16 Thread Keerthika Mahendralingam
/pull/261 Thanks, -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman

Re: [Dev] Pull request for Payloadfactory Improvement

2015-07-16 Thread Keerthika Mahendralingam
Hi Malaka, I have made some changes in the pull request. Please check now. https://github.com/wso2/wso2-synapse/pull/261 Thanks, On Thu, Jul 16, 2015 at 8:35 PM, Malaka Silva mal...@wso2.com wrote: Added some comments. Please check. On Thu, Jul 16, 2015 at 5:19 PM, Keerthika Mahendralingam

Re: [Dev] Pull request for Payloadfactory Improvement

2015-07-20 Thread Keerthika Mahendralingam
Hi Malaka, Please find the pull request[1] for integration test cases for payloadfactory improvement. [1]. https://github.com/wso2/product-esb/pull/238 https://github.com/wso2/product-esb/pull/238 Thanks, On Fri, Jul 17, 2015 at 11:14 AM, Keerthika Mahendralingam keerth...@wso2.com wrote

[Dev] RelayUtils Error while building Passthrough stream in ESB_RC1 pack

2015-08-26 Thread Keerthika Mahendralingam
/envelope/ soapenv:Body//soapenv:Envelope -- dev-requ...@wso2.org Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org

Re: [Dev] RelayUtils Error while building Passthrough stream in ESB_RC1 pack

2015-08-27 Thread Keerthika Mahendralingam
, Prabath Ariyarathna prabat...@wso2.com wrote: Hi Keerthika. Could please provide artifacts to reproduce this issue? Thanks. On Wed, Aug 26, 2015 at 5:23 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi All, When we receive invalid json format response with the content-type

Re: [Dev] RelayUtils Error while building Passthrough stream in ESB_RC1 pack

2015-08-27 Thread Keerthika Mahendralingam
: Hi Keerthika I have tried several time with given configurations, but I didn't get exception you mentioned. Could you please recheck you have configured any custom builder of formatter? Thanks. On Wed, Aug 26, 2015 at 6:31 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi

Re: [Dev] Testing issues with BETA and RC2

2015-09-04 Thread Keerthika Mahendralingam
t;>> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at >>> org.apache.synapse.mediators.filters.SwitchMediator.mediate(SwitchMediator.java:184) >>> >>> [2015-09-04 15:12:27,934] INFO >>> {org.wso2.carbon.automation.core.utils.c

Re: [Dev] WSO2 Committers += Kathees Rajendram

2015-09-24 Thread Keerthika Mahendralingam
il only if it is absolutely necessary. > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- <dev-requ...@wso2.org> Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776

Re: [Dev] [FB Connector] (#324) Requires upload file when try to add a photo to a page via FB Connector

2015-12-08 Thread Keerthika Mahendralingam
ctor-1.0.0/org.wso2.carbon.connector/src/test/resources/artifacts/ESB/config/proxies/facebook/multipart.xml >> >> Thanks >> -- >> Thusitha Dayaratne >> Software Engineer >> WSO2 Inc. - lean . enterprise . middleware | wso2.com >> >> Mobile +9471275

Re: [Dev] Contributing to WSO2 Open Source Projects.

2016-05-26 Thread Keerthika Mahendralingam
ps://lk.linkedin.com/in/pawannayanajith> -djnayanaj...@gmail.com > > 2. Logeshwaran Praveenath > <https://lk.linkedin.com/in/logeshwaran-praveenath-a0b017b2> - > logeshwaranpraveen...@gmail.com > > 3. D.M.Salitha Prasad Disanayaka -salith...@gmail.com > > Thank you. > --

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
Hi Nuwan, Using ESB 5.0.0-BETA. Thanks, Keerthika On Mon, Jun 20, 2016 at 4:25 PM, Nuwan Pallewela <nuw...@wso2.com> wrote: > Hi Keerthika, > > What is the ESB version you are using? > > Thanks, > Nuwan > > On Mon, Jun 20, 2016 at 4:03 PM, Keerthika Mahendralingam

[Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
d.run(Thread.java:722) *Proxy Service:* http://ws.apache.org/ns/synapse; name="createIssue" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> PS9VE7M

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
quot;properties" : { "id" : { "id" : " http://wso2jsonschema.org/issueFields/fields/issuetype/id;, "type" : "string" } }, "type" : "object&quo

Re: [Dev] ClassCastException when using datamapper

2016-06-21 Thread Keerthika Mahendralingam
; > outputType="JSON"/> > > > Thanks, > Nuwan > > On Mon, Jun 20, 2016 at 5:10 PM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Hi Viraj, >> >> I used the schema from connector and also I tried

[Dev] Issue with multiple dependencies in IS

2016-02-02 Thread Keerthika Mahendralingam
deployed. How to resolve this multiple dependency issue? Thanks, -- <dev-requ...@wso2.org> Keerthika Mahendralingam Associate Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailin

Re: [Dev] [ESB Connector] Error when enabling Google Contacts Connector

2016-02-03 Thread Keerthika Mahendralingam
sLoader.loadClass(ClassLoader.java:358) >>>>>>>>> ... 145 more >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Maheeka >>>>>>>>> >>>>>>>>> >&

Re: [Dev] [ESB][Connector Redmine] "401 Authorization Required" error when using Redmine connector

2016-03-15 Thread Keerthika Mahendralingam
you. > > -- > *Bhashinee Nirmali* > Software Engineer Intern > WSO2 Inc.; http://wso2.com > Mobile : +94 (0) 712150003 <%2B94%20%280%29%20716%20590818> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org

Re: [Dev] GoogleAuth library for TOTP authenticator

2016-04-08 Thread Keerthika Mahendralingam
uld always copy such mails to dev. > > Why do you need to fork the entire code? If its the POM that you are > modifying can't we do it like a orbit bundle without forking the entire > code? I think that should be the way to do it. > > Regards, > Johann. > > On Thu, Apr 7,

Re: [Dev] Xpath expression to fetch a property which has space in name

2016-03-07 Thread Keerthika Mahendralingam
;>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Thusitha Dayaratne >>>> Software Engineer >&

Re: [Dev] [DEV] Getting JsonUtil #getNewJsonPayload error. Could not save JSON payload.

2016-07-12 Thread Keerthika Mahendralingam
Thanks Kesavan. As you mentioned this is working with the latest built. On Mon, Jul 11, 2016 at 6:11 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi All, > > I am checking GoToTraining connector. I am getting the following error > when the API response

Re: [Dev] Clarification regarding JIRA connector.

2016-06-27 Thread Keerthika Mahendralingam
- > *Bhashinee Nirmali* > Software Engineering Intern > WSO2 Inc.; http://wso2.com > Mobile : +94 (0) 712150003 <%2B94%20%280%29%20716%20590818> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/lis

Re: [Dev] [WSO2 Connector] Concur- getExchangeRate issue

2016-07-04 Thread Keerthika Mahendralingam
+dev On Tue, Jul 5, 2016 at 9:57 AM, Keerthika Mahendralingam <keerth...@wso2.com > wrote: > Yes Malaka, We can only get the exchange rate with the expense(as in [1] ) > which is already added to the expense as in [2]. > > @Godwin, AFAIK we don't have any connector method t

[Dev] [DEV] Getting JsonUtil #getNewJsonPayload error. Could not save JSON payload.

2016-07-11 Thread Keerthika Mahendralingam
t; http://org.apache.synapse/xsd; xmlns:ns2=" http://org.apache.synapse/xsd"/> http://org.apache.synapse/xsd; xmlns:ns2=" http://org.apache.synapse/xsd"/> http://org.apache.synapse/xsd; xmlns:ns2=" http://org.apache.synapse/xsd"/>

Re: [Dev] [WSO2 Connector] Concur- getExchangeRate issue

2016-07-02 Thread Keerthika Mahendralingam
> working properly.* > > Thanks > Godwin > > -- > *Godwin Amila Shrimal* > Senior Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > > mobile: *+94772264165* > linkedin: *http://lnkd.in/KUum6D <http://lnkd.in/KUum6D>* > twitter: htt

[Dev] Getting null values when converting nested json objects into x-www-form-urlencoded format

2016-09-21 Thread Keerthika Mahendralingam
t;name":"user1", "address":{"line1":"street1"}, "age":12 } The output is : name=user1==12 But it should be: name=user1[line1]=street1=12 Is there any way to achieve this? Thanks, Keerthika. -- <dev-requ...@wso2.org> Keerthika M

Re: [Dev] Getting null values when converting nested json objects into x-www-form-urlencoded format

2016-11-07 Thread Keerthika Mahendralingam
Created a JIRA ticket for this. [1]. https://wso2.org/jira/browse/ESBJAVA-4947 Thanks. On Thu, Sep 22, 2016 at 10:54 AM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi All, > > I am trying to convert json payload which have nested json objects into > x-www-form

Re: [Dev] Unable to remove Content-Type header for POST request with empty body

2016-11-06 Thread Keerthika Mahendralingam
mpty content. > > @ESB Team - Let us know if there is a way to handle this? > > On Wed, Nov 2, 2016 at 5:36 PM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Hi All, >> >> Dropbox backend service expecting a POST request with empty body an

[Dev] Unable to remove Content-Type header for POST request with empty body

2016-11-02 Thread Keerthika Mahendralingam
.dropbox.com/developers/documentation/http/documentation#files-download Thanks, -- <dev-requ...@wso2.org> Keerthika Mahendralingam Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Takes a lot of time to start up the server

2017-03-28 Thread Keerthika Mahendralingam
Hi All, After enabling the remote login(System preferences --> Sharing --> Click "Remote login"), it resolved. Earlier it took more the 160 seconds to start up the server. Now it took less than 40 seconds. Thanks, Keerthika. On Tue, Mar 28, 2017 at 2:10 PM, Keerthika Mahendr

[Dev] Takes a lot of time to start up the server

2017-03-28 Thread Keerthika Mahendralingam
/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home CARBON_HOME environment variable is set to /Users/keerthu/Desktop/QSP/wso2ei-6.0.0 Using Java memory options: -Xms256m -Xmx1024m Did anyone come across this kind of issue? How to resolve it? Thanks, -- <dev-requ...@wso2.org> Keerthika Mahendralingam So

Re: [Dev] Improvements for JWT Bearer Grant

2017-04-11 Thread Keerthika Mahendralingam
Twitter: @farazath619 <https://twitter.com/farazath619> > <http://wso2.com/signature> > > > -- <dev-requ...@wso2.org> Keerthika Mahendralingam Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware _

Re: [Dev] Improvements for JWT Bearer Grant

2017-04-18 Thread Keerthika Mahendralingam
ftware Engineer, WSO2 Inc.; http://wso2.com >> Mobile: +94777603866 >> Blog: blog.farazath.com >> Twitter: @farazath619 <https://twitter.com/farazath619> >> <http://wso2.com/signature> >> >> >> >> On Tue, Apr 11, 2017 at 2:03 PM, Keerthik

Re: [Dev] Regarding gmail connector

2017-04-26 Thread Keerthika Mahendralingam
> > > > -- > *Supun Sethunga* > Senior Software Engineer > WSO2, Inc. > http://wso2.com/ > lean | enterprise | middleware > Mobile : +94 716546324 <+94%2071%20654%206324> > Blog: http://supunsetunga.blogspot.com > > ___ >

Re: [Dev] Build fails in identity-outbound-auth-passwordPolicy

2017-11-22 Thread Keerthika Mahendralingam
rcerOnExpirationTest.testInitiateAuthRequestSuccess:265 >>>> ยป ExceptionInInitializer >>>> >>>> >>>> I tried to build it using both Java7 and Java8. But it gives the same >>>> error. >>>> >>>> Any thoughts

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Godwin Amila Shrimal* >> Associate Technical Lead >> WSO2 Inc.; http://wso2.com >> lean.enterprise.middleware >> >> mobile: *+94772264165* >> linkedin: *https://www.li

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
eric", arch: "amd64", family: > "unix" > > > [1] https://github.com/wso2-extensions/esb-connector-github > <https://github.com/wso2-extensions/esb-connector-github> > [2] https://github.com/wso2-extensions/esb-connector-twitter > > > Thank you >

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
will fix this. Thanks, Keerthika. On Thu, Nov 9, 2017 at 5:43 PM, Keerthika Mahendralingam <keerth...@wso2.com > wrote: > Hi Arunan, > > I tried the twitter connector as well. I was able to build it > successfully. Anyhow, we will check into this further. > > Environme

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-08 Thread Keerthika Mahendralingam
din.com/in/godwin-amila-2ba26844/ > <https://www.linkedin.com/in/godwin-amila-2ba26844/>* > twitter: https://twitter.com/godwinamila > <http://wso2.com/signature> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- <dev-requ...@wso2.org> Keerthika Mahendralingam Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [RRT] Empty response is getting cached in APIM

2018-01-22 Thread Keerthika Mahendralingam
/components/mediators/cache/org.wso2.carbon.mediator.cache/src/main/java/org/wso2/carbon/mediator/cache/CacheMediator.java#L359 Thanks, Keerthika. -- <dev-requ...@wso2.org> Keerthika Mahendralingam Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . midd

Re: [Dev] [RRT] Empty response is getting cached in APIM

2018-01-23 Thread Keerthika Mahendralingam
t; >>> -- >>> <dev-requ...@wso2.org> >>> Keerthika Mahendralingam >>> Software Engineer >>> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144> >>> keerth...@wso2.com >>> WSO2, Inc. >>> lean . enterprise . middleware >>> >> >>

Re: [Dev] Correct formats of x-www-form-urlencoded

2018-01-09 Thread Keerthika Mahendralingam
ation >>> or a standard document >>> >>> Thanks >>> Senduran >>> >>> >>> -- >>> *Senduran * >>> Senior Software Engineer, >>> WSO2, Inc.; http://wso2.com/ <http://wso2.com/> >>> Mobile: +94 7

[Dev] Unable to cache the response

2018-01-29 Thread Keerthika Mahendralingam
istener I/O dispatcher-6 << "Transfer-Encoding: chunked[\r][\n]" [2018-01-29 14:28:39,591] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-6 << "Connection: keep-alive[\r][\n]" [2018-01-29 14:28:39,591] [EI-Core] DEBUG - wire HTTP-Listener I/O dispat

[Dev] [EI] Getting empty cached response

2018-01-31 Thread Keerthika Mahendralingam
14:51,045] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "cache-control: no-cache[\r][\n]" [2018-02-01 11:14:51,045] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "Content-Type: application/json; charset=UTF-8[\r][\n]" [2018-02-01 11:14:51,045] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "Date: Thu, 01 Feb 2018 05:44:51 GMT[\r][\n]" [2018-02-01 11:14:51,045] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "Transfer-Encoding: chunked[\r][\n]" [2018-02-01 11:14:51,045] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "[\r][\n]" [2018-02-01 11:14:51,046] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "0[\r][\n]" [2018-02-01 11:14:51,046] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-2 << "[\r][\n]"-- <dev-requ...@wso2.org> Keerthika Mahendralingam Software Engineer Mobile :+94 (0) 776 121144 keerth...@wso2.com WSO2, Inc. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [EI] Getting empty cached response

2018-02-01 Thread Keerthika Mahendralingam
mediation/pull/965 > > Thanks, > Riyafa > > On Thu, Feb 1, 2018 at 11:18 AM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Hi All, >> >> I have cloned the latest fix for cache mediator and tried with WSO2 EI >> 6.1.1-update19-SNAPSHOT. B

Re: [Dev] Unable to cache the response

2018-01-29 Thread Keerthika Mahendralingam
oes not get cached because Postman seemed to > insert unnecessary headers? Can you try using curl requests? Or RESTer is a > handy plugin for firefox. > Or you can set headersToExcludeInHash to the value * and try: > * > > Hope it helps. > > Regards, > Riyafa > > On Mon

Re: [Dev] [Architecture] [RRT] Calculate Age value of cached response

2018-01-24 Thread Keerthika Mahendralingam
://github.com/wso2/wso2-synapse/blob/master/modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/passthru/util/PassThroughTransportUtils.java#L160 Thanks, Keerthika. On Tue, Jan 23, 2018 at 8:26 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi All,

[Dev] [ESB 5.0.0] Unable to login into admin console

2018-04-06 Thread Keerthika Mahendralingam
443/carbon/ [2018-04-06 18:01:25,382] WARN - JavaLogger potential cross-site request forgery (CSRF) attack thwarted (user:, ip:10.100.5.169, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request) Thanks, Keerthika. -- <dev-requ...@wso2.o

Re: [Dev] [ESB 5.0.0] Unable to login into admin console

2018-04-08 Thread Keerthika Mahendralingam
ome other version of JDK and see? >> >> [1] - https://github.com/wso2/product-ei/issues/1219 >> >> Thanks >> Nirothipan >> >> On Fri, Apr 6, 2018 at 6:11 PM, Keerthika Mahendralingam < >> keerth...@wso2.com> wrote: >> >>> Hi All, >>

Re: [Dev] [ESB 5.0.0] Unable to login into admin console

2018-04-08 Thread Keerthika Mahendralingam
2 > products based on kernel v4.4.22 or higher. > > [1] https://docs.wso2.com/display/compatibility/Known+Incompatibilities > > Thanks, > Ashen > > On Sun, Apr 8, 2018 at 7:20 PM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Thanks Nirothipan. B

Re: [Dev] Not able to split file using wso2 fileConnector

2018-04-02 Thread Keerthika Mahendralingam
t; [1] https://docs.wso2.com/display/ESBCONNECTORS/Working+with > +the+File+Connector#WorkingwiththeFileConnector-splitFile > > Thanks > > On Mon, Apr 2, 2018 at 5:06 PM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Hi Aditya, >> >> If you n

Re: [Dev] How to use pem/key in fileUri for inbound endpoint or file connector

2018-04-02 Thread Keerthika Mahendralingam
e.com/WSO2- > Development-f3.html > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- <dev-requ...@wso2.org> Keerthika Mahendralingam Senior Software Engineer Mobile :+94 (0) 776 121144 kee

Re: [Dev] Not able to split file using wso2 fileConnector

2018-04-02 Thread Keerthika Mahendralingam
:///C:/Flatfile/FileConnInput"/> >>>>>>>>> >>>>>>>> type="STRING" value="//catalog/book"/> >>>>>>>>> >>>>>>>>> {$ctx:source} >>>&

Re: [Dev] Getting "SignatureDoesNotMatch" error with deleteBucketReplication operation in Amazon s3 connector

2018-11-12 Thread Keerthika Mahendralingam
> [2018-11-08 09:12:12,748] [EI-Core] DEBUG - wire HTTP-Sender I/O > dispatcher-1 >> "[\r][\n]" > [2018-11-08 09:12:12,748] [EI-Core] DEBUG - wire HTTP-Sender I/O > dispatcher-1 >> "168[\r][\n]" > [2018-11-08 09:12:12,748] [EI-Core] DEBUG - wire HTTP-

Re: [Dev] Getting "SignatureDoesNotMatch" error with deleteBucketReplication operation in Amazon s3 connector

2018-11-12 Thread Keerthika Mahendralingam
Hi Biruntha, This method is working fine with EI 6.1.1. But getting the same error as yours with EI 6.4.0. Need to check. Thanks, Keerthika. On Tue, Nov 13, 2018 at 11:45 AM Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi Biruntha, > > I have tried the deleteBu

Re: [Dev] Getting "SignatureDoesNotMatch" error with deleteBucketReplication operation in Amazon s3 connector

2018-11-07 Thread Keerthika Mahendralingam
tLength} >>> {$ctx:xAmzMfa} >>> >>> >>> {$ctx:bucketUrl} >>> >>> >>> >>> >>> >>> >>> >>>

Re: [Dev] Getting "SignatureDoesNotMatch" error with deleteBucketReplication operation in Amazon s3 connector

2018-11-19 Thread Keerthika Mahendralingam
:35 PM Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi Biruntha, > > This method is working fine with EI 6.1.1. But getting the same error as > yours with EI 6.4.0. Need to check. > > Thanks, > Keerthika. > > On Tue, Nov 13, 2018 at 11:45 AM Keerthik

Re: [Dev] Getting "SignatureDoesNotMatch" error with deleteBucketReplication operation in Amazon s3 connector

2018-11-19 Thread Keerthika Mahendralingam
7:07,881] [EI-Core] DEBUG - wire HTTP-Sender I/O dispatcher-1 >> "[\n]" [2018-11-13 12:17:07,881] [EI-Core] DEBUG - wire HTTP-Sender I/O dispatcher-1 >> "RequestTimeoutYour socket connection to the server was not read from or written to within the timeout period. Idle co

Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.5.0 RC1

2019-05-18 Thread Keerthika Mahendralingam
Hi All, I have tested the following: 1. Call mediator 2. Property mediator 3. Validate mediator 4. Kerberos mediator [+] Stable go ahead and release. Thanks, On Sat, 18 May 2019, 10:56 Kesavan Yogarajah, wrote: > Hi All, > > I tested the following, and no issues found. > >-