I'm still struggling a lot with my data models. My database schema is now turning out the way I'd like (I think), but now the site is not saving any data! I perform a simple step that should insert a row into a table and it gets rolled-back. I watched on NHProf and see the INSERT statements entering -- and they are valid, then at the end it simply says "rollback transaction".
I'm using the "Session per Request" pattern I found here-- http://using.castleproject.org/display/AR/Enable+Session+per+Request. In the OnEndRequest event the scope.HasSessionError is true. But how do I find out what the error actually is? -- 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=.
