Hi,
I implemented splring security into my application successfully. I added also Remember me functionality.
If I just start an application everithing works fine. But if I go back and remember me automatically logs me in, I can browse all the objects but when I try to save a record I get this exception.
Each record has an information about systemUser creator and updater. It seems that the user is not connected to hibernate session? How can I correct this?PHP Code:object references an unsaved transient instance - save the transient instance before flushing: com.objectverse.system.users.user.model.SystemUser; nested exception is
Best regards,
Bojan


Reply With Quote