[jboss-user] [Clustering/JBoss] - Re: JBoss clustering - ejb lookup using HA-JNDI problem

2007-06-01 Thread shribala
Previously, I was not starting the server with run -c all. Now it works fine. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050391#4050391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050391

[jboss-user] [Clustering/JBoss] - Re: JBoss clustering - ejb lookup using HA-JNDI problem

2007-05-29 Thread shribala
Here is the client program for the same.. import javax.naming.Context; import javax.naming.*; import javax.rmi.*; import java.util.*; import com.arbitron.ppm.ops.sampling.*; class CalculatorClient { public static void main(String args[]) throws Exception {

[jboss-user] [Clustering/JBoss] - Re: JBoss clustering - ejb lookup using HA-JNDI problem

2007-05-29 Thread [EMAIL PROTECTED]
What address are you passing to -b when you start JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049346#4049346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049346 ___