Hi, On Feb 19, 2008 3:59 PM, Alexander Saar <[EMAIL PROTECTED]> wrote: > ...We are currently working on a workflow engine on top of Sling and think > that > getting a ResourceResolver and executing a script without a request at hand, > eg. within a thread that was triggered by an (job) event, would be cool for > applications that goes beyond plain content delivery....
How about using a "mock" or "internal" request instead of no request? That might make this less of a special case, and having such internal requests might be useful for testing as well. -Bertrand
