[Dev] {BAM} Message tracing with ESB

2015-06-09 Thread Vijayaratha Vijayasingam
Hi; I tried BAM 2.5 with ESB 4.8.1 fro message tracing . Followed this guide[1] I sent some messages to esb proxy. When check the cassandra, i do not see EVENT_KS keyspace. What i miss here? [1] https://docs.wso2.com/display/BAM250/Setting+up+Message+Tracing+for+WSO2+ESB Thanks. -- -Ratha

Re: [Dev] {BAM} Message tracing with ESB

2015-06-09 Thread Vijayaratha Vijayasingam
that feature installed. Can you please try with another newly created proxy and see it working? Regards, Gihan On Tue, Jun 9, 2015 at 12:42 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; I tried BAM 2.5 with ESB 4.8.1 fro message tracing . Followed this guide[1] I sent some messages

Re: [Dev] Using Clone Mediator with payload factory

2015-03-24 Thread Vijayaratha Vijayasingam
Hi Malaka; May I know, why the endpoint conf within clone mediator didn't work as expected? Thanks. On 23 March 2015 at 08:56, Sam Sivayogam s...@wso2.com wrote: Hi All, Thanks a lot guys for the Replies. @Malaka as you said Placing the end point inside a send mediator worked :) .

Re: [Dev] JSON script mediator issue

2015-03-24 Thread Vijayaratha Vijayasingam
24, 2015 at 12:27 PM, Ishan Jayawardena is...@wso2.com wrote: What are the builder and formatter that you have registered? On Tue, Mar 24, 2015 at 12:17 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi Ishan; I tried following json line[1] in APIM 1..80 But im getting following

[Dev] JSON script mediator issue

2015-03-24 Thread Vijayaratha Vijayasingam
Hi Ishan; I tried following json line[1] in APIM 1..80 But im getting following error; My request is a valid json as mentioned below; { company_uui:xxx, name: Y } Why script mediator could not extract 'name' from the incoming json payload? [1]var name= *mc.getPayloadJSON().name.toString*;

Re: [Dev] JSON script mediator issue

2015-03-24 Thread Vijayaratha Vijayasingam
org.apache.axis2.json.JSONMessage*.. But synapse * too gave same issue.. On 24 March 2015 at 12:27, Ishan Jayawardena is...@wso2.com wrote: What are the builder and formatter that you have registered? On Tue, Mar 24, 2015 at 12:17 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi

Re: [Dev] Mysql connection issue

2015-02-11 Thread Vijayaratha Vijayasingam
, Vijayaratha Vijayasingam rat...@wso2.com wrote: I checked that option too. My setting is right..Attached screenshot On 11 February 2015 at 12:11, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi Ratha, In MySQL server, *skip-networking* setting must have been enabled. You have to disable

Re: [Dev] Couldnt start CEP server with samples?

2015-02-10 Thread Vijayaratha Vijayasingam
Hi rajeev; Sorry that path issue is still there..I changed folder name and started samples, then now i do not see that issue. Earlier i tried wrong command :) Thanks. On 10 February 2015 at 13:52, Rajeev Sampath raje...@wso2.com wrote: Hi, On Tue, Feb 10, 2015 at 9:49 AM, Vijayaratha

[Dev] Mysql connection issue

2015-02-10 Thread Vijayaratha Vijayasingam
Hi all; Trying to connect remote mysql server which in windows box. But getting[1]; I can ping to that machine and firewall is off. Root user has all privileges. Anyone knows the cause, what type of security settings i need to do in mysql? [1]Caused by:

Re: [Dev] Couldnt start CEP server with samples?

2015-02-09 Thread Vijayaratha Vijayasingam
should be wrapped with two single or double quotes. Please rename the folder name starts with CEPSpace... removing spaces in it. Thanks, -Ayash On Tue, Feb 10, 2015 at 11:22 AM, Rajeev Sampath raje...@wso2.com wrote: Hi, On Tue, Feb 10, 2015 at 9:49 AM, Vijayaratha Vijayasingam rat...@wso2

[Dev] Couldnt start CEP server with samples?

2015-02-09 Thread Vijayaratha Vijayasingam
Hi all; I try sample 0106. I started server like #./wso2cep-samples.sh -sn 0106, But getting; [2015-02-10 12:14:43,951] FATAL - {CarbonServerManager} WSO2 Carbon initialization Failed org.wso2.carbon.utils.ServerException: Repository location '/Users/ratha/WSO2/clients/CBA/PoC/CEP/' not

Re: [Dev] Server hangs with mssql

