Is CayenneContext thread safe? I'm not trying to any sort of concurrent access with it, but I am passing it around via HttpSession, so it's being accessed by whatever thread the servlet happens to be executing in. I'm running into issues with ThreadLocal values being null and am wondering if it's a local bug or if I'm just trying to use CayenneContext for something which it was not designed.
Thanks, Kevin
