Hajo,
I want to retrive User object from database.
When I use UserDAO.FetchUserUsingUCName(...) then object.IsNew is set to true
but when I use UserEntity.FetchUsingUCName(...) then IsNew is set to false.
It seems that only the second result is correct?