56789101112
public class JBossCacheServiceClientTest extends ClientBase { public void test() throws Exception { JBossCacheService service = (JBossCacheService) getContext("127.0.0.1").lookup(STR_JNDI); service.test(); }