try {
pb.read(conn, state, ctx, forUpdate);
ws.bind(state, oid, WorkingSet.UNKNOWN_INTENTION);
//modified with rebind
state.indexFieldModified(Integer.MAX_VALUE, true);
pb.speedoGetHome().sendEvent(HomeItf.POST_LOAD, pb, null);
} catch (PExceptionNoDSI e) {
if (logger.isLoggable(BasicLevel.DEBUG)) {
logger.log(BasicLevel.DEBUG, "read ==> NO DSI");
}
throw new NoDSIPersistenceException(e);