I was getting a hibernate error nonuniqueObjectexception. This happened when CF sends flex the same object twice (the first is an object, the second is a reference to that object).
Found this link
http://groups.google.com/group/cf-orm-dev/browse_thread/thread/36c5543b0...
and I replaced entitysave with entitymerge. This solved it for me.
Anyway, just thought I'd share....

Comments
Post new comment