[xwiki-users] Watchlist email notification does not work for some users ...

2011-10-03 Thread jerem
Hi,

Some users on my xwiki 3.1 instance never receive notification emails, while
others do.
I couldn't find any useful difference in their profiles (use of
"Scheduler.WatchListHourlyNotifier", list of space and pages, email
correctly set in profile ...).

Tried to increase logs to debug for com.xpn.xwiki.*, I though it would add
some logs about what was doing com.xpn.xwiki.plugin.watchlist.WatchListJob,
but nothing new appears in the logs (except an important amount of "noise"
from rights check).

Do you have any advice on how to investigate about this issue ?

Thanks,
Jeremie

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Watchlist-email-notification-does-not-work-for-some-users-tp6855024p6855024.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Watchlist email notification does not work for some users ...

2011-10-04 Thread jerem
I found how to correct the problem: I had to remove the "WatchListClass"
object from concerned users, and recreate it (with exactly same parameters).
After that, notifications are sent correctly ...
I really don't know what's the problem behind though ...

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Watchlist-email-notification-does-not-work-for-some-users-tp6855024p6858944.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Watchlist email notification does not work for some users ...

2011-10-07 Thread jerem
I think I understood ... Because notifications were not sent anymore a few
days after my "workaround".

I think that in fact it was due to the "automatic watching" feature. Every
page I created was added to the list of watched pages, and so the related
field in WatchListClass object.

The problem in my case, is that my user account is used to synchronize pages
from mailing-lists mails, so a large number of pages are created everyday
"by me". I think it might have led to a string too long for the database in
the WatchListClass object ...
I also think there could be some improvements of the WatchList feature in
this case : why are new pages added to the "watched pages" list by the
automatic watch feature, knowing that I already watch the whole wiki ? Seems
to be redundant. There could be a check if a page is not already in the
scope before adding it.

I'm not sure of that though, and I did not find evidences from the logs, but
I will check if setting "automatic watching" to "disabled" corrects the
problem or not.

Thanks,
Jeremie


--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Watchlist-email-notification-does-not-work-for-some-users-tp6855024p6869215.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users