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

2014-05-03 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=ubuntu&channel=fs&q=axis2+1.0+bugs&ie=utf-8&oe=utf-8#channel=fs&q=axis2+1.0+wsdl2java+bugs If you use latest versions (1.6.

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

2014-05-03 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 Si

Re: [Dev] WSO2 ESB Connector Store Icons

2014-05-03 Thread Chanaka Jayasena
Hi Dushan, the Google drive is updated with the latest. thanks, Chanaka On Fri, May 2, 2014 at 5:35 PM, Chanaka Jayasena wrote: > Noted. I will update and provide you with the remaining connector icons as > well. > > Thanks, > Chanaka > > > On Fri, May 2, 2014 at 1:20 PM, Dushan Abeyruwan wro

Re: [Dev] coping wrong dbscript with APIM features

2014-05-03 Thread Gayan Gunawardana
Hi, Thanks for the quick reply. On Sun, May 4, 2014 at 11:04 AM, Sumedha Rubasinghe wrote: > Please apply following changes to h2.sql script inside the feature. > This has been fixed in latest feature (4.2.2) that will get shipped with > AM 1.7.0. > > @@ -1,5 +1,5 @@ > CREATE TABLE AM_WORKFLOW

Re: [Dev] coping wrong dbscript with APIM features

2014-05-03 Thread Sumedha Rubasinghe
Please apply following changes to h2.sql script inside the feature. This has been fixed in latest feature (4.2.2) that will get shipped with AM 1.7.0. @@ -1,5 +1,5 @@ CREATE TABLE AM_WORKFLOWS( -WF_ID INTEGER AUTO_INCREMENT, +WF_ID INTEGER, WF_REFERENCE VARCHAR(255) NOT NULL, WF

[Dev] coping wrong dbscript with APIM features

2014-05-03 Thread Gayan Gunawardana
Hi, Default database scripts which are coming from APIM features does not have "APPLICATION_STATUS" attribute inside AM_APPLICATION table which causes to throw Failed to add Application org.h2.jdbc.JdbcSQLException: Column "APPLICATION_STATUS" not found; SQL statement: INSERT INTO AM_APPLICATION

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

2014-05-03 Thread Krishantha Samaraweera
Hi Rukshan, Can you try out the Axis2 Client generation guide in the article at [1] Thanks, Krishantha [1]http://wso2.com/library/3862/ On Sun, May 4, 2014 at 12:19 AM, Dilini Muthumala wrote: > Hi Rukshan, > > But in step 5 generated >> SimpleServiceStub.java not generate as appropriate(som

Re: [Dev] Meeting Notes on EMM Carbon

2014-05-03 Thread Gayan Gunawardana
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, Gayan Gunawardana wrote: > Hi Kishanthan, > > After going through some points you have given during the discussion(e.g > kernel patches) we could be abl

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

2014-05-03 Thread Dilini Muthumala
Hi Rukshan, But in step 5 generated > SimpleServiceStub.java not generate as appropriate(some code is missing) > What code is missing. Can you please specify? Also, what's the exact error you're getting when you compile Client.java? BTW, if you post this question on a separate thread, I think mo

Re: [Dev] Streaming JSON Fix

2014-05-03 Thread Shameera Rathnayaka
Hi Anjana, I will have a look and apply the patch. Thanks, Shameera. On Sat, May 3, 2014 at 4:11 PM, Anjana Fernando wrote: > Hi Shameera, > > I've fixed a bug in the streaming JSON implementation, related to the > issue [1]. I've given the explanation to the fix there in a comment, please >

Re: [Dev] Axis2 server shifted with wso2esb-4.9.0-SNAPSHOT can not manage more than one aar service.

2014-05-03 Thread Sagara Gunathunga
This has been fixed by now. Please test and let me know if you found any further issues. Thanks ! On Fri, Apr 25, 2014 at 5:51 PM, Nuwan Wimalasekara wrote: > Hi > Sagara and me did go through all the commits and found the commit[1] > which leads to cause the above issue. Please fix the issue

Re: [Dev] "ERROR - HazelcastGroupManagementAgent Could not add application member" in ELB , Created ESB cluster.

2014-05-03 Thread Nirmal Fernando
On Fri, May 2, 2014 at 9:01 PM, Chathurika Mahaarachchi wrote: > Hi , > > Following error is observed in ELB side when starting the management node > of the ESB worker manager setup. > > [2014-05-02 20:23:03,905] INFO - HazelcastGroupManagementAgent Member > joined [75b433da-dc8e-4296-b325-0c69

Re: [Dev] [ES] ES start-up hangs

2014-05-03 Thread Udara Rathnayake
Hi all, I suspect this is due to an issue within identity component, anyway this issue has now been solved. Thanks. Regards, UdaraR On Wed, Apr 30, 2014 at 11:05 AM, Udara Rathnayake wrote: > Found that org.apache.axis2.engine.AxisObserver previously registered by > the org.wso2.carbon.securi

[Dev] ES 4.3.0 migration status

2014-05-03 Thread Udara Rathnayake
Hi all, This is to provide an update on the $subject. We were able to build the ES pack without server start-up issue discussed here[1] previously. But we have issues during login for the store and publisher apps since we have used org.wso2.stratos.identity.saml2.sso.mgt stratos component previo

Re: [Dev] Bean Mediator Property Serialization

2014-05-03 Thread Dushan Abeyruwan
Hi Sohani, IMO the config language of bean mediator, On Fri, May 2, 2014 at 4:54 PM, Sohani Weerasinghe wrote: > Hi All, > > In ESB Management Console all possible properties for Bean Mediator are > displayed and also serialized regardless of the Action (i.e Remove, Create, > Set_Property,

[Dev] Streaming JSON Fix

2014-05-03 Thread Anjana Fernando
Hi Shameera, I've fixed a bug in the streaming JSON implementation, related to the issue [1]. I've given the explanation to the fix there in a comment, please review it, and commit it to the necessary places, i.e. kernel patch07, GitHub, Axis2 etc.. We need this for the Monday DSS 3.2.1 release. C

Re: [Dev] AppServer - CommodityQuote Sample - scenario 4 (Encryption) does not work

2014-05-03 Thread Afkham Azeez
I think the bug is, I first applied scenario 3 (signature), and then applied scenario 4 (encryption). This leads to the bug I guess. When I unzipped a new AS and started with scenario 4, things worked fine. Azeez On Thu, May 1, 2014 at 5:03 PM, Afkham Azeez wrote: > I get the following error

Re: [Dev] Fixing Shutdown Errors WSO2 MB.

2014-05-03 Thread Hasitha Hiranya
Hi, Prabath is looking into the issue. Prabath, were you able to find out the reason why client transports are closed for Cassandra? Can you shed some light on this? Thanks On Fri, May 2, 2014 at 11:19 AM, Hasitha Hiranya wrote: > Looping in PrabathA. > > > On Fri, May 2, 2014 at 11:18 AM, Ha