in my case a FS mount (-Dsling.mountByFS=true) does not work.
The configMgr of the web console shows that the mount is there and
FileMonitor.check() detects the change and sends the event.
My question is: Who is the receiver of the event? I understand that it's
the event of the FsResourceProvider but what code listens to the change
and (in my case) doesn't promote it.
The scripting jsp should listen to the events you mention above, but now
the scripting is not using event admin anymore but uses the
ResourceChangeListener and therefore it never gets the event.
The problem is that we need to update the fsresource bundle to use the
resource resolver observation api. I'll try to take care of it.
Ah. Thanks a lot!
Best,
Sandro