Re: [Dev] [CEP] Multithreading support in Siddhi

2014-07-15 Thread Sachini Jayasekara
Hi, Here is the performance results for filter queries with and without using disruptor. *1 filter query (events per second)* withwithout512032866489365050505675219451124746896552510986266401065291005 6626905535045569541035125577683994550994396887052561797869252085122951 6715917 *2 sequential

Re: [Dev] chunk13-build error

2014-07-15 Thread Sinthuja Ragendran
Hi Prasad, Please fix this ASAP. It's delaying getting the pack for QA for chunk-13 release. Thanks, Sinthuja. On Tue, Jul 15, 2014 at 10:55 AM, Vijayaratha Vijayasingam rat...@wso2.com wrote: No still not Features are broken..Please check ASAP NFO] Generating MANIFEST.MF [INFO]

Re: [Dev] [CEP] Multithreading support in Siddhi

2014-07-15 Thread Sriskandarajah Suhothayan
The results looks great, proving we are going in the correct path. Keep up the good work Suho On Tue, Jul 15, 2014 at 12:06 PM, Sachini Jayasekara sachi...@wso2.com wrote: Hi, Here is the performance results for filter queries with and without using disruptor. *1 filter query (events per

Re: [Dev] chunk13-build error

2014-07-15 Thread Prasad Tissera
Hi Sithuja, This is fixed, Please take a svn up from turing/features/idp-mg/. Thanks. Regards, Prasad. On Tue, Jul 15, 2014 at 12:20 PM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi Prasad, Please fix this ASAP. It's delaying getting the pack for QA for chunk-13 release. Thanks,

[Dev] Kernel gives issue in chunk13

2014-07-15 Thread Vijayaratha Vijayasingam
Hi core team; We are getting following issue.. packs can not be started .ou can find packs here[1] [1]https://svn.wso2.org/repos/wso2/scratch/chunk13-release/15_07_2014/ 2014-07-15 13:49:21,852] ERROR - ContainerBase A child container failed during start

Re: [Dev] Kernel gives issue in chunk13

2014-07-15 Thread Sameera Jayasoma
This is again related to spring-framework jar. KasunG, can you fix this properly? Thanks, Sameera. On Tue, Jul 15, 2014 at 1:52 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi core team; We are getting following issue.. packs can not be started .ou can find packs here[1]

Re: [Dev] Kernel gives issue in chunk13

2014-07-15 Thread Kasun Gajasinghe
The fix was to remove the META-INF/services/javax.servlet.ServletContainerInitializer file. But, with that patch, the file was not removed but only the content was removed. @Sameera, could you please remove the said file, and commit it? It seems there's no easy to provide a patch that deletes a

Re: [Dev] Kernel gives issue in chunk13

2014-07-15 Thread Sameera Jayasoma
Done. Thanks KasunG for the fix. On Tue, Jul 15, 2014 at 2:07 PM, Kasun Gajasinghe kas...@wso2.com wrote: The fix was to remove the META-INF/services/javax.servlet.ServletContainerInitializer file. But, with that patch, the file was not removed but only the content was removed. @Sameera,

[Dev] Spotted a migration issue in BPS git repository

2014-07-15 Thread Amal Gunatilake
Hi Maheshika, https://github.com/wso2/carbon-business-process/blob/master/features/bpel/org.wso2.carbon.bpel.b4p.feature It seems the B4P feature has not been migrated properly to the git repository. Instead of a directory it has created a file and inserted the pom.xml code inside. Anyhow the

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-07-15 Thread Nandika Jayawardana
Hi Pubudu, Looks good, Shall we do another review session. Let us know a convenient time for you. Also attach all your source code and documentation to the jira. Regards Nandika On Tue, Jul 15, 2014 at 11:49 AM, Pubudu Gunatilaka pubudu...@gmail.com wrote: Hi, According to the previous

Re: [Dev] Spotted a migration issue in BPS git repository

2014-07-15 Thread Maheshika Goonetilleke
Hi Amal It should go through the pr-builder and merge automatically. We will have to wait till the build completes to see if it is been merged. On Tue, Jul 15, 2014 at 2:33 PM, Amal Gunatilake am...@wso2.com wrote: Hi Maheshika,

[Dev] Jaggery documentation put function parameter order correction

2014-07-15 Thread Amal Gunatilake
Hi Team, In the jaggery documentation put function guide ( http://jaggeryjs.org/documentation.jag?api=put), it explains the parameters order should be as follows put(url[, data][, type][, headers][, success(data, xhr)]) but when I do the coding, I noticed that it should be in following order.

Re: [Dev] Spotted a migration issue in BPS git repository

2014-07-15 Thread Kasun Gajasinghe
Hi Amal, You need to commit your fix to the forked repo in wso2-dev, and send a Pull Request to wso2 main repo. KasunG On Tue, Jul 15, 2014 at 2:43 PM, Maheshika Goonetilleke mahesh...@wso2.com wrote: Hi Amal It should go through the pr-builder and merge automatically. We will have to

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-07-15 Thread Pubudu Gunatilaka
Hi Nandika, This week I am busy with University work and will be free in next week. I will let you know the time for a review session. Thank you. On Tue, Jul 15, 2014 at 2:35 PM, Nandika Jayawardana nand...@wso2.com wrote: Hi Pubudu, Looks good, Shall we do another review session. Let us

Re: [Dev] ESB sample 363 giving eoor

2014-07-15 Thread Waruna Perera
Hi, I found that in the document[1] synapse config should be changed as follows. existing config urlrmi://localhost:2199/url Correct config urlrmi://localhost:/url [1] http://docs.wso2.com/display/ESB481/Sample+363%3A+Reusable+Database+Connection+Pools On Tue, Jul 15, 2014 at 10:54 AM,

Re: [Dev] [CEP] Multithreading support in Siddhi

2014-07-15 Thread Srinath Perera
what do you mean by 16 sequential CEP queries? are they running in parallel? :) Also how much was the load average (use top) when you running 16 queries and how many cores do you have? --Srinath On Tue, Jul 15, 2014 at 12:29 PM, Sriskandarajah Suhothayan s...@wso2.com wrote: The results

Re: [Dev] Spotted a migration issue in BPS git repository

2014-07-15 Thread Amal Gunatilake
Thanks for the info. I'll follow the instructions. Thank you Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware On Tue, Jul 15, 2014 at 2:47 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Amal, You need to commit your fix to the

Re: [Dev] Jaggery post method doesn't modify the content type when header is passed

2014-07-15 Thread Amal Gunatilake
Hi Dakshika, The Users and Roles menu is missing in the Configuration navigation bar. Hence I'm unable to create new users in the new ALPHA4 pack provided. Please check and let me know. [image: Inline image 1] Thank you Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.;

Re: [Dev] [CEP] Multithreading support in Siddhi

2014-07-15 Thread Sachini Jayasekara
It's a chain of 16 filter queries. Results of one filter query goes to next one. processor: corei7 load average: 2.43 Thanks On Tue, Jul 15, 2014 at 2:54 PM, Srinath Perera srin...@wso2.com wrote: what do you mean by 16 sequential CEP queries? are they running in parallel? :) Also how

Re: [Dev] Jaggery post method doesn't modify the content type when header is passed

2014-07-15 Thread Dakshika Jayathilaka
Hi, We'll check that, for the time being try to install from p2. Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jul 15, 2014 at 9:43 AM, Amal Gunatilake am...@wso2.com wrote: Hi Dakshika, The Users and Roles menu is missing in

Re: [Dev] Kernel gives issue in chunk13

2014-07-15 Thread Vijayaratha Vijayasingam
It fixed.. Thanks.. On 15 July 2014 14:18, Sameera Jayasoma same...@wso2.com wrote: Done. Thanks KasunG for the fix. On Tue, Jul 15, 2014 at 2:07 PM, Kasun Gajasinghe kas...@wso2.com wrote: The fix was to remove the META-INF/services/javax.servlet.ServletContainerInitializer file. But,

[Dev] chunk13 packs

2014-07-15 Thread Vijayaratha Vijayasingam
Hi ; Please find packs https://svn.wso2.org/repos/wso2/scratch/chunk13-release/15_07_2014_new/ @Evanthika.. Please report issues.. Thanks -- -Ratha mobile: (+94)755906608 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Don't we need to update Maven-site plugin version?

2014-07-15 Thread Vijayaratha Vijayasingam
Hi all; Im getting following issue;[1] in maven 3.2.2 version; This issue is reported and solution is to upgrade the site plugin version to 3.3..[2] i changed locally looks it builds fine to me.. [2] http://dougchang333.blogspot.com/2013/11/hadoop-build-error-javalangnoclassdeffo.html [1] INFO]

[Dev] org.wso2.carbon.databridge.cassandra.feature do not have a 4.3.0 counterpart in Github

2014-07-15 Thread Udara Rathnayake
Hi all, Any reason for the $Subject? Regards, UdaraR -- *Udara Rathnayake* Software Engineer WSO2 Inc. : http://wso2.com Mobile : +94 772207239 Twitter : http://twitter.com/udarakr Blog: http://udarakr.blogspot.com ___ Dev mailing list

Re: [Dev] Don't we need to update Maven-site plugin version?

2014-07-15 Thread Kasun Gajasinghe
I think Carbon products are tested to be buildable in Maven 3.0.x. If you need to update this plugin version, make sure that it works with Maven 3.0.x as well. The latest Maven release in that branch is 3.0.5. Thanks, KasunG On Tue, Jul 15, 2014 at 4:24 PM, Vijayaratha Vijayasingam

[Dev] Error when generating AS JiBX Sample

2014-07-15 Thread Chamila De Alwis
Hi, I'm getting the following error when running ant from the Jibx sample folder. [bind] Using the following binding paths: [bind] conf/jibx_unwrapped.xml [bind] Running binding compiler version jibx_1_2_1 [bind] Error running binding compiler [bind]

Re: [Dev] Error when generating AS JiBX Sample

2014-07-15 Thread Chamila De Alwis
Forgot to mention that I'm using Application Server version 5.2.1. On Tue, Jul 15, 2014 at 5:31 PM, Chamila De Alwis chami...@wso2.com wrote: Hi, I'm getting the following error when running ant from the Jibx sample folder. [bind] Using the following binding paths: [bind]

Re: [Dev] chunk13 packs

2014-07-15 Thread Evanthika Amarasiri
Did a smoke test for API-M. The issues we noticed in the previous pack are all fixed. We will replace the setup with the latest packs and continue testing. Regards, Evanthika On Tue, Jul 15, 2014 at 4:20 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi ; Please find packs

Re: [Dev] chunk13 packs

2014-07-15 Thread Vijayaratha Vijayasingam
thanks Evanthika..pls report under 1.7.1.. On 15 July 2014 17:42, Evanthika Amarasiri evanth...@wso2.com wrote: Did a smoke test for API-M. The issues we noticed in the previous pack are all fixed. We will replace the setup with the latest packs and continue testing. Regards, Evanthika

[Dev] Commit patch to patch0009

2014-07-15 Thread Nuwan Dias
Hi, @Kernel team, could you please commit the attached patch to patch0009? Note that you will need to do an svn add on orbit/poi-ooxml/ Thanks, NuwanD. -- Nuwan Dias Associate Tech Lead - WSO2, Inc. http://wso2.com email : nuw...@wso2.com Phone : +94 777 775 729 patch0009.patch

Re: [Dev] chunk13 packs

2014-07-15 Thread Evanthika Amarasiri
Will do. ​Regards, Evanthika On Tue, Jul 15, 2014 at 5:47 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: thanks Evanthika..pls report under 1.7.1.. On 15 July 2014 17:42, Evanthika Amarasiri evanth...@wso2.com wrote: Did a smoke test for API-M. The issues we noticed in the previous

[Dev] Is BSD compatible with Apache2.0 license?

2014-07-15 Thread Gimantha Bandara
Hi all, D3.js[1] has nice graphs and tables for data visualization and can be used for BAM toolbox dash boards. D3.js comes with BSD license. Is it possible to use BSD licensed libraries for our products? [1] http://d3js.org/ Thanks, Gimantha -- Gimantha Bandara Software Engineer WSO2. Inc :

[Dev] [Build issue]Checksum validation failed

2014-07-15 Thread Vijayaratha Vijayasingam
Hi all; Anyone knows how to overcome this? if i do offline build then i miss libraries which are need to be downloaded.. Any fix? INFO] [INFO] Building WSO2 Carbon - HostObject for API management 1.2.3 [INFO]

