Hello, I have a Web App where Cayenne is deployed using one of the 3 Web deployment options. I'm wondering if it is possible at the same time to be able to get a cayenne context from a call that is not related to a httpServlet request or a HttpSession. So in addition to using it in Jsp's and Servlets, could I set it up so that it can also be called from say Spring Scheduled tasks or DWR calls where the functionality is in JavaBeans that don't have a httpRequest (or so I think)
Thanks, Fredrik
