Re: [Carbon-dev] IOException on the MTOM web service client side

2012-01-18 Thread guclu akkaya
In order to inspect the problem i wrote a simple multi thread java application for test. public class StorageSample{ public static void main(String[] args) { HashMap threads = new HashMap(); for (int i = 0 ; i < 20 ; i++){ t

[Carbon-dev] Accessing web services inside the service stubs of the wso2 stratos

2011-09-29 Thread guclu akkaya
Hi, >From the wso2 stratos source files there is a 'service stubs' (wso2-stratos-1.5.1-src/service-stubs) section. Normally we can not access to these web services and after building the source the services are hidden. Is there a way to access to these web services outside of carbon api? ___

Re: [Carbon-dev] cassandra clustering configuration

2011-09-29 Thread guclu akkaya
give a brief description for configuration? Thanks again. On Thu, 2011-09-29 at 15:36 +0530, Sumedha Rubasinghe wrote: > IMO you should not be worrying about it. Cassandra already takes care > of it. > Just point all DSS nodes into same Cassandra instance. > /sumedha > > 2011

[Carbon-dev] cassandra clustering configuration

2011-09-29 Thread guclu akkaya
Hi, Can someone give me a detail configuration for building a cassandra cluster with wso2 dss? Currenty we build a dss cluster made of 3 nodes. We also want Cassandra within each node to work as a cluster like their hosts. I think configuring just cassandra.yaml will not be enough. How should i c

[Carbon-dev] WS Discovery Configuration

2011-09-29 Thread guclu akkaya
Hi, I have recently read the blog about ws discovery with wso2 carbon here: http://charithaka.blogspot.com/2010/04/ws-discovery-with-wso2-carbon.html This post was very useful and gave me an idea about ws discovery. In the article wso2 as was used as the host of the web services. Is it possible t

[Carbon-dev] wso2 dss cassandra dependency

2011-09-28 Thread guclu akkaya
Hi, Is the integrated Cassandra server(version 0.7.x) loosely coupled with WSO2 DSS (version 2.6) or not? Will the usage of a newer version of Cassandra (e.g. 0.8.x) affect the DSS in the low level? Thanks ___ Carbon-dev mailing list Carbon-dev@wso

Re: [Carbon-dev] Cluster of DSS servers

2011-09-21 Thread guclu akkaya
should be done as configuration steps? On Wed, 2011-09-21 at 14:06 +0530, Afkham Azeez wrote: > > > On Wed, Sep 21, 2011 at 2:01 PM, Sumedha Rubasinghe > wrote: > > > On Wed, Sep 21, 2011 at 11:45 AM, guclu akkaya > wrote: >

[Carbon-dev] Cluster of DSS servers

2011-09-20 Thread guclu akkaya
Hi all, Currently we are trying to prepare our environment by clustering 3 DSS servers in a clustered manner. For that we want one DSS node to be the group manager and other to be the slaves. The articles Introduction to WSO2 Carbon Clustering and WSO2 Carbon Cluster Configuration Language were g