Starting with WCK
Tino Schöllhorn <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I want to try to create my own store for slide, so we can integrate WebDAV with our content-management system. I started using the WCK - but unfortunately I am missing a point when I want to start/use the reference implementation. Here is the situation: - I am using trunk from SVN - BUILD went fine and I installed the *.war in my 5.5.x-Tomcat. - Creating a WebDAV-Folder with Windows worked - Changed Domain.xml as stated in the WIKI. - When restarting the context I get an error (see below), that the configation misses an parameter "callback-factory". I already tried some values - but I still get the error. Does anyone have any ideas? Regards Tino Log-File excerpt: ================= 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - Loading namespace slide parameters 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - Loading namespace definition 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - nodestore: org.apache.slide.simple.store.WebdavStoreAdapter 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - securitystore references nodestore 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - lockstore references nodestore 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - revisiondescriptorsstore references nodestore 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - revisiondescriptorstore references nodestore 24 Feb 2007 13:48:00 - org.apache.slide.common.Namespace - INFO - contentstore: org.apache.slide.simple.store.WebdavStoreAdapter 24 Feb 2007 13:48:00 - org.apache.slide.common.Domain - WARNING - Service org.apache.slide.simple.store.WebdavStoreAdapter@d9cbcb is missing parameter callback-factory 24 Feb 2007 13:48:00 - org.apache.slide.common.Domain - ERROR - org.apache.slide.common.ServiceParameterMissingException: Service org.apache.slide.simple.store.WebdavStoreAdapter@d9cbcb is missing parameter callback-factory org.apache.slide.common.ServiceParameterMissingException: Service org.apache.slide.simple.store.WebdavStoreAdapter@d9cbcb is missing parameter callback-factory at org.apache.slide.simple.store.WebdavStoreAdapter.setParameters(WebdavStoreAdapter.java:123) at org.apache.slide.common.Namespace.loadChildStore(Namespace.java:1106) at org.apache.slide.common.Namespace.getChildStore(Namespace.java:1046) at org.apache.slide.common.Namespace.loadStoreDefinition(Namespace.java:1008) at org.apache.slide.common.Namespace.loadDefinition(Namespace.java:764) at org.apache.slide.common.Domain.initNamespace(Domain.java:878) at org.apache.slide.common.Domain.init(Domain.java:462) at org.apache.slide.common.Domain.init(Domain.java:375) at org.apache.slide.common.Domain.init(Domain.java:338) ====