Sirs,I call LiveCycle on JBoss 5.1 server (livecycle ES3 turnkey
installation) using EJB API without problem on one machine.When in
cluster, I would like loadbalance calls between two nodes. But I'm
unable to do that. All calls are processes by same node. I use such a
simple code:jndi.properties:java.naming.factory.initial=
org.jnp.interfaces.NamingContextFactoryjava.naming.provider.url=node1:1100,node2:1100test.java:...Properties
connectionProps = new Properties();ServiceClientFactory myFactory...