[Dev] Compile error while building ESB integration tests

2014-11-05 Thread Omindu Rathnaweera
Hi, I was trying to write a test case for ESB. When building the tests, the following error occurred. [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

Re: [Dev] [APIM][BAM] Breaking analytic hive script to prevent fail entirely when one CF failed to create

2014-11-05 Thread Lakshman Udayakantha
Hi Gihan, I didn't use any tool to explorer the h2 database. just checked the published statistics in APIM publisher GUI and as you mentioned AUTOSERVER property is true by default. Any other clue to spot the error? Thanks On Wed, Nov 5, 2014 at 1:58 PM, Gihan Anuruddha gi...@wso2.com wrote:

Re: [Dev] [APIM][BAM] Breaking analytic hive script to prevent fail entirely when one CF failed to create

2014-11-05 Thread Gihan Anuruddha
Might be meta database got corrupted. Delete metastore_db.h2.db in BAM_HOME/repository/database and try. On Wed, Nov 5, 2014 at 2:10 PM, Lakshman Udayakantha lakshm...@wso2.com wrote: Hi Gihan, I didn't use any tool to explorer the h2 database. just checked the published statistics in APIM

Re: [Dev] [APIM][BAM] Breaking analytic hive script to prevent fail entirely when one CF failed to create

2014-11-05 Thread Lakshman Udayakantha
Hi Gihan, Yes. That's the case. When I delete the metastore all errors are gone. Publishing is also ok. But when I restart the BAM instance errors are appeared again. any idea why is that? Thanks On Wed, Nov 5, 2014 at 2:22 PM, Gihan Anuruddha gi...@wso2.com wrote: Might be meta database got

[Dev] Act-as scenario bug fix for SAMLTokenIssuer [Rampart]

2014-11-05 Thread Chan
Hi guys, There is a bug in the SAMLTokenIssuer class in rampart-trust module. I am attaching the svn diff for the fix. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* *

Re: [Dev] Act-as scenario bug fix for SAMLTokenIssuer [Rampart]

2014-11-05 Thread Chan
Adding the correct Ishara On Wed, Nov 5, 2014 at 3:06 PM, Chan duli...@wso2.com wrote: Hi guys, There is a bug in the SAMLTokenIssuer class in rampart-trust module. I am attaching the svn diff for the fix. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2

Re: [Dev] [APIM][BAM] Breaking analytic hive script to prevent fail entirely when one CF failed to create

2014-11-05 Thread Lakshman Udayakantha
Hi Gihan, As per the offline discussion with you, I changed the cron values that are not overlapping(prime numbers) in analyzers.properties file. Now errors are not appearing. publishing is also happening successfully. The reason was when running several hive scripts at the same time, h2 meta

Re: [Dev] [ESB 4.8.1] Updating Iterate mediator Target will remove all data in Target

2014-11-05 Thread Dilan Udara Ariyaratne
Hi Eranda, What do you mean by saying 3. Select Target of the Iterate mediator? Anyway, I just copy-pasted the configuration you have mentioned in the Source-view and clicked on Update. It ended up having the following, just omitting the /address part. iterate

Re: [Dev] [ESB 4.8.1] Updating Iterate mediator Target will remove all data in Target

2014-11-05 Thread Dilan Udara Ariyaratne
Keep the address tag as follows (empty-tag) and give a try since you are not going to have any values inside, except the attributes. address uri=http://localhost:9000/services/SimpleStockQuoteService/ Cheers. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile:

Re: [Dev] [APIM][BAM] Breaking analytic hive script to prevent fail entirely when one CF failed to create

2014-11-05 Thread Lakshman Udayakantha
adding Amani and NuwanD. On Wed, Nov 5, 2014 at 3:56 PM, Lakshman Udayakantha lakshm...@wso2.com wrote: Hi Gihan, As per the offline discussion with you, I changed the cron values that are not overlapping(prime numbers) in analyzers.properties file. Now errors are not appearing. publishing

Re: [Dev] Able to install Features without licenses

2014-11-05 Thread Kishanthan Thangarajah
Hi Niranjan, We need to properly fix these. When a user selects some features to be installed, the installation should only proceed when all features have Licence information and user has accepted all of them (if there are multiple licences). Also on the licence info page, we need show which

Re: [Dev] [AF] Problem occurred while moving undeploy functionality to appfactory.deployers

2014-11-05 Thread Mahesh Chinthaka
Hi all, After discussing with team I will be implementing this scenario in below described way, 1. We will have a Interface called *Undeployer* in *appfactory.core* and this interface will be registered as a OSGi Service. 2. There will be a class called *AbstractStratosUndeployer* in

Re: [Dev] Able to install Features without licenses

2014-11-05 Thread Niranjan Karunanandham
Thanks Kishanthan. I have updated the JIRA with the improvement to show the features that belong each license. Regards, Nira On Wed, Nov 5, 2014 at 4:46 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Niranjan, We need to properly fix these. When a user selects some features to be

Re: [Dev] When one or more worker nodes are shutdown in a cluster ELB stops sending requests to workers after sometime

2014-11-05 Thread Kishanthan Thangarajah
Gayashan, please share your latest findings on this. When we see the member left msg, the current member list is updated with that event (the member gets removed). So above can occur if that is not happening accordingly. We should also compare the same with and without hazelcast upgrade. On Fri,

Re: [Dev] Able to install Features without licenses

2014-11-05 Thread Kishanthan Thangarajah
Also please arrange a code review for this. On Wed, Nov 5, 2014 at 5:32 PM, Niranjan Karunanandham niran...@wso2.com wrote: Thanks Kishanthan. I have updated the JIRA with the improvement to show the features that belong each license. Regards, Nira On Wed, Nov 5, 2014 at 4:46 PM,

[Dev] Siddhi Query error

2014-11-05 Thread Chamin Nalinda
Hi Appreciate your help to solve the following issue. *Error Message* *line 4:67 no viable alternative at input '.'* *Siddhi query* // *Imported from transactionInStream:1.0.0* define stream *transactionInStream* ( *transaction_id* string, *pan* string, *ticket_type* string, *amount* double,

Re: [Dev] Siddhi Query error

2014-11-05 Thread Seshika Fernando
Could it be that you have used av*a*Table.avg_amount instead of av*g*Table.avg_amount ? On Wed, Nov 5, 2014 at 6:01 PM, Chamin Nalinda cha...@wso2.com wrote: Hi Appreciate your help to solve the following issue. *Error Message* *line 4:67 no viable alternative at input '.'* *Siddhi

[Dev] [DEV][APPFAC] Please commit the patch

2014-11-05 Thread Roshan Deniyage
Hi Harsha, Please commit the attached patch for JIRA [1] ​, which includes the enhancements after code review.​ [1] ​ https://wso2.org/jira/browse/APPFAC-2580 *​​https://wso2.org/jira/browse/APPFAC-2585 https://wso2.org/jira/browse/APPFAC-2585​* Thanks, Roshan Deniyage WSO2, Inc:

Re: [Dev] Siddhi Query error

2014-11-05 Thread Chamin Nalinda
Hi , I made the change, but still the same On Wed, Nov 5, 2014 at 6:11 PM, Seshika Fernando sesh...@wso2.com wrote: Could it be that you have used av*a*Table.avg_amount instead of av*g*Table.avg_amount ? On Wed, Nov 5, 2014 at 6:01 PM, Chamin Nalinda cha...@wso2.com wrote: Hi

Re: [Dev] Siddhi Query error

2014-11-05 Thread Tishan Dahanayakage
Hi Chamin, Adding to Sheshika you need to change your Siddhi query as follows too. You can't rename inside a condition. Changes made at line 2. Please refer [1] for Siddhi language specification. from transactionInStream join avgTable on transactionInStream.pan == avgTable.pan and

Re: [Dev] Siddhi Query error

2014-11-05 Thread Chamin Nalinda
Hi Tishan, Your answer solved the issue. Thanks heaps. On Wed, Nov 5, 2014 at 6:18 PM, Tishan Dahanayakage tis...@wso2.com wrote: Hi Chamin, Adding to Sheshika you need to change your Siddhi query as follows too. You can't rename inside a condition. Changes made at line 2. Please refer [1]

Re: [Dev] WSO2 Committers += Milinda Perera

2014-11-05 Thread Gayan Gunawardana
Congratzzz Milinda! On Tue, Nov 4, 2014 at 11:20 AM, Priyadarssini Kishokumar priyadarss...@wso2.com wrote: Congrats Milinda! On Tue, Nov 4, 2014 at 10:45 AM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Milinda! On Thu, Oct 30, 2014 at 6:56 AM, Akila Ravihansa Perera

Re: [Dev] WSO2 Committers += Niranjan Karunanandham

2014-11-05 Thread Danesh Kuruppu
Congrats Niranjan..!!! On Wed, Nov 5, 2014 at 1:23 PM, Priyadarssini Kishokumar priyadarss...@wso2.com wrote: Congratulations Niranjan ! On Wed, Nov 5, 2014 at 12:30 PM, Chan duli...@wso2.com wrote: Congratz ! On Wed, Nov 5, 2014 at 9:37 AM, Sam Sivayogam s...@wso2.com wrote: Congrats

[Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Ramith Jayasinghe
Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer. Keep up the good work! thanks and best regards, -- Ramith Jayasinghe Technical Lead WSO2 Inc., http://wso2.com lean.enterprise.middleware E: ram...@wso2.com

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Mahesh Chinthaka
Congratulations Asanka...!!! On Wed, Nov 5, 2014 at 10:07 PM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer. Keep up the good work! thanks and best regards, -- Ramith Jayasinghe Technical Lead

[Dev] [CEP][G-Reg] Retrieving a specific file from the Registry

2014-11-05 Thread Madhawa Gunasekara
Hi All, I'm trying to write a CEP extension to load a trained model (which is stored as a file in the Registry). I'm sending filename as a parameter for the extension.Therefore my extension should search and retrieve the specific file from the RegistryDB. How can I access the RegistryDB to

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Malintha Adikari
Congratulations... On Wed, Nov 5, 2014 at 4:46 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Congratulations Asanka...!!! On Wed, Nov 5, 2014 at 10:07 PM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2

Re: [Dev] Automate OpenID to SAML federation flow - How to start two IS instances with different hostnames

2014-11-05 Thread Johann Nallathamby
Can you try configuring two IS instances, with hostnames, one with localhost (default) and one with the IP of the machine. Even 127.0.0.1 should work. This way you don't need to change anything in /etc/hosts. On Wed, Nov 5, 2014 at 12:37 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Rajith Vitharana
Congratulations Asanka ... !! On Wed, Nov 5, 2014 at 8:37 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer. Keep up the good work! thanks and best regards, -- Ramith Jayasinghe Technical Lead

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Harsha Kumara
Congratulations Asanka! On Wed, Nov 5, 2014 at 11:27 PM, Rajith Vitharana raji...@wso2.com wrote: Congratulations Asanka ... !! On Wed, Nov 5, 2014 at 8:37 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2

[Dev] Jars to be included for code coverage - Storage Server

2014-11-05 Thread Krishantha Samaraweera
Hi Prabath, Can you list the jars should be included for code coverage generation for Storage Server. Only jar files at $CARBON_HOME/repository/components/plugin is valid for inclusion. Thanks, Krishantha. -- Krishantha Samaraweera Senior Technical Lead - Test Automation Mobile: +94 77

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Hasitha Hiranya
Congratulations, Asanka...!!! On Wed, Nov 5, 2014 at 11:29 PM, Harsha Kumara hars...@wso2.com wrote: Congratulations Asanka! On Wed, Nov 5, 2014 at 11:27 PM, Rajith Vitharana raji...@wso2.com wrote: Congratulations Asanka ... !! On Wed, Nov 5, 2014 at 8:37 AM, Ramith Jayasinghe

Re: [Dev] clarification on hive-site.xml

2014-11-05 Thread Sinthuja Ragendran
Hi shavantha, As per now it only supports one cassandra host entry, and this property is only used for Case-4 of [1]. [1] https://docs.wso2.com/display/BAM241/Incremental+Analysis. Thanks, Sinthuja. On Wed, Nov 5, 2014 at 2:13 AM, Shavantha Weerasinghe shavan...@wso2.com wrote: Hi Sinthuja

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Dilan Udara Ariyaratne
Congratulations, Asanka...!!! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware On Wed, Nov 5, 2014 at 11:55 PM, Hasitha Hiranya hasit...@wso2.com wrote: Congratulations, Asanka...!!! On Wed, Nov 5, 2014 at 11:29 PM,

Re: [Dev] Compile error while building ESB integration tests

2014-11-05 Thread Dilan Udara Ariyaratne
Hi Omindu, I have checked for the ContentTypeCharsetTestCase.java class in the latest product-esb-master in github and found out that the line referencing the SimulatedService class has been commented as follows and not been used. //SimpleWebServer simpleWebServer = new SimulatedService(port,

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Sameera Jayaratna
Congratulations Asanka!!! On Thu, Nov 6, 2014 at 6:10 AM, Dilan Udara Ariyaratne dil...@wso2.com wrote: Congratulations, Asanka...!!! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware On Wed, Nov 5, 2014 at 11:55 PM,

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Gayashan Amarasinghe
Congratulations Asanka :) Gayashan Amarasinghe (sent from mobile) On 6 Nov 2014 06:11, Dilan Udara Ariyaratne dil...@wso2.com wrote: Congratulations, Asanka...!!! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Sachini Jayasekara
Congratulations Asanka!!! On Thu, Nov 6, 2014 at 8:36 AM, Gayashan Amarasinghe gayas...@wso2.com wrote: Congratulations Asanka :) Gayashan Amarasinghe (sent from mobile) On 6 Nov 2014 06:11, Dilan Udara Ariyaratne dil...@wso2.com wrote: Congratulations, Asanka...!!! *Dilan U.

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Sajini De Silva
Congratulations Asanka!!! On Thu, Nov 6, 2014 at 8:49 AM, Sachini Jayasekara sachi...@wso2.com wrote: Congratulations Asanka!!! On Thu, Nov 6, 2014 at 8:36 AM, Gayashan Amarasinghe gayas...@wso2.com wrote: Congratulations Asanka :) Gayashan Amarasinghe (sent from mobile) On 6 Nov

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Dakshika Jayathilaka
Congratulations Asanka,.!!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Thu, Nov 6, 2014 at 9:22 AM, Sajini De Silva saj...@wso2.com wrote: Congratulations Asanka!!! On Thu, Nov 6, 2014 at 8:49 AM, Sachini Jayasekara sachi...@wso2.com

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Buddhima Wijeweera
Congratulations Asanka !!! On Thu, Nov 6, 2014 at 10:03 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Asanka,.!!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Thu, Nov 6, 2014 at 9:22 AM, Sajini De Silva

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Prasanna Dangalla
Congratulations Asanka.!!! On Thu, Nov 6, 2014 at 10:11 AM, Buddhima Wijeweera buddh...@wso2.com wrote: Congratulations Asanka !!! On Thu, Nov 6, 2014 at 10:03 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Asanka,.!!! *Dakshika Jayathilaka* Software Engineer

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Denuwanthi De Silva
Congratulations Asanka!! On Thu, Nov 6, 2014 at 10:14 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Asanka.!!! On Thu, Nov 6, 2014 at 10:11 AM, Buddhima Wijeweera buddh...@wso2.com wrote: Congratulations Asanka !!! On Thu, Nov 6, 2014 at 10:03 AM, Dakshika

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Roshan Wijesena
Congratulations!! On Wed, Nov 5, 2014 at 10:07 PM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Asanka, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer. Keep up the good work! thanks and best regards, -- Ramith Jayasinghe Technical Lead WSO2 Inc.,

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Hasintha Indrajee
Congratulations Asanka !! On Thu, Nov 6, 2014 at 10:26 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Congratulations Asanka!! On Thu, Nov 6, 2014 at 10:14 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Asanka.!!! On Thu, Nov 6, 2014 at 10:11 AM, Buddhima