2015-02-06 Thread Vijayaratha Vijayasingam
some bundles are not getting activated. On Wed, Feb 4, 2015 at 2:53 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; I configured mssql as DB. When starting the server (AM 1.8.0)it hangs at some point. There is no any error logs or other log infos.[1] Anyone faced such issue

[Dev] Server hangs with mssql

2015-02-04 Thread Vijayaratha Vijayasingam
Hi all; I configured mssql as DB. When starting the server (AM 1.8.0)it hangs at some point. There is no any error logs or other log infos.[1] Anyone faced such issue before? [1] [2015-02-05 08:12:08,679] INFO - CarbonCoreActivator User : Administrator, en-US, Asia/Singapore

Re: [Dev] Issue on running wso2sever.bat --start on Windows.

2015-01-28 Thread Vijayaratha Vijayasingam
You have to configure wrapper. On 29 January 2015 at 11:21, Irham Iqbal iq...@wso2.com wrote: Hi, When we start carbon using wso2sever.bat --start in windows the process is not going to background it's running on the command prompt. Any one knows why this is happening ? Thanks, Iqbal

[Dev] What would be the advantage if we use conditional router mediator instead of switch-case mediator?

2015-01-14 Thread Vijayaratha Vijayasingam
Hi; $ subject Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] What is the recommended JSON message builder/formatter?

2015-01-11 Thread Vijayaratha Vijayasingam
Hi; I see 3 implementations for JSON message handling. - org.apache.synapse.commons.json.* - org.apache.axis2.json.JSON* - org.apache.axis2.json.JSONBadgerfish* Are we using axis2 implementation/moved to synapse implementation? What are the pros in synapse implementation? Thanks. --

[Dev] WSO2 API Manager 1.8.0 Released !

2014-12-17 Thread Vijayaratha Vijayasingam
The WSO2 API Manager 1.8.0 Released! The WSO2 API Manager team is pleased to announce the release of version 1.8.0 of the Open Source API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of

Re: [Dev] Chunk -14 RC packs

2014-12-10 Thread Vijayaratha Vijayasingam
Hi all; Please find the RC2 +p2 repo packs with few more fixes. Revision :210446 https://svn.wso2.org/repos/wso2/scratch/chunk13-release/chunk-14-RC2-Packs/ Thanks On 6 December 2014 at 14:02, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Please find APIM+BAM RC packs and p2 repo

Re: [Dev] Chunk -14 RC packs

2014-12-10 Thread Vijayaratha Vijayasingam
Hi all; Please find the RC3+p2 repo packs. revision 210484 https://svn.wso2.org/repos/wso2/scratch/chunk13-release/chunk-14-RC3-Packs/ Thanks On 10 December 2014 at 14:08, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Please find the RC2 +p2 repo packs with few more fixes

Re: [Dev] [Note]Code freeze -05/12/2014 -3pm

2014-12-10 Thread Vijayaratha Vijayasingam
Hi all; Platform is open for all commits. Make sure the versions of released components. You can not commit to released components. If you do, you might need to revert your commits. Thanks. On 5 December 2014 at 17:08, Vijayaratha Vijayasingam rat...@wso2.com wrote: Platform is frozen

[Dev] {Chunk-14 Build failure} BAM P2 profile generation

2014-12-09 Thread Vijayaratha Vijayasingam
Hi all; Getting this;. please fix nstalling org.wso2.carbon.deployment.synchronizer.git.feature.group 4.2.1. Installing org.wso2.carbon.logging.mgt.server.feature.group 4.2.2. Installing org.wso2.carbon.bam.cassandra.hector.datareader.server.feature.group 4.2.0. Operation completed in 14646

Re: [Dev] [Note]Code freeze -05/12/2014 -3pm

2014-12-07 Thread Vijayaratha Vijayasingam
​ thank you. On Fri, Dec 5, 2014 at 5:08 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Platform is frozen .. Thanks. On 4 December 2014 at 21:47, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; We will freeze the platform tomorrow by 3pm for chunk-14 RC build. Except AM

[Dev] Chunk -14 RC packs

2014-12-06 Thread Vijayaratha Vijayasingam
Hi all; Please find APIM+BAM RC packs and p2 repo.[1] Revision :210263 [1] https://svn.wso2.org/repos/wso2/scratch/chunk13-release/chunk-14-RC-Packs/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] org.wso2.carbon.transport.nhttp/4.2.4 missing?

2014-12-05 Thread Vijayaratha Vijayasingam
Hi sumedha; Please update..There was a version issue and Dinusha fixed that. Current POMs refers correct version. Thanks. On 5 December 2014 at 14:11, Sumedha Rubasinghe sume...@wso2.com wrote:

