assertTrue(wasConcurrentException);
}
public void testOverrideConcurrentAccess() throws Exception
{
ConcurrentStateful stateful = (ConcurrentStateful) new InitialContext().lookup("OverrideConcurrentStateful");
stateful.getState();
StatefulInvoker[] invokers = new StatefulInvoker[2];
for (int i = 0; i < 2 ; ++i)
{
invokers[i] = new StatefulInvoker(stateful);