Re: [Dev] EMM OAuth Implementation - Android - Storing Consumer Secret

2014-11-05 Thread Chan
Rekindling an old thread. Are we going to support this in next IS release? On Thu, Apr 17, 2014 at 8:26 PM, Kasun Dananjaya Delgolla kas...@wso2.com wrote: +1. I think this is the ideal way of doing that. On Thu, Apr 17, 2014 at 5:57 PM, Gayan Gunawardana ga...@wso2.com wrote: Hi, +1 for

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Pamod Sylvester
Congratulations Asanka ! On Thu, Nov 6, 2014 at 12:00 PM, Hasintha Indrajee hasin...@wso2.com wrote: Congratulations Asanka !! On Thu, Nov 6, 2014 at 10:26 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Congratulations Asanka!! On Thu, Nov 6, 2014 at 10:14 AM, Prasanna Dangalla

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Kasun De Silva
Congrats Asanka!!! *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Thu, Nov 6, 2014 at 12:24 PM, Pamod Sylvester pa...@wso2.com wrote: Congratulations Asanka ! On Thu, Nov 6, 2014 at 12:00

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Suhan Dharmasuriya
Congrats Asanka!!! On Thu, Nov 6, 2014 at 12:26 PM, Kasun De Silva kas...@wso2.com wrote: Congrats Asanka!!! *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Thu, Nov 6, 2014 at 12:24 PM,

Re: [Dev] Automate OpenID to SAML federation flow - How to start two IS instances with different hostnames

2014-11-05 Thread Malithi Edirisinghe
Hi Johann, Sure. I will try as you have suggested. Thanks, Malithi. On Wed, Nov 5, 2014 at 11:19 PM, Johann Nallathamby joh...@wso2.com wrote: Can you try configuring two IS instances, with hostnames, one with localhost (default) and one with the IP of the machine. Even 127.0.0.1 should