[jboss-user] [Clustering/JBoss] - Re: Doubt regarding clinet side interceptor.....

2007-05-12 Thread cheenu2
I think you have a conceptual misunderstanding here. - Clustering is done for fault tolerance (aka high availability) of an application. - Load balancing is to distribute load, and hence for scalability. Clustering any object (incl. HTTPSession, Stateful EJB ...) comes at a price, because the

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread cheenu2
Seems like it is just a ClassNotFoundException - Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ha.framework.server.ClusterPartition You need [server]/lib/jbossha.jar and probably other jars if you get other ClassNotFoundException after adding this. You can