Re: [Dev] [Note]Code freeze -05/12/2014 -3pm

2014-12-05 Thread Vijayaratha Vijayasingam
Platform is frozen .. Thanks. On 4 December 2014 at 21:47, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; We will freeze the platform tomorrow by 3pm for chunk-14 RC build. Except AM/BAM team members, others won't be allowed to commit. Please note. Thanks. -- -Ratha

[Dev] [Note]Code freeze -05/12/2014 -3pm

2014-12-04 Thread Vijayaratha Vijayasingam
Hi all; We will freeze the platform tomorrow by 3pm for chunk-14 RC build. Except AM/BAM team members, others won't be allowed to commit. Please note. Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Chunk-14] Event-stream Feature error

2014-12-03 Thread Vijayaratha Vijayasingam
/components , it should build the event-output-adaptor/org.wso2.carbon.event.output.adaptor.http/1.0.2 component which is missing here. On Tue, Dec 2, 2014 at 9:42 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Getting; INFO] Total time: 23:20.620s [INFO] Finished at: Tue Dec 02 08:08

[Dev] APIM _RC1 pack

2014-12-03 Thread Vijayaratha Vijayasingam
Hi; Please find the pack here https://svn.wso2.org/repos/wso2/scratch/chunk13-release/APIM-180_RC1/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [Chunk14} Build failure-Compilation issue

2014-12-02 Thread Vijayaratha Vijayasingam
HI all; Getting; [INFO] Building WSO2 Carbon - Event Input HTTP Adaptor Module 1.0.1 [INFO] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.wso2.carbon.event.input.adaptor.http --- [INFO] Deleting

[Dev] [Chunk-14] Event-stream Feature error

2014-12-02 Thread Vijayaratha Vijayasingam
Getting; INFO] Total time: 23:20.620s [INFO] Finished at: Tue Dec 02 08:08:39 PST 2014 [INFO] Final Memory: 283M/714M [INFO] [ERROR] Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.5.3:p2-feature-gen

Re: [Dev] {Registry}ERROR - JDBCResourceDAO Failed to add resource to path /_system/governance/apimconfig/repository/comp

2014-11-25 Thread Vijayaratha Vijayasingam
the issue is one-time or consistent. Thanks, Senaka. On Mon, Nov 24, 2014 at 12:56 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; We have mounted registries and getting this issue in a fresh DB. This occurs when we have members defined in cluster.. @senaka ; Do you have any

[Dev] {Registry}ERROR - JDBCResourceDAO Failed to add resource to path /_system/governance/apimconfig/repository/comp

2014-11-24 Thread Vijayaratha Vijayasingam
Hi all; We have mounted registries and getting this issue in a fresh DB. This occurs when we have members defined in cluster.. @senaka ; Do you have any clue what causes this issue? [2014-11-24 13:55:31,419] INFO - NioSelectorPool Using a shared selector for servlet write/read [2014-11-24

[Dev] [Chunk-14]Build issue-Oauth

2014-11-18 Thread Vijayaratha Vijayasingam
Hi all; Getting; INFO] BUILD FAILURE [INFO] [INFO] Total time: 15:54.545s [INFO] Finished at: Tue Nov 18 07:09:40 PST 2014 [INFO] Final Memory: 676M/889M [INFO]

Re: [Dev] [Chunk-14]Build issue-Oauth

2014-11-18 Thread Vijayaratha Vijayasingam
/0.22.1358727-wso2v5 Thanks Godwin On Tue, Nov 18, 2014 at 9:03 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Getting; INFO] BUILD FAILURE [INFO] [INFO] Total time: 15:54.545s [INFO] Finished at: Tue Nov

Re: [Dev] [Chunk-14]Build issue-Oauth

2014-11-18 Thread Vijayaratha Vijayasingam
I believe you are fixing this build issue ..:) On 18 November 2014 21:44, Vijayaratha Vijayasingam rat...@wso2.com wrote: Are those added to chunk poms?..Im building chunk14. We don't build individually. On 18 November 2014 21:26, Godwin Amila Shrimal god...@wso2.com wrote: Hi Ratha

Re: [Dev] Configuring a non IS carbon product as key manager

2014-11-18 Thread Vijayaratha Vijayasingam
Theoretically yes..But we haven't tested .. On 19 November 2014 10:28, Udara Liyanage ud...@wso2.com wrote: Hi Johann, My question is whether it is possible to configure a non IS carbon server (say ESB) as key manager by fallowing the same guide. To be specific I want to configure Stratos

Re: [Dev] [APIM pack] 12-11-2014

