InitialContext ctx = new InitialContext();
TestSessionRemoteHome testSessionRemoteHome = (TestSessionRemoteHome)
PortableRemoteObject.narrow(ctx.lookup("ejb/TestSession"), TestSessionRemoteHome.class);
TestSessionRemote testSessionRemote = testSessionRemoteHome.create();
Long oID = testSessionRemote.setup();
testSessionRemote.test(oID);
}
public void testNullLockedFields() throws Exception
{
Facade facade = getFacadeHome().create();