> Author: justin
> Date: Sat Mar 20 02:22:25 2010
> New Revision: 925531
> 
> URL: http://svn.apache.org/viewvc?rev=925531&view=rev
> Log:
> SLING-1447 - adding ability to configure multiple workspaces for event firing

Hi,

at first I thought that this is a good idea, but rethinking it, I'm not
sure anymore.
The problem I see is that if two workspaces contain the same content (or
partially the same content), then resource events might be fired because
something changes in workspace x (which is not the default workspace) -
but event handlers for these events assume that the changes happened in
the default workspace.
Resource events have only the path property by default and event handler
do not expect an additional workspace prop.

So I think have to change this, adding the workspace to the path
property (if it is not the default workspace) would do the trick.

WDYT?
Carsten
-- 
Carsten Ziegeler
[email protected]

Reply via email to