2014-11-13 Thread Vijayaratha Vijayasingam
We faced an issue in above pack and rebuilt a pack. New pack is hosted here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/13-11-2014/ Thanks. On 13 November 2014 12:05, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Please find yesterday's pack here[1] We

[Dev] [APIM pack] 12-11-2014

2014-11-12 Thread Vijayaratha Vijayasingam
Hi all; Please find yesterday's pack here[1] We will upload p2 repo soon.. [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/12-11-2014/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Allowing 'http' for revokeAPI from KM

2014-11-10 Thread Vijayaratha Vijayasingam
On 10 November 2014 15:33, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; We have default REST APIs which are deployed in gateway, call 'https' oauth endpoints. When we regenerate application token, we call revoke API (REST API deployed at gateway) to clear cache entries

[Dev] [patch 0009 kernel]missing maven class?

2014-11-10 Thread Vijayaratha Vijayasingam
Getting following at builder machine; ception in thread main java.lang.NoClassDefFoundError: org/apache/maven/surefire/booter/ForkedBooter Caused by: java.lang.ClassNotFoundException: org.apache.maven.surefire.booter.ForkedBooter at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at

[Dev] {chunk 13] compilation error

2014-11-10 Thread Vijayaratha Vijayasingam
Hi; getting following error in clean repo @ builder machine; [INFO] Building org.wso2.carbon.bam.cassandra.data.archive.ui 4.2.1 [INFO] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @

Re: [Dev] [patch 0009 kernel]missing maven class?

2014-11-10 Thread Vijayaratha Vijayasingam
On Tue, Nov 11, 2014 at 12:00 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Getting following at builder machine; ception in thread main java.lang.NoClassDefFoundError: org/apache/maven/surefire/booter/ForkedBooter Caused by: java.lang.ClassNotFoundException

Re: [Dev] [APIM] Integration tests for API Manager 1.8.0

2014-11-03 Thread Vijayaratha Vijayasingam
Sanjeewa; We fixed tests-new module only.. Tests module consists old testcases which are broken for some time. On 3 November 2014 16:11, Krishantha Samaraweera krishan...@wso2.com wrote: commit r205512 disable tests module from integration pom. Any idea why this module was disabled ? only a

Re: [Dev] Does Token API port need to be changed when there's a port-offset in APIM?

2014-11-03 Thread Vijayaratha Vijayasingam
Regenerate token does not use deployed rest APIs at gateway. On 3 November 2014 21:49, Bhathiya Jayasekara bhath...@wso2.com wrote: On Mon, Nov 3, 2014 at 9:48 PM, Udara Rathnayake uda...@wso2.com wrote: May be it's coming from the db if not expired. No, I'm generating a token for a new

Re: [Dev] Does Token API port need to be changed when there's a port-offset in APIM?

2014-11-03 Thread Vijayaratha Vijayasingam
they read KM endpoint info from api-manger.xml On 3 November 2014 22:00, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi Ratha, How does that happen then? Thanks, On Mon, Nov 3, 2014 at 9:59 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Regenerate token does not use deployed rest

Re: [Dev] Does Token API port need to be changed when there's a port-offset in APIM?

2014-11-03 Thread Vijayaratha Vijayasingam
value. Thanks, Colin Roy-Ehri Software Engineer *WSO2, Inc. : wso2.com http://wso2.com/* *Mobile* : 812-219-6517 On Mon, Nov 3, 2014 at 11:31 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: they read KM endpoint info from api-manger.xml On 3 November 2014 22:00, Bhathiya

[Dev] Can't we define more than 2 contexts for a carbon server?

2014-10-07 Thread Vijayaratha Vijayasingam
Hi; We would like to show 3 jaggery apps URLs in server console. But looks like carbon.ui component allows to read only two contexts?[1] It reads *default-context* and *default-additional-context *only as contextIds. If we want to show more URLs, looks like we can not? Am i trying something wrong?

[Dev] [Chunk13 build error] DSS product

2014-10-06 Thread Vijayaratha Vijayasingam
Getting; [INFO] BUILD FAILURE [INFO] [INFO] Total time: 47:16.937s [INFO] Finished at: Sun Oct 05 23:05:14 PDT 2014 [INFO] Final Memory: 300M/838M [INFO]

[Dev] [APIM -06-10-2014 Pack]

2014-10-06 Thread Vijayaratha Vijayasingam
Hi ; Please find pack here[1] [1] https://svn.wso2.org/repos/wso2/scratch/chunk13-release/06-10-2014/ I'll host p2 repo soon. Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [APIM -06-10-2014 Pack]

