}
public void testExplicitVersionUpdateOnSync() throws Exception
{
setup(ENTITY_EXPLICIT_VERSION_LOCKING);
Facade facade = getFacadeHome().create();
try
{
facade.testExplicitVersionUpdateOnSync(ENTITY_EXPLICIT_VERSION_LOCKING, id);
}
catch(Exception e)
{
fail("Locked fields are not updated on sync: " + e.getMessage());
}