Re: [Dev] How to add business processing logic to WSO2 Data Services Server?

2013-11-18 Thread Anjana Fernando
Hi, At the moment, you would have to use BPEL with WSO2 BPS if you have any complex business logic, and call the data services to execute each data operation. Or else, you can also use WSO2 ESB to do light weight orchestrations. Cheers, Anjana. On Mon, Nov 18, 2013 at 1:10 PM, stevegyc

[Dev] Using same identity.oauth keyValidation method for API Manager

2013-11-18 Thread Dinusha Senanayaka
Hi All, Currently, in APIM, we are using our own keyValidation method instead of identity.oauth keyValidation method. I'm checking the possibility of doing $subject.. But it seems some of the data fields required for APIM, does not return from the IS keyvalidation method. Following is the

Re: [Dev] How to add business processing logic to WSO2 Data Services Server?

2013-11-18 Thread stevegyc
Hello,Anjana: Thank you for your tips. I still want to know whether I can add some java class to DSS in order to process some business logic. Or do you know whether WSO2 will support this function in the future? stevegyc From: Anjana Fernando Date: 2013-11-18 16:29 To: stevegyc

[Dev] Does WSO2 DSS support Memcache and redis?

2013-11-18 Thread stevegyc
Hi: As far as I know, WSO2 DSS has support some of NoSQL DB, such as Cassandra and MongoDB. I have no idea whether DSS support Memcache and redis? If DSS does not support them until now, when will it support them? Is there a plan to support them?

[Dev] [Turing][Chunk 04] - Build failure in HDFS Name Node

2013-11-18 Thread Hasitha Aravinda
Hi SS team, I am getting following build failure in clean repo build. But when I resume build from HDFS Name Node, it works fine. Could you please take a look into this. [INFO] Kerberos 5 Authenticator - UI bundle .. SUCCESS [5.951s] [INFO] WSO2 Carbon - Hadoop-Carbon Security

Re: [Dev] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Ruchira Wageesha
Jaggery module testing under application (app/{appName}/module) One of the hard part of testing javascript modules is that when we use closure base privacy everything gets harder to test. Since those members aren’t visible other than the js scope itself we might have to think about our total

Re: [Dev] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Ruchira Wageesha
Hi Madhuka, Have you come up to a conclusion? Are there any existing framework that can be used without touching their code(probably jasmine)? If it needs we can write a layer on top of that to make it compatible with Jaggery model. Or, will you have to start something from scratch? /Ruchira

Re: [Dev] Does WSO2 DSS support Memcache and redis?

2013-11-18 Thread Anjana Fernando
Hi, Our developer support system works though StackOverflow, can you please post the question there. Cheers, Anjana. On Mon, Nov 18, 2013 at 2:08 PM, stevegyc steve...@163.com wrote: Hi: As far as I know, WSO2 DSS has support some of NoSQL DB, such as Cassandra and MongoDB. I

Re: [Dev] How to add business processing logic to WSO2 Data Services Server?

2013-11-18 Thread Anjana Fernando
Hi, No, not at the moment, only custom logic we can put in data services is using validators. And we haven't planned so far to add features to execute business logic in DSS. Cheers, Anjana. On Mon, Nov 18, 2013 at 2:03 PM, stevegyc steve...@163.com wrote: Hello,Anjana: Thank you for

Re: [Dev] [Architecture] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Dharshana Warusavitharana
Hi Madhuka/ Ruchira, Currently we are working on a phase 2 of the automation framework which will come up with the test case side extentions on testng listners. So you might not want to reinvent the wheel in implementing this. It would be great if we can have a 5 min discussion on this. Thank

Re: [Dev] [Architecture] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Madhuka Udantha
On Mon, Nov 18, 2013 at 2:55 PM, Dharshana Warusavitharana dharsha...@wso2.com wrote: Hi Madhuka/ Ruchira, Currently we are working on a phase 2 of the automation framework which will come up with the test case side extentions on testng listners. So you might not want to reinvent the wheel

Re: [Dev] How to add business processing logic to WSO2 Data Services Server?

2013-11-18 Thread stevegyc
Hi, Anjana: Thank you very much for your answer. stevegyc From: Anjana Fernando Date: 2013-11-18 17:52 To: stevegyc CC: dev Subject: Re: Re: [Dev] How to add business processing logic to WSO2 Data Services Server? Hi, No, not at the moment, only custom logic we can put in data

