Has anyone gotten this error in LCDS before? I can't seem to figure out what it means and what to do about it.
[Flex] 03/03/2008 18:59:12.466 [ERROR] [Service.Data.General] Can't find create message for newly created item with message id: EB473A3B-AF5D-1E26-7831-7600782E18C5 I couldn't find anything in google as well. The error was being thrown when a user tried to commit a nested object for persistence. (Such as a new UserVO which contains a new ContactVO as a property) I this case the UserVO persisted correctly and the ContactVO persisted, but the ContactVO id did not save correctly in the users table and then the user.contact property was null. Any thoughts? - Kevin