Hi,
I've seen a couple of postings related to this but neither helped me. My situation is fairly simple - I'm calling SaveEntity but it's failing with "During a recursive save action an entity's save action failed. The entity which failed is enclosed."
This is code which works against an SQL Server database but is now pointed at Oracle. I have verified that I can do the equivalent insert statement in SQL*Plus and the row adds so the trigger and sequence are working properly.
Setting refetchAfterSave to false gets me past the error but obviously that's not a solution.
I know this must relate to how it is trying to get the identity of the new row but I'm not sure where to look next. Your help would be appreciated.