Re: [Dev] [DEV][APIM] writing automation tests for APIM

2014-09-16 Thread Waruna Perera
Hi, Issue logged for for *APIM does not return correct error when adding document with duplicate name to a API.* [1] https://wso2.org/jira/browse/APIMANAGER-2874 On Wed, Sep 10, 2014 at 10:51 PM, Sanjeewa Malalgoda sanje...@wso2.com wrote: Hi Waruna, In UI we first call host object

Re: [Dev] [DEV] Writing a custom Tomcat valve

2014-09-16 Thread Inosh Perera
Hi, Thank you. I will look into the suggestions. Regards, Inosh On Mon, Sep 15, 2014 at 11:27 AM, Danushka Fernando danush...@wso2.com wrote: Hi Insosh Its true that you need to register the valve in tomcat. But I think since you need to filter out context you need to register in a context.

Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-16 Thread Gayan Dhanushka
Hi Pirinthapan, I can see that you have tried to group by the relavant fields which is correct. I am not sure whether you have tried to group by later on after running the hive script at least once. Otherwise it is just basic sql and it should work. You can try dropping the hive intermediate

[Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Inosh Perera
Hi all, I need to call java method inside Jaggery. But this has to be done in an asynchronous way. Is there a way to do this in Jaggery? Is there a way to deal with threads in Jaggery? Regards, Inosh -- Inosh Perera Software Engineer, WSO2 Inc. Tel: 0785293686

Re: [Dev] [BRS]How to modify date formats in drools.

2014-09-16 Thread stevegyc
Hi Waruna: I have tried it, it worked! Thank you very much! stevegyc From: Waruna Jayaweera Date: 2014-09-15 03:33 To: stevegyc CC: dev Subject: Re: Re: [Dev] [BRS]How to modify date formats in drools. Hi Stevegyc, I have attached modified wso2server.sh and wso2server.bat .I have

[Dev] [DEV] Purpose of features/nested-categories and features/repository

2014-09-16 Thread Gimantha Bandara
Hi, Can someone explain what is the purpose of features/nested-categories and features/repository? As I got to know, nested-categories relates the p2-repo and the groupings inside the p2-repo. Is feature/repository related to p2-repo too? A Feature which I made some UI changes to, is referred by

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Darshana Gunawardana
Hi all, I have deployed above missing poms and also went through chunk pom deployed following missing artifacts as well. - org.wso2.carbon:andes-feature:pom:4.2.0 - org.wso2.carbon: org.wso2.carbon.identity.provisioning.server.feature:pom:4.2.0 - new application-authenticators poms

[Dev] Method to Load tenant configuration

2014-09-16 Thread Chamila Adhikarinayake
Hi all, We have a TenantServiceCreator[1] class ( extened from AbstractAxis2ConfigurationContextObserver) in API manager to load tenant synapse configuration. When tenant user logs in, this is get fired and the synapse configs are created. But when SSO is enabled, This login does not happen and

[Dev] test - please ignore

2014-09-16 Thread Selvaratnam Uthaiyashankar
testing -- S.Uthaiyashankar VP Engineering WSO2 Inc. http://wso2.com/ - lean . enterprise . middleware Phone: +94 714897591 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Amal Gunatilake
Hi all, We are hoping to integrate jQuery DataTables plug-in [1] for BPMN UI to enhance data loading performance and provide additional user friendly features such as sort, search, pagination, theme and data filtering to the user. The library is licensed under MIT license [2]. Please feel free

Re: [Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Kasun Dissanayake
Hi Inosh, AFAIY there is no way to do that. But you can easily use AJAX methods. Just follow these demos [1]. [1] http://jaggeryjs.org/samples.jag Cheers On Wed, Sep 17, 2014 at 9:43 AM, Inosh Perera ino...@wso2.com wrote: Hi all, I need to call java method inside Jaggery. But this has to

Re: [Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Chamil Jeewantha
This library is already used in AS - BAM monitoring dashboard and several other places. You can safely go ahead. Regards, Chamil On Tue, Sep 16, 2014 at 2:44 PM, Amal Gunatilake am...@wso2.com wrote: Hi all, We are hoping to integrate jQuery DataTables plug-in [1] for BPMN UI to enhance

Re: [Dev] [IS] What is the usage of Internal Role in Identity Server Users and Roles

2014-09-16 Thread Tharindu Edirisinghe
Thanks Suresh Prasad... I think Option 2 and 3 suggested by Suresh together would solve the issue... but before that I have to check from where this role name is referred. If the user can change the role name, that name should be retrieved from all the places the where the role is used if for

Re: [Dev] [IS] What is the usage of Internal Role in Identity Server Users and Roles

2014-09-16 Thread Bhathiya Jayasekara
Hi Suresh IS team We also came across this and were in the same confusion, while we were using SP implementation to implement custom permissions for Storage Server. Can you please explain why we need such a role here? Can't an admin create this role manually with edit permissions only if they

Re: [Dev] [APPFAC] Appfactory plugin build failures due to corrupted poms in nexus repo

2014-09-16 Thread Danushka Fernando
Hi All uddi and wstx seems fine now. But I am still getting error for eclipse.core.runtime. Can someone look in to this. We cannot build with clean repo due to this. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Sep 5, 2014 at 10:41

Re: [Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Manuranga Perera
setTimeout(function(){ Packages.org.my.ClassName.method(); },1); this will call it in a new thread. On Wed, Sep 17, 2014 at 9:57 AM, Kasun Dissanayake kas...@wso2.com wrote: Hi Inosh, AFAIY there is no way to do that. But you can easily use AJAX methods. Just follow these demos [1].

Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Thushara Ranawaka
Hi, FYI For mac osx it is illegal to use sed -r. As per a work around solution we use -E instead of -r. We used apache-stratos-4.0.0 version. Thanks On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya suh...@wso2.com wrote: Hi, Myself and Thushara were following the tutorial [1] installing

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Darshana Gunawardana
Hi all, I have deployed all artifacts that has been identified as missing. @Ratha,Maninda: Please let me know if you found any issues when triggering a build in a clean repo. Thanks, On Tue, Sep 16, 2014 at 10:01 AM, Subash Chaturanga sub...@wso2.com wrote: Hi Darshana, It should be there.

[Dev] Could not store message to store ... Exception

2014-09-16 Thread Susinda Perera
Hi All I got following exception when i tryout MS and MP scenario as described in http://wso2.com/library/articles/2014/01/guaranteed-delivery-with-Message-Store-Message-Processor%20/ What i might have done wrong. Any idea? [1] java.lang.NoClassDefFoundError: org/fusesource/hawtbuf/UTF8Buffer

Re: [Dev] Commit to Kernal

2014-09-16 Thread Sameera Jayasoma
I am getting a test failure in the user.core bundle with this patch. Please have a look On Fri, Sep 12, 2014 at 5:27 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Sameera, Patch looks OK. We need to commit this to 4.2.0 as well. Thanks, Johann. On Fri, Sep 12, 2014 at 3:04 PM, Sameera

[Dev] WSO2 DSS 3.2.2 Alpha Released!!!

2014-09-16 Thread Chanika Geeganage
Hi, WSO2 Data Services Server 3.2.2 Alpha Release is available for download at [1] . This release includes following bug fixes and improvements. Bugs - [DS-961 https://wso2.org/jira/browse/DS-961] - Results do not show up when using excel data source + non sql qeury mode + use column

Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-16 Thread Pirinthapan Mahendran
Hi Gayan, I have written the following hive script to collect the data from Cassandra. CREATE EXTERNAL TABLE IF NOT EXISTS AppCommit(row_id STRING, applicationKey STRING, tenantDomain STRING, user STRING, revision STRING, timeSt BIGINT) STORED BY

Re: [Dev] User does not log out properly when Local Transport is configured

2014-09-16 Thread Nipuni Perera
Hi, I have sent pull request for the fix. (Please find the attached diff). [1] https://github.com/wso2-dev/carbon4-kernel/pull/102 Thanks, Nipuni On Mon, Sep 15, 2014 at 11:50 AM, Nipuni Perera nip...@wso2.com wrote: Hi, *problem:* I am working on issue[1]. After configuring local

[Dev] Fwd: BAM 2.5.0 Alpha is released!

2014-09-16 Thread Maninda Edirisooriya
Hi all, BAM 2.5.0 Alpha is released and it's binary distribution is available at https://svn.wso2.org/repos/wso2/people/maninda/BAM_packs/wso2bam-2.5.0_Alpha.zip Following are the JIRA issues fixed with this release. BAM-1780 https://wso2.org/jira/browse/BAM-1780 Fixes related to JMS input

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

2014-09-16 Thread Evanthika Amarasiri
Hi Ratha, We are getting an OOM error and key manager/gatway nodes crash when regenerating tokens and doing some other operations. See [1]. We are blocked by this issue since we cannot continue testing on our clustered setup. Also, we see some other issues with the store as well. See [2]. How

[Dev] BAM 2.5.0 Alpha is released!

2014-09-16 Thread Maninda Edirisooriya
Hi all, BAM 2.5.0 Alpha is released and it's binary distribution is available at https://svn.wso2.org/repos/wso2/people/maninda/BAM_packs/wso2bam-2.5.0_Alpha.zip Following are the JIRA issues fixed with this release. BAM-1780 https://wso2.org/jira/browse/BAM-1780 Fixes related to JMS input

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Subash Chaturanga
Hi Darshana, It should be there. +1 if we have missed this. On Tue, Sep 16, 2014 at 9:21 AM, Darshana Gunawardana darsh...@wso2.com wrote: Hi all, I have deployed above missing poms and also went through chunk pom deployed following missing artifacts as well. -

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Vijayaratha Vijayasingam
Thanks Darshana , will check and let you know. On 16 September 2014 10:10, Darshana Gunawardana darsh...@wso2.com wrote: Hi all, I have deployed all artifacts that has been identified as missing. @Ratha,Maninda: Please let me know if you found any issues when triggering a build in a clean

Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Suhan Dharmasuriya
We have installed mysql for OSX 10.9 [1] [1] http://www.macminivault.com/mysql-mavericks/ On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya suh...@wso2.com wrote: Hi, Myself and Thushara were following the tutorial [1] installing apache Stratos and came to the following section. -

[Dev] Storage Sever Integration tests are disabled

2014-09-16 Thread Krishantha Samaraweera
Hi Team, Integration test module is disabled in product root pom [1]. Let us know what is the reason for this ? Please create TA JIRA or RM if feature limitation blocking you. Thanks, Krishantha. [1]https://github.com/wso2/product-ss/blob/master/pom.xml -- Krishantha Samaraweera Senior

Re: [Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Amal Gunatilake
Hi Chamil, Thank you for the feedback. Thank you Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware On Wed, Sep 17, 2014 at 10:04 AM, Chamil Jeewantha cha...@wso2.com wrote: This library is already used in AS - BAM monitoring dashboard

[Dev] Please merge CEP Integration test commit#17

2014-09-16 Thread Nuwan Wimalasekara
Hi CEP Team, Please merge the pull request https://github.com/wso2-dev/product-cep/pull/17 This will integrate the UI test module for CEP integration tests Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware

Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Lasindu Charith
Hi Thushara and Suhan, Better if you can discuss the issues related to Apaches Stratos in stratos-dev list (http://stratos.apache.org/community/mailing-lists.html) But for now, regarding the issues you have when setting up Stratos in osx, Nirmal, Reka or Prasanna might be able to help (Added).

[Dev] Vimeo Connector - MalformedURLException

2014-09-16 Thread Naasheera Ali
Hi All, While I'm doing connector integration test I'm getting this error what could be the cause of this error? (I'm doing this to create a channel , channel is created but I get this error ) [2014-09-16 10:56:15,355] INFO

Re: [Dev] Storage Sever Integration tests are disabled

2014-09-16 Thread Harsha Kumara
HI Krishantha, I have migrated all the previous test cases to new test framework version. Also Dhanuka and Bhathiya did changes in the migrated tests and added new tests. Test module should be Ok now. So we can uncomment integration test module. I will talk to PrabathA and do necessary for