@Test
public void testBug1006723() throws Exception {
TestSessionHome testSessionRemoteHome = (TestSessionHome)iniCtx.lookup("java:global/cmp-optimisticlock/TestSession!org.jboss.as.test.integration.ejb.entity.cmp.optimisticlock.bug1006723.testsession.TestSessionHome");
TestSession testSessionRemote = testSessionRemoteHome.create();
Long oID = testSessionRemote.setup();
testSessionRemote.test(oID);
}
@Test
public void testNullLockedFields() throws Exception {
FacadeBean facade = getFacade();