{
System.out.println(i + " " + ifs[i].getName() + " " + ifs[i].getClassLoader());
}
ExampleSessionHome home = (ExampleSessionHome)PortableRemoteObject.narrow(obj, ExampleSessionHome.class);
ExampleSession exSess = home.create();
TestInterceptor.intercepted = 0;
exSess.getValue("hello");
if (TestInterceptor.intercepted != 1)
{
throw new ServletException("Wrong TestInterceptor.intercepted for bean, expected=1; actual=" + TestInterceptor.intercepted);
}