For the client perspective, changing the PartitionName will affect directly the normal 
way of invoking an EJB for instance. Below, I have a sample of jndi.properties 
(provider.url is commented):

  | # jndi.properties
  | 
  | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | #java.naming.provider.url=localhost:1099
  | jnp.partitionName=DefaultPartition
  | 

In this perspective, changing the "PartitionName" in my jboss cluster configuration 
will affect the clients (they need to change the partition name property). But, if I 
change only the ip_multicast and/or port, how can I decide which cluster I want  to 
invoke if I have 2 groups of clusters in my network?

thanks,
Pedro Salazar

P.S.- I don't get paid by the hour ;-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839998#3839998

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839998


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to