Re: Axis Clustering in OC4J Cluster

2010-01-28 Thread Shailesh Potnis
Subject: Re: Axis Clustering in OC4J Cluster If you are deploying totally stateless Axis2 Web services, meaning, you do not rely on stuff that you store in the Axis2 context hierarchy, and you do not require Axis2 cluster management, then you do not have to enable Axis2 clustering. When nodes go

Re: Axis Clustering in OC4J Cluster

2010-01-13 Thread Afkham Azeez
g of those objects) in Axis2 cluster for stateless services? > > Thank You and Best Regards > > Sincerely > > Shailesh > > ________________ > From: Afkham Azeez > To: axis-user@ws.apache.org > Sent: Fri, January 8, 2010 12:30:00 AM > Subject: Re: Axis Clustering in OC4J Cluster

Re: Axis Clustering in OC4J Cluster

2010-01-12 Thread Amila Suriarachchi
gt; -- > *From:* Amila Suriarachchi > > *To:* axis-user@ws.apache.org > *Sent:* Sat, January 9, 2010 11:18:28 AM > > *Subject:* Re: Axis Clustering in OC4J Cluster > > > > On Fri, Jan 8, 2010 at 10:53 PM, Shailesh Potnis wrote: > >

Re: Axis Clustering in OC4J Cluster

2010-01-10 Thread Shailesh Potnis
and Best Regards Sincerely Shailesh From: Amila Suriarachchi To: axis-user@ws.apache.org Sent: Sat, January 9, 2010 11:18:28 AM Subject: Re: Axis Clustering in OC4J Cluster On Fri, Jan 8, 2010 at 10:53 PM, Shailesh Potnis wrote: Hi Azeez: > >Tha

Re: Axis Clustering in OC4J Cluster

2010-01-09 Thread Amila Suriarachchi
nfigurationContext, > ServiceGroupContext & ServiceContext (For someone who has limited > understanding of those objects) in Axis2 cluster for stateless services? > > > Thank You and Best Regards > > Sincerely > > > Shailesh > > > --------

Re: Axis Clustering in OC4J Cluster

2010-01-08 Thread Shailesh Potnis
limited understanding of those objects) in Axis2 cluster for stateless services? Thank You and Best Regards Sincerely Shailesh From: AfkhamAzeez To: axis-user@ws.apache.org Sent: Fri, January 8, 2010 12:30:00 AM Subject: Re: Axis Clustering in OC4J Clu

Re: Axis Clustering in OC4J Cluster

2010-01-07 Thread Afkham Azeez
We have not tested Axis2 clustering on OC4J AFAIK. With respect to state replication, at the Axis2 level, we are only concerned about replicating the values stored in the Axis2 ConfigurationContext, ServiceGroupContext & ServiceContext. We use default Java serialization, hence the entire object tre

Axis Clustering in OC4J Cluster

2010-01-07 Thread Shailesh Potnis
Hi: I am going through a good deal of Axis2 documents and links. I am trying to determine if anyone has deployed Axis2 Cluster within OC4J cluster and what is the experience. I am planning to use it exclusively for stateless web services. Here are some specific questions: 1) What would be