This code was working fine
If Not uow.AddForSave(Me, refetch:=True) Then
Throw New JException.JAppException(String.Format("Save Failed: UnitOfWork rejected to add this ({0}) object because it's already added for Save.", Me.GetType.Name))
End If
uow.Commit(adapter, True)
After installing the 21-03-2006 LLBL update, the last line does commit the UoW object BUT the fields of the entity (Me) are OutOfSynch (although I am requesting to refetch ??)