return getDeploySetup(EJB30JNDINamingSpecUnitTestCase.class, "ejb30-portable-jndi-names.jar");
}
public void testJNDINamesForSLSB() throws Exception
{
JNDILookup delegateBean = (JNDILookup) this.getInitialContext().lookup(JNDI30LookupBean.JNDI_NAME);
delegateBean.lookupPortableSLSBJNDINames();
}