String lookup = "ejb:/resteasy-reverse-injection-test/" + className + "!" + viewName.getName() + "?stateful";
log.info("lookup: " + lookup);
EJBInterface remote = EJBInterface.class.cast(context.lookup(lookup));
log.info("remote: " + remote);
remote.setUp(NON_CONTEXTUAL);
Assert.assertTrue(remote.test(NON_CONTEXTUAL));
}
/**
* Verifies the scopes of the EJBs used in this set of tests.
*/