Hopefully, this is a simple user error.  We are using ActiveRecord
1.0.3.0 in a web application, and have the "isWeb=true" setting in our
web config.  However, there has been some recent modules added that
are attempting to call into our repository layer (a general facade
over ActiveRecordMediator<T>)  using ThreadPool threads (background)
that are generating errors to the ring of "can't locate HttpContext".
This makes complete sense, since the background threads have no
HttpContext, but it does raise the questions - what is the correct way
to support this type of operation using ActiveRecord?

TIA,
Mike

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to