statelessSession.resetNumberOfCalls();
// This should make two calls on the same node
getLog().debug(++test+"- "+"callBusinessMethodB");
String jndiURL = urls[0] + "/nextgen_StatelessSession";
statelessSession.callBusinessMethodB(jndiURL);
getLog().debug(++test+"- "+"Getting the number of calls that have been performed on each bean... ");
long node1 = statelessSession.getCallCount();
getLog().debug(++test+"- "+"One node has received: " + node1);