Hi,

Hope someone can help me with this problem, I have ActiveRecord (well
NHibernate really, but since i'm using AR i refer to this group first)
thowing the nex exception:

NonUniqueObjectException: a different object with the same identifier
value was already associated with the session: 5, of entity:
Cognitum.Dominio.Aplicacion.Seguridad.Usuario,

but there is no other object Usuario in my application since i am
deserializing it from a json request, and calling ActiveRecordMediator
to Update my objecrt, i understand NHibernate when detects my object
have an id it "rehidrates" it from database before update it to
database.

Is this wrong?


P.S. I'm already using the HttpModule and configured my AR with
isWeb="true"

Thanks
Trent

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to