2014-10-06 Thread Vijayaratha Vijayasingam
I have uploaded p2 repo too. Thanks. On 6 October 2014 12:31, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi ; Please find pack here[1] [1] https://svn.wso2.org/repos/wso2/scratch/chunk13-release/06-10-2014/ I'll host p2 repo soon. Thanks. -- -Ratha -- -Ratha

[Dev] [Build error -chunk13] Identity compoenent

2014-10-05 Thread Vijayaratha Vijayasingam
Hi; Getting; Can IS team check this? Are we missing nay jar at nexus or do we need to update chunk poms with the missed components? INFO] BUILD FAILURE [INFO] [INFO] Total time: 14:48.334s [INFO] Finished at: Sun Oct 05

Re: [Dev] [Build error -chunk13] Identity compoenent

2014-10-05 Thread Vijayaratha Vijayasingam
is adding org.wso2.carbon.identity.relyingparty 4.2.1 into chunk pom Thanks, On Mon, Oct 6, 2014 at 10:28 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; Getting; Can IS team check this? Are we missing nay jar at nexus or do we need to update chunk poms with the missed components

Re: [Dev] [Build error -chunk13] Identity compoenent

2014-10-05 Thread Vijayaratha Vijayasingam
Sorry..got wrong..i correct it.. On 6 October 2014 10:41, Vijayaratha Vijayasingam rat...@wso2.com wrote: If not released you need to add that in chunk13 pom? On 6 October 2014 10:39, Darshana Gunawardana darsh...@wso2.com wrote: Hi Ratha, We haven't released org.wso2

Re: [Dev] [chunk13]DSS build error

2014-10-01 Thread Vijayaratha Vijayasingam
DS Team; Do you release with chunk-13? if so can you check this build error? It occurs in the clean repo Thanks On 29 September 2014 21:30, Vijayaratha Vijayasingam rat...@wso2.com wrote: [INFO] [INFO] BUILD FAILURE

Re: [Dev] [chunk13]p2-build error

2014-10-01 Thread Vijayaratha Vijayasingam
BAM team; Any update on this? Were you able to clean repository/pom? Thanks On 29 September 2014 21:58, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; Looks like data-bridge features are moved to chunk14? Can this p2 repo file cleaned? DSS team? er.feature-4.2.3.zip Downloading

[Dev] [chunk13]DSS build error

2014-09-29 Thread Vijayaratha Vijayasingam
[INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 43:48.025s [INFO] Finished at: Mon Sep 29 08:39:02 PDT 2014 [INFO] Final Memory: 578M/906M

[Dev] APIM -29/09 pack

2014-09-29 Thread Vijayaratha Vijayasingam
Hi; Pack can be found here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/29-09-2014/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [chunk13]p2-build error

2014-09-29 Thread Vijayaratha Vijayasingam
Hi; Looks like data-bridge features are moved to chunk14? Can this p2 repo file cleaned? DSS team? er.feature-4.2.3.zip Downloading:

[Dev] com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.NotSerializableException:

2014-09-25 Thread Vijayaratha Vijayasingam
Hi; Why do we get this error? TID: [0] [AM] [2014-09-25 11:22:16,194] ERROR {JAGGERY.site.pages.list-apis:jag} - com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.NotSerializableException: org.wso2.carbon.apimgt.impl.dto.UserRegistrationConfigDTO

Re: [Dev] com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.NotSerializableException:

2014-09-25 Thread Vijayaratha Vijayasingam
Sorry, figured out.. Thanks On 25 September 2014 17:40, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; Why do we get this error? TID: [0] [AM] [2014-09-25 11:22:16,194] ERROR {JAGGERY.site.pages.list-apis:jag} - com.hazelcast.nio.serialization.HazelcastSerializationException

Re: [Dev] Info about Encrypted data stored in registry in WSO2 products

2014-09-24 Thread Vijayaratha Vijayasingam
AM uses encryption (cipher tool) to store passwords of secured endpoint. Aliases will be stored under /repository/components/secure-vault. On 24 September 2014 15:03, Susinda Perera susi...@wso2.com wrote: Thanks Gihan Could you also tell me when ds is happen and where in registry those are

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Vijayaratha Vijayasingam
to release our BAM 2.5.0 Alpha with a clean repo. :) *Maninda Edirisooriya* Senior Software Engineer *WSO2, Inc.*lean.enterprise.middleware. *Blog* : http://maninda.blogspot.com/ *E-mail* : mani...@wso2.com *Skype* : @manindae *Twitter* : @maninda On Fri, Sep 12, 2014 at 6:35 PM, Vijayaratha

Re: [Dev] platform automation build error in chunk13

