Re: [xwiki-devs] [xwiki-notifications] r23823 - platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/xwiki/plugin/scheduler
jvelociter (SVN) wrote:
Author: jvelociter Date: 2009-09-22 16:05:56 +0200 (Tue, 22 Sep 2009) New Revision: 23823
Added: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/xwiki/plugin/scheduler/XWikiServletResponseStub.java Modified: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/xwiki/plugin/scheduler/SchedulerPlugin.java Log: XASCH-39 Stub the servlet response in the scheduler's thread context
A response stub and a request stub are needed for all background threads. Thus, it would be better to move them in xwiki-core. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Sep 22, 2009, at 6:24 PM, Sergiu Dumitriu wrote:
jvelociter (SVN) wrote:
Author: jvelociter Date: 2009-09-22 16:05:56 +0200 (Tue, 22 Sep 2009) New Revision: 23823
Added: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/ xwiki/plugin/scheduler/XWikiServletResponseStub.java Modified: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/ xwiki/plugin/scheduler/SchedulerPlugin.java Log: XASCH-39 Stub the servlet response in the scheduler's thread context
A response stub and a request stub are needed for all background threads. Thus, it would be better to move them in xwiki-core.
Not with the new architecture but for old stuff yes. -Vincent
On Tue, Sep 22, 2009 at 18:24, Sergiu Dumitriu <[email protected]> wrote:
jvelociter (SVN) wrote:
Author: jvelociter Date: 2009-09-22 16:05:56 +0200 (Tue, 22 Sep 2009) New Revision: 23823
Added: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/xwiki/plugin/scheduler/XWikiServletResponseStub.java Modified: platform/xwiki-plugins/trunk/scheduler/src/main/java/com/xpn/xwiki/plugin/scheduler/SchedulerPlugin.java Log: XASCH-39 Stub the servlet response in the scheduler's thread context
A response stub and a request stub are needed for all background threads. Thus, it would be better to move them in xwiki-core.
There is already a stub context provider in core...
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol