Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-05-04 Thread Rukshan Chathuranga
hi all, i used Axis 2 1.0 both on Ubuntu and windows. but same result occur. when comparing generated SimpleServiceStub with tutorial SimpleServiceStub, Generated class have less code. Then when i try to run the client, it says SimpleServiceStub.Echo is unknown. @Rajkumar, I couldn't generate

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-05-04 Thread Rajkumar Rajaratnam
Hi, Axis2 - 1.0 ? That was released in 04-May-2006. It's too old :) I guess that the reason is your asix2 version, because of [1]. 1. https://www.google.com/search?client=ubuntuchannel=fsq=axis2+1.0+bugsie=utf-8oe=utf-8#channel=fsq=axis2+1.0+wsdl2java+bugs If you use latest versions (1.6.2) ,

Re: [Dev] Meeting Notes on EMM Carbon

2014-05-04 Thread Chan
Awesome Gayan. We'll merge it tomorrow to the develop branch. Cheers~ On Sun, May 4, 2014 at 12:38 AM, Gayan Gunawardana ga...@wso2.com wrote: Hi All, EMM server ready to go [1]. [1]https://github.com/wso2-dev/product-emm/tree/feature/apim-integration On Thu, May 1, 2014 at 7:41 PM,

[Dev] Automated test case generation tool

2014-05-04 Thread Rukshan Chathuranga
Hi Malintha,Dharshana,Krishantha, I followed the resource you provided.So After eclipse and maven integration, i could implement a solution to test web Service using Robot keyword driven testing. - Project contain the WSDL file and generate the java code - Create a Client class to test

[Dev] App Factory Scratch to Turing migration.

2014-05-04 Thread Shamika Ariyawansa
Hi all, I have successfully created and built a pack based on Turing today. I will do the testing using this pack tomorrow morning. You can commit to the current scratch as I will be getting an update on the morning tomorrow. Regards -- Shamika Ariyawansa Senior Software Engineer WSO2, Inc.;

[Dev] Management Console footer copyright notice is outdated

2014-05-04 Thread Thanuja Jayasinghe
Hi all, Current footer © 2005 - 2013 WSO2 Inc. All Rights Reserved. need to be updated. How we should patch this for the new IS release? Regards -- *Thanuja Lakmal* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94715979891

[Dev] Testing startup scripts for EMM in jaggery-test

2014-05-04 Thread Chan
Hi folks, I am trying to test the hostname and ports using jaggery-test for EMM startup scripts. Below is the code I would like to test - var conf = carbon.server.loadConfig('carbon.xml'); var offset = conf.*::['Ports'].*::['Offset'].text(); var hostName =

[Dev] Not obtaining the server port depending on proxy -Enterprise Store

2014-05-04 Thread Chan
Hi folks, In the app.js in store [1] - the ports 9763 and 9443 are hardcoded. The ports is determined by variety of factors including proxies if used. I did a contribution to jaggery few months back on this [2] which can be used to get the current address of the server. That uses several System

Re: [Dev] Not obtaining the server port depending on proxy -Enterprise Store

2014-05-04 Thread Ruchira Wageesha
I don't thing you need to worry about branches, master branch always accepts PRs. If you can't make the pull request for master due to some reason, just create a github issue and attach the patch. /Ruchira On Mon, May 5, 2014 at 8:07 AM, Chan duli...@wso2.com wrote: Hi folks, In the app.js

Re: [Dev] Testing startup scripts for EMM in jaggery-test

2014-05-04 Thread Ruchira Wageesha
On Mon, May 5, 2014 at 7:58 AM, Chan duli...@wso2.com wrote: Hi folks, I am trying to test the hostname and ports using jaggery-test for EMM startup scripts. Below is the code I would like to test - var conf = carbon.server.loadConfig('carbon.xml'); var offset =

Re: [Dev] moving httpcore dependency to git

2014-05-04 Thread Jeewantha Dharmaparakrama
Hi Kernel team, We need to patch httpcore for kernal 4.3.0 to support HTTP DELETEs with payloads. The fix was already done few months back but since there was a kernal API change we had to postpone that to the next kernal release. Please add the dependency code to git ASAP since the new feature

Re: [Dev] [Blocker] Issues with AM_DB scripts for Oracle

2014-05-04 Thread Lakmali Baminiwatta
Hi, On 3 May 2014 00:26, Nirodha Pramod niro...@wso2.com wrote: Hi, Following two blocking issues were found with the oracle script for AM_DB on 29th April pack. Please have a look. [1] https://wso2.org/jira/browse/APIMANAGER-2266 Had been Fixed now. [2]

[Dev] AS integration test failures in 5.3.0-SNAPSHOT

2014-05-04 Thread Krishantha Samaraweera
Hi all, There are around 10 test failures in the Jenkins build [1] and I got the same failure while building locally. I've raised JIRAs for each failure, most failures are due to [WSAS-1712https://wso2.org/jira/browse/WSAS-1712 ]. https://wso2.org/jira/browse/WSAS-1712 - ClassNotFoundException:

Re: [Dev] AS integration test failures in 5.3.0-SNAPSHOT

2014-05-04 Thread Kasun Gajasinghe
Hi Krishantha, Our immediate plan is to address these issues. I'm currently working on WSAS-1712. Thanks, KasunG On Mon, May 5, 2014 at 11:21 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi all, There are around 10 test failures in the Jenkins build [1] and I got the same