2014-09-14 Thread Vijayaratha Vijayasingam
.carbon.automation.test.platform.scenario:jar:tests:1.9.0 is the missing dependency. This artifact will get build only with tests. Thanks, Krishantha. On Sun, Sep 14, 2014 at 11:09 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: getting; INFO] WSO2 Platform Automated Suite - Parent project SUCCESS [0.004s] [INFO] WSO2

[Dev] {chunk 13 packs}-14-09-2014/

2014-09-14 Thread Vijayaratha Vijayasingam
Please find here; https://svn.wso2.org/repos/wso2/scratch/chunk13-release/14-09-2014/ Will commit p2 repo soon.. Thanks.. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] platform automation build error in chunk13

2014-09-14 Thread Vijayaratha Vijayasingam
. On Sun, Sep 14, 2014 at 10:02 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: yes.did since i got some integration test fails in DSS/appmgt.. skipped the tests..and separately built integration modules.. On 14 September 2014 21:56, Krishantha Samaraweera krishan...@wso2.com wrote: Are you

Re: [Dev] {chunk 13 packs}-14-09-2014/

2014-09-14 Thread Vijayaratha Vijayasingam
Amarasiri evanth...@wso2.com wrote: Hi Ratha, Have you guys done any configuration changes since the day you released 4th September packs? Regards, Evanthika On Sun, Sep 14, 2014 at 10:21 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Please find here; https://svn.wso2.org/repos/wso2

[Dev] platform automation build error in chunk13

2014-09-13 Thread Vijayaratha Vijayasingam
getting; INFO] WSO2 Platform Automated Suite - Parent project SUCCESS [0.004s] [INFO] WSO2 Platform Automated Suite - Artifact Repository SUCCESS [5.919s] [INFO] WSO2 Platform Automated Suite - Executor .. SUCCESS [3.992s] [INFO] WSO2 Platform Automated Suite - Platform scenarios

Re: [Dev] {chunk-13 packs}

2014-09-12 Thread Vijayaratha Vijayasingam
We see some blocking L1s, will be able to fix by EoD. Hopefully you can get pack tomorrow.. On 12 September 2014 11:10, Pavithra Madurangi pavit...@wso2.com wrote: Hi Ratha, When will we get the new 1.8.0 pack? Regards, Pavithra On Tue, Sep 9, 2014 at 12:48 PM, Vijayaratha Vijayasingam

Re: [Dev] {chunk-13 packs}

2014-09-12 Thread Vijayaratha Vijayasingam
:48 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi Pavithra.. I'll chk this in new build Thanks On 9 September 2014 12:29, Pavithra Madurangi pavit...@wso2.com wrote: Hi Ratha, With the p2 repo found at [1], I observed the exact issue reported at [2] when IS is configured

[Dev] missing jars/files in nexus

2014-09-12 Thread Vijayaratha Vijayasingam
hi Darshana; Can you commit these files o nexus? - org.wso2.carbon:tools-saml-feature:pom:4.2.0 - org.wso2.carbon:forum-feature:pom:4.2.0 Thanks. -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Enable domain based throttling for API Manager

2014-09-11 Thread Vijayaratha Vijayasingam
Lahiru; I checked the code, looks we check for Domain too.. You can simply define a throttle policy for domain and check.. To test this, if you face difficulty on how to set domain param, you can write simple axishandler and keep that @inflow and set REMOTE_HOST parameter with the configured

Re: [Dev] {chunk-13 packs}

2014-09-09 Thread Vijayaratha Vijayasingam
/APIMANAGER-2803 [3] https://svn.wso2.org/repos/wso2/scratch/chunk13-release/03-09-2014/ Regards, Pavithra On Fri, Sep 5, 2014 at 10:33 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi Evanthika, Use this packs fro testing; https://svn.wso2.org/repos/wso2/scratch/chunk13-release/04-09

Re: [Dev] Invitation: Code Review - API Manager self signup for tenant's API s... @ Tue Sep 9, 2014 12pm - 1pm (Vijayaratha Vijayasingam)

2014-09-09 Thread Vijayaratha Vijayasingam
https://maps.google.lk/maps?q=LK+3rd+Floor+Meeting+Room+-+Kernelhl=en) *Video call* https://plus.google.com/hangouts/_/wso2.com/chamilaa https://plus.google.com/hangouts/_/wso2.com/chamilaa?hceid=Y2hhbWlsYWFAd3NvMi5jb20.pt44aqhc4c3bnrr9f1mp5nnql0 *Calendar* Vijayaratha Vijayasingam *Who

Re: [Dev] Invoking a Synapse proxy service from within a custom Axis2 handler

