Hi, we're using cayenne for the web-interface of a 20 year old project with meaningful keys. We don't use tapestry. The keys are handled in the validateForSave().
In some cases after commit there is an Exception: "Temporary ID hasn't been replaced on commit" The values of the Dataobject are OK and the Informations put to database are correct. In the Objects that cause this Exception I can't see any difference to Objects that don't cause this Execption. Is there anything I can do to force the replacement if the Temp ID or to prevent this Exception? Caching in cayenne is disabled, because there are many other applications also manipulating data in database. Any hint would help ... -Juergen-
