Other than using JBoss specific annotation classes, is the only way to enable clustering to include the
jboss-ejb3.xml file ?
Does the clustering configuration in jboss.xml now get ignored ? How do you specify a different connection policy ?
ie
| <clustered>True</clustered> |
| <cluster-config> | |||
| <partition-name>${jboss.partition.name}</partition-name> | |||
| <load-balance-policy>org.jboss.ha.framework.interfaces.RoundRobin</load-balance-policy> | |||
| </cluster-config> | |||
How do i know from the server logs if an EJB has successfully been 'clustered' ?