logger.log(BasicLevel.DEBUG,
"New persistent instance, identifier=" + po.getPName());
}
if (map == null) {
//call the po to make persistent the reference field
state.makePersistent(this);
} else {
//call the po to make persistent the reference field, with the map context
state.makePersistentOnAttach(this, map);
}
po.speedoGetHome().sendEvent(HomeItf.POST_NEW, po, null);