hmm.. it seems like i need to do this, to prevent it from hitting the database every time when no changes are made.
http://www.castleproject.org/activerecord/documentation/trunk/usersguide/web.html ...and I have also added isWeb="true".. Not sure if that one makes any difference http://www.castleproject.org/activerecord/documentation/trunk/manual/xmlconfigref.html On Feb 20, 6:39 pm, Mark Jensen <[email protected]> wrote: > bump.. > > On Feb 6, 8:16 pm, Mark Jensen <[email protected]> wrote: > > > > > > > > > And... when I use the GhostBuster you link too, i get the following > > result > > > s--------Core.Domain.Models.Organization > > e--------Core.Domain.Models.Organization > > > Not really sure what to make of that > > > On Jan 30, 1:03 am, Mauricio Scheffer <[email protected]> > > wrote: > > > > Yes, as the author of the blog post you mentioned says, this is likely the > > > consequence of a mapping error. > > > I don't think ActiveRecord has anything to do here... I'd try running a > > > test to find mapping issues. Here's a newer version of Fabio's > > > "Ghostbusters":http://joseoncode.com/2010/02/05/nhibernate-ghostbuster-version-1-1/ > > > If that doesn't work, try isolating the issue in a stand-alone test so we > > > can diagnose the problem. > > > > -- > > > Mauricio > > > > On Sun, Jan 29, 2012 at 1:06 PM, Mark Jensen <[email protected]> wrote: > > > > Hi > > > > > If i fetch something from the database, dont make any changes and then > > > > save my entity. I would expect that no UPDATE statements gets called. > > > > How this doesn't seem to be the case. > > > > > I found this post from a guy you had the same problem, but only with > > > > NH > > > > >http://ahmedshuhel.blogspot.com/2011/01/nhibernate-send-update-querie... > > > > > And i have tried to add "Not-Null=true" to all the attributes on my > > > > entity, but not luck, I stille get an UPDATE statement. > > > > > Is there something wrong with AR or am i missing something? > > > > > br > > > > Mark > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > "Castle Project Users" group. > > > > To post to this group, send email to > > > > [email protected] > > > > . > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group at > > > >http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