2014-09-08 Thread Vijayaratha Vijayasingam
suggested to use a normal Axis2 service instead of a Synapse proxy to achieve this functionality. That way the built in service dispatch functionality of Axis2 can be utilized. +1 On 8 September 2014 11:24, Vijayaratha Vijayasingam rat...@wso2.com wrote: On 8 September 2014 07:49

Re: [Dev] Invoking a Synapse proxy service from within a custom Axis2 handler

2014-09-07 Thread Vijayaratha Vijayasingam
On 8 September 2014 07:49, Uvindra Dias Jayasinha uvin...@wso2.com wrote: Hi All, Im trying to invoke a a Synapse proxy service that will be running in an instance of ELB 2.1.1 via an Axis2 handler that will be also deployed in the ELB. If you directly send a request to the proxy deployed

Re: [Dev] chunk-13 packs 03/09/2014

2014-09-05 Thread Vijayaratha Vijayasingam
krishan...@wso2.com wrote: Hi Ratha, Can you share the integration test result report as well. Thanks, Krishantha. On Wed, Sep 3, 2014 at 4:56 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Please find packs here https://svn.wso2.org/repos/wso2/scratch/chunk13-release/03-09

[Dev] {chunk-13 packs}

2014-09-04 Thread Vijayaratha Vijayasingam
Hi Evanthika, Use this packs fro testing; https://svn.wso2.org/repos/wso2/scratch/chunk13-release/04-09-2014/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Looks like access token persistance stopped working with new improvements

2014-09-04 Thread Vijayaratha Vijayasingam
Thanks this works. On 4 September 2014 13:34, Prasad Tissera pras...@wso2.com wrote: Fixed with r206858. Please verify. Thanks. On Wed, Sep 3, 2014 at 7:30 PM, Prasad Tissera pras...@wso2.com wrote: We will look into this. Thanks. Regards, Prasad. On Sep 3, 2014 5:55 PM, Vijayaratha

[Dev] chunk-13 packs 03/09/2014

2014-09-03 Thread Vijayaratha Vijayasingam
Hi all; Please find packs here https://svn.wso2.org/repos/wso2/scratch/chunk13-release/03-09-2014/ -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Looks like access token persistance stopped working with new improvements

2014-09-03 Thread Vijayaratha Vijayasingam
IS team; The new perf improvement we did at Oauth component has broken the token persistency. In the new implementation, we save the tokens in a queue and allowing BE task to persist tokens. Looks like now, tokens are not persisting at all. I have waited more than 20 mins..DB is not getting

Re: [Dev] [chunk13]OAuth component compilation error

2014-09-02 Thread Vijayaratha Vijayasingam
@prasad pls fix. On 2 September 2014 18:09, Vijayaratha Vijayasingam rat...@wso2.com wrote: hi; [INFO] [INFO] Building WSO2 Carbon - OAuth 4.2.4 [INFO

[Dev] [chunk13]OAuth component compilation error

2014-09-02 Thread Vijayaratha Vijayasingam
hi; [INFO] [INFO] Building WSO2 Carbon - OAuth 4.2.4 [INFO] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @

[Dev] [chunk13]SAML component compilation error

2014-09-02 Thread Vijayaratha Vijayasingam
INFO] BUILD FAILURE [INFO] [INFO] Total time: 2:54.518s [INFO] Finished at: Tue Sep 02 07:23:15 PDT 2014 [INFO] Final Memory: 718M/905M [INFO]

Re: [Dev] [chunk13]SAML component compilation error

2014-09-02 Thread Vijayaratha Vijayasingam
IS team , why there are continuous build breaks/compilation errors? On 2 September 2014 20:01, Vijayaratha Vijayasingam rat...@wso2.com wrote: INFO] BUILD FAILURE [INFO] [INFO] Total time: 2:54.518s [INFO] Finished

[Dev] {chunk-13 pack -17/08/2014}

2014-08-17 Thread Vijayaratha Vijayasingam
Hi all; Please find pack here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/17-08-2014/ Thanks. -- -Ratha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] {chunk-13 } packs - 05/08/2014

2014-08-06 Thread Vijayaratha Vijayasingam
Hi all; Please find packs/p2/integration test report here *https://svn.wso2.org/repos/wso2/scratch/chunk13-release/06-08-2014/ https://svn.wso2.org/repos/wso2/scratch/chunk13-release/06-08-2014/* Thanks. -- -Ratha mobile: (+94)755906608 ___ Dev mailing

[Dev] {CHUNK 13 build failure}-cassandra componet

