Hi Scott,

Scott M Stark wrote:

This is the HAJNDI naming service which is configured by the HANamingService mbean in the cluster-service.xml file.

I know, what i want to do is bring an cluster without multi casting to work. With multi casting evyerything is well but without and the configuration list as shown in the last mail - my nodes fail to speak to each other. ;( I get an message "0 other members" and my clustered beans are not in the HA JNDI.
What can i do to bring 2 test nodes without multi casting to run?
Setup the java group partition properties as shown in my last mail. Isn't it?
I set as well the HA JNDI properties like:
Hashtable hashtable = new Hashtable();
hashtable.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
hashtable.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
hashtable.put(Context.PROVIDER_URL, "localhost:" + portAttribute); // HA-JNDI port.
hashtable.put("jnp.disableDiscovery", "true");


Do i miss something to setup?

Many thanks for any hints!!!

Stefan




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to