Re: [Dev] Does WSO2 DSS support Memcache and redis?

2013-11-18 Thread Anjana Fernando
Hi, I just replied to it. Cheers, Anjana. On Mon, Nov 18, 2013 at 3:02 PM, stevegyc steve...@163.com wrote: Hi,Anjana: I had posted this question on StackOverflow last Friday. -- stevegyc *From:* Anjana Fernando anj...@wso2.com *Date:* 2013-11-18

Re: [Dev] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Madhuka Udantha
On Mon, Nov 18, 2013 at 2:40 PM, Ruchira Wageesha ruch...@wso2.com wrote: Jaggery module testing under application (app/{appName}/module) One of the hard part of testing javascript modules is that when we use closure base privacy everything gets harder to test. Since those members aren’t

Re: [Dev] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Madhuka Udantha
On Mon, Nov 18, 2013 at 2:47 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi Madhuka, Have you come up to a conclusion? Are there any existing framework that can be used without touching their code(probably jasmine)? Yap, most of time (95%) It will be jasmine. I will be using existing

[Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-18 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Alpha 3 version ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following new feature, improvements and bug fixes. New Feature - [TOOLS-1855 https://wso2.org/jira/browse/TOOLS-1855] - Cloud

Re: [Dev] [Jaggery] [Test] Test framework for jaggery

2013-11-18 Thread Ruchira Wageesha
On Mon, Nov 18, 2013 at 3:46 PM, Madhuka Udantha madh...@wso2.com wrote: On Mon, Nov 18, 2013 at 2:47 PM, Ruchira Wageesha ruch...@wso2.comwrote: Hi Madhuka, Have you come up to a conclusion? Are there any existing framework that can be used without touching their code(probably jasmine)?

Re: [Dev] Does WSO2 DSS support Memcache and redis?

2013-11-18 Thread stevegyc
Hi : Thank you for your reply. stevegyc From: Anjana Fernando Date: 2013-11-18 18:07 To: stevegyc CC: dev Subject: Re: Re: [Dev] Does WSO2 DSS support Memcache and redis? Hi, I just replied to it. Cheers, Anjana. On Mon, Nov 18, 2013 at 3:02 PM, stevegyc steve...@163.com wrote:

[Dev] Identify unsatisfied osgi components in server stratup

2013-11-18 Thread Dimuthu De Lanerolle
We have added test cases to identify unsatisfied osgi components in server stratup to following products. AS, ESB , Apimgt, BAM Regards -- Dimuthu De Lanerolle Software Engineer WSO2 Inc. lean . enterprise . middlewear. http://wso2.com/ Tel. : +94 11 2145345 Fax : +94 11 2145300 email :

Re: [Dev] Identify unsatisfied osgi components in server stratup

2013-11-18 Thread Supun Malinga
Hi Dimuthu, Is it possible to send the results?. thanks, On Mon, Nov 18, 2013 at 5:14 PM, Dimuthu De Lanerolle dimut...@wso2.comwrote: We have added test cases to identify unsatisfied osgi components in server stratup to following products. AS, ESB , Apimgt, BAM Regards -- Dimuthu

Re: [Dev] Identify unsatisfied osgi components in server stratup

2013-11-18 Thread Dimuthu De Lanerolle
Hi Supun, Yes. Following are the results for AS 5.2.0. 1. org.wso2.carbon.registry.indexing 2 .registry.search.dscomponent [2013-11-18 18:11:42,613] INFO {org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} - Instrumented 44 files. [2013-11-18 18:11:42,613] INFO

Re: [Dev] [Turing][Chunk 04] - Build failure in HDFS Name Node

2013-11-18 Thread Bhathiya Jayasekara
Hi all, I also faced the same while building in a clean repo. First time it fails and continues fine when I give *mvn -rf* Can't understand why it works that way. As the error says, there are 2 jars. [1] is from *dependancies/* and [2] is from *dependancies/orbit/ .* But namenode pom.xml is

Re: [Dev] [Turing branch] Issues with externals

2013-11-18 Thread Sumedha Rubasinghe
While WSO2Con was going on we have asked each product team to fix their externals on the branch. If this was not done, how are these products building now? On Tue, Nov 5, 2013 at 4:43 PM, Supun Malinga sup...@wso2.com wrote: On Tue, Nov 5, 2013 at 3:44 PM, Krishantha Samaraweera

Re: [Dev] [Turing branch] Issues with externals

2013-11-18 Thread Anjana Fernando
BAM/DSS was ok .. is anything broken now? .. Cheers, Anjana. On Tue, Nov 19, 2013 at 7:38 AM, Sumedha Rubasinghe sume...@wso2.comwrote: While WSO2Con was going on we have asked each product team to fix their externals on the branch. If this was not done, how are these products building now?

Re: [Dev] [Turing branch] Issues with externals

2013-11-18 Thread Supun Malinga
Hi, I checked while doing an svn up in turing and seems to be ok now.. thanks, On Tue, Nov 19, 2013 at 8:38 AM, Anjana Fernando anj...@wso2.com wrote: BAM/DSS was ok .. is anything broken now? .. Cheers, Anjana. On Tue, Nov 19, 2013 at 7:38 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

Re: [Dev] [Turing][Chunk 04] Build failure in Proxy Services Core Feature 4.2.0

2013-11-18 Thread Shafreen Anfar
Hi Hasitha, This has been fixed. Sorry It was my mistake. I was under the impression that these components were already released. On Wed, Nov 13, 2013 at 3:33 PM, Hasitha Aravinda hasi...@wso2.com wrote: Hi, Getting following error in clean repo. Please have a look. [INFO]

[Dev] Test plan for DevStudio

2013-11-18 Thread Susinda Perera
Hi DevStudio Team mates As we all know that we encountered number of bugs in devs in recent past (and some bad comments). I hope we could surely reduce many number of these bugs/complains if we have a proper test plan, but testing of 20+ different projects we support in DEVS and 40+ mediators

[Dev] [user-mgt.xml] ReadWriteLDAPUserStoreManager config for embedded-apacheds LDAP is obsolete and needs to be removed.

2013-11-18 Thread Pavithra Madurangi
Hi all, Embedded apacheds LDAP is no longer shipped with products (except with IS). So can we please remove ReadWriteLDAPUserStoreManager config for embedded-apacheds LDAP [1] (the first user store manager configuration found in user-mgt.xml) from user-mgt.xml. This config is bit misleading and

Re: [Dev] [user-mgt.xml] ReadWriteLDAPUserStoreManager config for embedded-apacheds LDAP is obsolete and needs to be removed.

2013-11-18 Thread Thayalan
FYI, WSO2 Storage Server product also using Embedded LDAP ~ Thayalan On Tue, Nov 19, 2013 at 11:57 AM, Pavithra Madurangi pavit...@wso2.comwrote: Hi all, Embedded apacheds LDAP is no longer shipped with products (except with IS). So can we please remove ReadWriteLDAPUserStoreManager config

[Dev] Distributed Transactions of DSS can not roll back for different types of database

2013-11-18 Thread stevegyc
Hi I am following the guide http://docs.wso2.org/display/DSS310/Distributed+Transactions+Sample; to test distributed transactions of DSS. It is OK. The addAccountToBank1 service call rolled back because of the error in addAccountToBank2 operation. In this test, the two operations are

[Dev] Invitation: Code Review - Test Automation Framework @ Wed Nov 20, 2013 2pm - 3pm (malin...@wso2.com)

2013-11-18 Thread malin...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20131120T083000Z DTEND:20131120T093000Z DTSTAMP:20131119T065101Z ORGANIZER;CN=malin...@wso2.com:mailto:malin...@wso2.com UID:363nnhq2i1flpeik8sj8qdf...@google.com

[Dev] When the source of DSS v.3.1.0 will be released?

2013-11-18 Thread stevegyc
Hi: Does Anyone know when the source of DSS v.3.1.0 will be released? stevegyc___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Distributed Transactions of DSS can not roll back for different types of database

2013-11-18 Thread Chanika Geeganage
Hi, Can you please raise this question on StackOverflow, as we are providing developer support through that. Thanks On Tue, Nov 19, 2013 at 12:16 PM, stevegyc steve...@163.com wrote: Hi I am following the guide http://docs.wso2.org/display/DSS310/Distributed+Transactions+Sample; to