2014-08-05 Thread Vijayaratha Vijayasingam
Hi; [INFO] BUILD FAILURE [INFO] [INFO] Total time: 11:26.326s [INFO] Finished at: Tue Aug 05 04:03:34 PDT 2014 [INFO] Final Memory: 585M/899M [INFO]

Re: [Dev] {CHUNK 13 build failure}-cassandra componet

2014-08-05 Thread Vijayaratha Vijayasingam
builds fine..thanks. On 5 August 2014 17:06, Inosh Goonewardena in...@wso2.com wrote: Hi Ratha, Fixed. On Tue, Aug 5, 2014 at 4:41 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; [INFO] BUILD FAILURE [INFO

[Dev] BAM product p2 profile genration fails

2014-08-05 Thread Vijayaratha Vijayasingam
nstalling org.wso2.carbon.cassandra.dataaccess.feature.group 4.2.3. Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon - Cassandra Explorer Feature 4.2.3 (org.wso2.carbon.cassandra.explorer.feature.group

Re: [Dev] [important] API Manager Migration 1.6.0 to 1.7.0 in latest pack

2014-07-29 Thread Vijayaratha Vijayasingam
Hi Evanthika, We need to copy the Ant script to root folder if we are doing migration in windows OS, since there is an Ant bug . We will document this clearly in our 1.7.1 doc.. We have plan not to ship migration scripts with distribution rather will host them in svn..(we will discuss about this

[Dev] Chunk 13-packs -29/07/2014

2014-07-29 Thread Vijayaratha Vijayasingam
Hi; Please find packs+p2 repo here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/29-07-2014/ Thanks. -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Chunk 13-packs -29/07/2014

2014-07-29 Thread Vijayaratha Vijayasingam
at 1:06 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; Please find packs+p2 repo here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/29-07-2014/ Thanks. -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2

[Dev] Chunk 13 packs- 27/07/2014

2014-07-28 Thread Vijayaratha Vijayasingam
Hi all Please find the packs and p2 repo here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/28_07_2014/ Thanks. -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [API-M 1.7.1] - The publisher URL/API Console does not work out of the box if you set a port offset

2014-07-24 Thread Vijayaratha Vijayasingam
Thanks Madhuka..we will check.. On 24 July 2014 17:03, madhuka udantha madhukaudan...@gmail.com wrote: Hi, You can used 'loadConfig()' to load carbon config file and read 'offset' value. This can be helpful for the $subject var conf = carbon.server.loadConfig(config file) On Thu, Jul

[Dev] Idntity.application.mgt feature 4.2.1 is not updated in chunk13?

2014-07-24 Thread Vijayaratha Vijayasingam
IS team; I see a new version of org.wso2.carbon.identity.application.mgt feature 4.2.1 has been created..But chunk poms are not updated.. Please check.. -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2.org

Re: [Dev] Idntity.application.mgt feature 4.2.1 is not updated in chunk13?

2014-07-24 Thread Vijayaratha Vijayasingam
, Vijayaratha Vijayasingam rat...@wso2.com wrote: IS team; I see a new version of org.wso2.carbon.identity.application.mgt feature 4.2.1 has been created..But chunk poms are not updated.. Please check.. -- -Ratha mobile: (+94)755906608 ___ Dev

Re: [Dev] Application deployer gives issue in chunk13

2014-07-22 Thread Vijayaratha Vijayasingam
packs can be found here https://svn.wso2.org/repos/wso2/scratch/chunk13-release/22_07_2014/ On 22 July 2014 10:23, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; we are getting following issue in AM ; [2014-07-22 10:20:39,515] WARN - DefaultSchemaGenerator We don't support method

Re: [Dev] Application deployer gives issue in chunk13

2014-07-22 Thread Vijayaratha Vijayasingam
This issue is fixed.. On 22 July 2014 15:44, Shameera Rathnayaka shame...@wso2.com wrote: Fixed and committed to patch0009, Committed revision 205935. Thanks, Shameera. On Tue, Jul 22, 2014 at 12:12 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: packs can be found here https

[Dev] [Chunk-13 packs] -22nd july

2014-07-22 Thread Vijayaratha Vijayasingam
Hi; Packs can be found here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/22_07_2014_new/ Will host p2 repo soon.. Thanks. -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2.org

Re: [Dev] Please include Oauth component 4.2.4 in chunk13

2014-07-21 Thread Vijayaratha Vijayasingam
IS team.. Please ack.. On 21 July 2014 09:56, Vijayaratha Vijayasingam rat...@wso2.com wrote: IS team; I see OAUTH 4.2.4 component has been created some time back , but it has not been added in any of the chunk release..Hence please add that to chunk13 .(ie:components+ new version

  1   2   3   4   5   >