Hello,
I recently installed xwiki on my local machine for testing. The goal is to install xwiki on the company server at a later time. I had no troubles installing xwiki but I have serious trouble getting the email notification running. I activated the email notification (XWiki.Preferences) and set up the smtp server on "localhost" and the admin email to "jgehbauer(a)gmail.com". Unfortunately, I did never receive any email. I tried other smtp servers like smtp.gmail.com or smtp.comcast.net but it all seems not to work. I do not receive any email. I am running Tomcat 5.5.17, MySQL 5.0.19, and xwiki 0.9.840 on a Mac OS X operating system with a Firefox Browser.
At some point I received the error message that the connection was refused. But that only happened once.
I would appreciate any help on setting up the email notification. Thanks.
Cheers,
Jens
I've added some clustering support code to xwiki. To enable
clustering, edit oscache.properties and uncomment the specified line.
One problem has to do with the need for some code to be notified when
a document has been changed by some other machine in the cluster e.g.
machine A saves a doc, broadcasts invalidate to other machines, but
machine B has code that needs to know when any doc has changed (e.g.
email notification or lucene plugin). I've tried to account for this
with the class XWikiCacheListener, but couldn't come up with a
completely satisfactory solution. Since its execution is triggered
by jgroups when it receives a cache flush event over the network,
there is no Context, and thus any notification recipient that uses
something thats not in the dummy Context I create will fail - e.g.
XWikiPageNotiification line 30 tries to use the request object and
throws a NPE - in this case we could fix it by checking if request is
null, but I don't know where else it might break. Suggestions would
be appreciated.
To see the changes added for clustering, you can: svn diff -r 1065:1066
Matt
When this build will be avaliable?
-----Original Message-----
From: ludovic(a)xwiki.org [mailto:ludovic@xwiki.org]
Sent: sábado, 6 de maio de 2006 19:25
To: ludovic(a)xwiki.org; xwiki-dev(a)objectweb.org
Subject: [xwiki-dev] xwiki build.189 Build Fixed
View results here -> http://build.xpertnet.biz/cc/buildresults/xwiki?log=log20060507001400Lbuild…