Turns out I had to write a IWebThreadScopeInfo implementation to support this. Ping me if you want the code..
On Mon, Dec 3, 2012 at 12:52 PM, Mike Christensen <[email protected]>wrote: > I'm using Castle ActiveRecord for my app and converting my web services > from ASPX to WCF. > > With ASPX, I can use the SessionScopeWebModule to initialize a new session > scope for each HTTP request. That way, I don't have to surround all my > code with: > > using(new SessionScope()) > { > // Do a bunch of stuff > } > > Is there anything similar for WCF? Thanks! > > Mike > > PS: If anyone wants some rep on StackOverflow, my question is also posted > here: > http://stackoverflow.com/questions/13690467/castle-activerecord-not-initializing-sessions-with-wcf > -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