Re: [Dev] [Build issue]Checksum validation failed

2014-07-15 Thread Thanuja Jayasinghe
Hi Ratha, As a work around you can use -c command line option. Thanks, Thanuja. On Tue, Jul 15, 2014 at 6:39 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Anyone knows how to overcome this? if i do offline build then i miss libraries which are need to be downloaded.. Any

Re: [Dev] Is BSD compatible with Apache2.0 license?

2014-07-15 Thread Kasun Gajasinghe
BSD licenses are compatible with ASL 2.0 license. Will this library replace the current graphs library that we ship? Regards, KasunG On Tue, Jul 15, 2014 at 6:37 PM, Gimantha Bandara giman...@wso2.com wrote: Hi all, D3.js[1] has nice graphs and tables for data visualization and can be used

[Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Jeewantha Dharmaparakrama
Hi All, We do not ship Tribes now AFAIK. In that case can we cluster axis2 server with Hazalcast? Thanks, Jeewantha -- Jeewantha Dharmaparakrama Software Engineer; WSO2, Inc.; http://wso2.com/ Phone : (+94) 778403757 Blog: http://jeewanthad.blogspot.com/

Re: [Dev] Is BSD compatible with Apache2.0 license?

2014-07-15 Thread Gimantha Bandara
Hi Kasun, Thank for the info and this library will be used only for the log management toolbox and it won't affect the current graph libraries. Thanks, Gimantha On Tue, Jul 15, 2014 at 6:58 PM, Kasun Gajasinghe kas...@wso2.com wrote: BSD licenses are compatible with ASL 2.0 license. Will

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Kasun Gajasinghe
Hi Jeewantha, What's the exact requirement you are trying to achieve here? On Tue, Jul 15, 2014 at 7:05 PM, Jeewantha Dharmaparakrama jeewan...@wso2.com wrote: Hi All, We do not ship Tribes now AFAIK. In that case can we cluster axis2 server with Hazalcast? Thanks, Jeewantha --

Re: [Dev] Invitation: Code Review - APPMGR Publish Application Executors @ Tue Jul 15, 2014 3:30am - 4am (Sumedha Rubasinghe)

2014-07-15 Thread Sumedha Rubasinghe
Did this happen? Notes? On Sun, Jul 13, 2014 at 7:00 PM, Ruwan Yatawara ruw...@wso2.com wrote: more details »

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Jeewantha Dharmaparakrama
To use dynamic load balancing with multiple axis2 nodes. [1] [1] https://docs.wso2.com/display/ESB481/Sample+57%3A+Dynamic+Load+Balancing+between+Three+Nodes On Tue, Jul 15, 2014 at 7:16 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Jeewantha, What's the exact requirement you are trying to

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Kasun Gajasinghe
Technically, you should be able to since the Hazelcast clustering in Carbon has been implemented using Axis2 clustering interfaces. You can try by replacing the tribes clustering agent with hz clustering agent in axis2.xml, and adding org.wso2.carbon.core/Hz as a dependency. Org.wso2.carbon.core

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Sameera Jayasoma
Hi Kasun/Jeewantha, I don't think its possible. HZ based clustering implementation uses Carbon kernel internals. So you cannot simply replace the existing Tribes based implementation with HZ base impl that easily. Thanks, Sameera. On Tue, Jul 15, 2014 at 7:31 PM, Kasun Gajasinghe

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Afkham Azeez
Yes, it is coupled with Carbon. Why can't they use AppServer instead of Axis2? On Tue, Jul 15, 2014 at 7:38 PM, Sameera Jayasoma same...@wso2.com wrote: Hi Kasun/Jeewantha, I don't think its possible. HZ based clustering implementation uses Carbon kernel internals. So you cannot simply

Re: [Dev] Commit patch to patch0009

2014-07-15 Thread Sameera Jayasoma
Do we have a public Jira for this issue? Thanks, Sameera. On Tue, Jul 15, 2014 at 5:48 PM, Nuwan Dias nuw...@wso2.com wrote: Hi, @Kernel team, could you please commit the attached patch to patch0009? Note that you will need to do an svn add on orbit/poi-ooxml/ Thanks, NuwanD. --

[Dev] Automated test case for ESB sample 705

2014-07-15 Thread Waruna Perera
Hi, I am trying to write a test case for [1]. In this scenario ESB uses Message Forwarding Processor to forwards requests in a load balance scenario. My first approach was to alter the sample a bit by sending messages to three different JMS queues and check the message count. As I understood it

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Jeewantha Dharmaparakrama
On Tue, Jul 15, 2014 at 7:59 PM, Afkham Azeez az...@wso2.com wrote: Yes, it is coupled with Carbon. Why can't they use AppServer instead of Axis2? On Tue, Jul 15, 2014 at 7:38 PM, Sameera Jayasoma same...@wso2.com wrote: Hi Kasun/Jeewantha, I don't think its possible. HZ based

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Sameera Jayasoma
We can ask people to use WSO2 AS instead of the simple axis2 server. Just a thought. On Tue, Jul 15, 2014 at 9:29 PM, Jeewantha Dharmaparakrama jeewan...@wso2.com wrote: On Tue, Jul 15, 2014 at 7:59 PM, Afkham Azeez az...@wso2.com wrote: Yes, it is coupled with Carbon. Why can't they use

Re: [Dev] Invitation: Code Review - APPMGR Publish Application Executors @ Tue Jul 15, 2014 3:30am - 4am (Sumedha Rubasinghe)

2014-07-15 Thread Ruwan Yatawara
Yes. We did this today. Dinusha will be sharing the notes shortly. One point we came across during this is that, the publish application request rejection workflow is currently broken. This is because of us not being able to make a connection between the created - rejected state in the registry

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Sagara Gunathunga
On Tue, Jul 15, 2014 at 9:37 PM, Sameera Jayasoma same...@wso2.com wrote: We can ask people to use WSO2 AS instead of the simple axis2 server. Just a thought. +1 AFAIK Simple Axis2 server is not recommended for productions systems it was not developed to support production qualities instead

Re: [Dev] Invitation: Code Review - APPMGR Publish Application Executors @ Tue Jul 15, 2014 3:30am - 4am (Sumedha Rubasinghe)

2014-07-15 Thread Dinusha Senanayaka
On Tue, Jul 15, 2014 at 7:15 PM, Sumedha Rubasinghe sume...@wso2.com wrote: Did this happen? Notes? Yes.. Sorry for not sending the notes earlier. Review Notes: - There were several places that has only logged the exceptions, need to throw them and handle exceptions properly. - Other major

Re: [Dev] Commit patch to patch0009

2014-07-15 Thread Nuwan Dias
Just created one. Here it is [1] [1] - https://wso2.org/jira/browse/APIMANAGER-2610 On Tue, Jul 15, 2014 at 8:02 PM, Sameera Jayasoma same...@wso2.com wrote: Do we have a public Jira for this issue? Thanks, Sameera. On Tue, Jul 15, 2014 at 5:48 PM, Nuwan Dias nuw...@wso2.com wrote:

Re: [Dev] Commit patch to patch0009

2014-07-15 Thread Sameera Jayasoma
Committed the patch. On Tue, Jul 15, 2014 at 10:17 PM, Nuwan Dias nuw...@wso2.com wrote: Just created one. Here it is [1] [1] - https://wso2.org/jira/browse/APIMANAGER-2610 On Tue, Jul 15, 2014 at 8:02 PM, Sameera Jayasoma same...@wso2.com wrote: Do we have a public Jira for this

Re: [Dev] Commit patch to patch0009

2014-07-15 Thread Nuwan Dias
Thanks Sameera. Regards, NuwanD. On Tue, Jul 15, 2014 at 10:23 PM, Sameera Jayasoma same...@wso2.com wrote: Committed the patch. On Tue, Jul 15, 2014 at 10:17 PM, Nuwan Dias nuw...@wso2.com wrote: Just created one. Here it is [1] [1] - https://wso2.org/jira/browse/APIMANAGER-2610 On

Re: [Dev] [Build issue]Checksum validation failed

2014-07-15 Thread Vijayaratha Vijayasingam
Thanks that works.. On 15 July 2014 18:49, Thanuja Jayasinghe than...@wso2.com wrote: Hi Ratha, As a work around you can use -c command line option. Thanks, Thanuja. On Tue, Jul 15, 2014 at 6:39 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; Anyone knows how to

Re: [Dev] org.wso2.carbon.databridge.cassandra.feature do not have a 4.3.0 counterpart in Github

2014-07-15 Thread Mohanadarshan Vivekanandalingam
Hi Udara, I think there are some databridge features not moved to github. Not only databridge.cassandra.feature, some other databridge features are also missing. Above features are actually required for BAM product. Since BAM team is not doing any active development in github, these are not

Re: [Dev] [Build issue]Checksum validation failed

2014-07-15 Thread Ruwan Yatawara
Hi Ratha, Rather than doing a -c, u can change the check sum policy to warn instead of fail. That will fix this issue. Currently it should be fail. Thanks, Ruwan - sent from my mobile. On 15 Jul 2014 22:42, Vijayaratha Vijayasingam rat...@wso2.com wrote: Thanks that works.. On 15 July

Re: [Dev] How to add a new User member to a Group in SCIM

2014-07-15 Thread Darshana Gunawardana
Hi Gayan, Have you found the way to do $subject? AFAIK, this functionality does not supported. If you have to add user to some group using scim, * Either you have to include that user while creating the group * Or you have to update role list of user. Thanks, Darshana On Mon, Jul 14, 2014 at

Re: [Dev] Webapps are not shown in Store UI in App-Manager Distributed Setup

2014-07-15 Thread Ajith Vitharana
This can be due to registry caching not updating properly in the distributed setup. Please double check the mount config. Thanks Ajith On Fri, Jul 11, 2014 at 12:15 PM, Rajeeva Uthayasangar raje...@wso2.com wrote: Hi, I'm testing the App-Manager in a distributed deployment with mounted

Re: [Dev] Automated test case for ESB sample 705

2014-07-15 Thread Krishantha Samaraweera
Hi Waruna, You can use WireMonitor server [1] provided by TAF for this. Wire Monitor Server can be used to capture messages sent from ESB to the backend server. You can configure the sample to send messages to the wire monitor endpoint instead of the real backend and check whether the wire level

[Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
Hi, After I execute the ESB sample 101; noticed the following errors in consoles, Any idea about this? *ESB console* [2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be found for the endpoint reference (EPR) http://www.w3.org/2005/08/addressing/anonymous

Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Sandamal Weerasinghe
Hi Amalka, First you need to deploy the ReliableStockQuoteService in Axis2. Then in {ESB HOME}/repository/conf/carbon.xml change the configuration file to axis2_nhttp.xml COMMENT THIS - ConfigurationFile${carbon.home}/repository/conf/axis2/axis2.xml/ConfigurationFile ADD THIS -

[Dev] LoginListener not catching login events

2014-07-15 Thread Denuwanthi De Silva
Hi, The LoginListener (RXTLoader.java) does not seems to catch the login events invoked inside 'AuthenticationAdmin' backend service login method. (but works fine with the UI loggings) What could be the cause? Thanks, -- Denuwanthi De Silva Software Engineer; WSO2 Inc.; http://wso2.com,

Re: [Dev] LoginListener not catching login events

2014-07-15 Thread Ajith Vitharana
On Wed, Jul 16, 2014 at 10:54 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Hi, The LoginListener (RXTLoader.java) does not seems to catch the login events invoked inside 'AuthenticationAdmin' backend service login method. (but works fine with the UI loggings) What could be the cause?

Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
Hi Sandamal, Yeah I did the changes you have specified before execute the query. That's y i'm getting following message *Wed Jul 16 10:19:11 IST 2014 samples.services.* *ReliableStockQuoteService :: Generating quote for : IBM* 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging

Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
On Wed, Jul 16, 2014 at 11:11 AM, Amalka Subasinghe ama...@wso2.com wrote: Hi Sandamal, Yeah I did the changes you have specified before execute the query. That's y i'm getting following message *Wed Jul 16 10:19:11 IST 2014 samples.services.* *ReliableStockQuoteService :: Generating

Re: [Dev] Webapps are not shown in Store UI in App-Manager Distributed Setup

2014-07-15 Thread Rajeeva Uthayasangar
Hi, Please find the mount config below: registry.xml (Publisher/Store/Gateway) -- dbConfig name=govregistry dataSourcejdbc/WSO2REG_DB/dataSource /dbConfig remoteInstance url=https://store.apim-wso2.com; idgov/id