Hi,
Daniel Florey schrieb:
I missed something... The javadocs have been correct; they just didn't mention that the poll interval should be specified in milliseconds. It might be correct that you have to add the username to repositoryDomain when connecting to exchange as you also have to specify in the constructors credentials which user is taken to poll for events. This will fail if the user has no access to a specific path. So finally everything seems to be correct (except the fact that there are some mysterious methods in WebdavResource regarding subscriptions).
thanks a lot Daniel, it seems to work somewhat now. But what's this?
23.12.2004 11:44:54 org.apache.webdav.lib.NotificationListener subscribe
INFO: Received subscription id=114, listener: biss.bam.exchange.EventSubscriber@
127734f
23.12.2004 11:45:23 org.apache.webdav.lib.NotificationListener poll
INFO: Poll for subscribers: 114
Exception in thread "Timer-0" java.lang.NoClassDefFoundError: de/zeigermann/xml/simpleImporter/SimpleImportHandler
at org.apache.webdav.lib.NotificationListener.poll
(NotificationListener.java:291)
at org.apache.webdav.lib.NotificationListener$3.run
(NotificationListener.java:146)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Where can I find that class? I did a download of "jakarta-slide-webdavclient-bin-2.1rc1.zip", did an unzip (decompresses to "jakarta-slide-webdavclient-bin-2.4.1"?) and put the files in the "lib" directory in the Java classpath.
Did I miss something or was that class accidentially left in the distribution?
Regards,
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
