146147148149150151152153154155156
{ setup(ENTITY_TIMESTAMP_LOCKING); Facade facade = getFacadeHome().create(); try { facade.testTimestampStrategyFail(ENTITY_TIMESTAMP_LOCKING, id); fail("Should have failed to update."); } catch(Exception e) { }