Hello everyone, I am currently experiencing some problems of Client/Server 
Synchronisation during the creation of a new entity with Cairngorm.
 
When I try to create an object, for example "User", I pass a new instance of 
UserVO with a NULL ID. 
COMMAND -> DELEGATE -> REMOTE OBJECT -> SERVER.
 
My backend is Java & Hibernate. 
My UserService successfully adds the new user to my DB.
When I get my object back in my result() function in my COMMAND, the ID of my 
object that was generated by my DB is never updated in my front end...
 
Is there a transparent mechanism that can synchronize a new created object with 
the one returned by my UserService?

Thank you
David

Reply via email to