log.info(prop);
log.info("Create InitialContext for " + nodeJNDIAddress);
InitialContext ctx = new InitialContext(prop);
log.info("Lookup sfsb from " + nodeJNDIAddress);
EntityQueryTest eqt = (EntityQueryTest) ctx.lookup("EntityQueryTestBean/remote");
eqt.getCache(this.getRegionPrefix());
return eqt;
}