From: Wolfgang M. <wol...@ex...> - 2010-09-25 14:36:52
|
> this milton time linux davfs2 can read binary resources. but not xml > resources. trying to save a document results in the LOCK exception in > the server. Using davfs2 1.4.5, I get the following exception when trying to cp a resource into a collection: 25 Sep 2010 16:33:59,992 [eXistThread-29] DEBUG (LockInfo.java [parseLockInfo]:53) - parsed lock info: scope: EXCLUSIVE, type: WRITE, owner: admin, depth:INFINITY 25 Sep 2010 16:33:59,992 [eXistThread-29] DEBUG (LockHandler.java [processCreateAndLock]:170) - Creating lock on unmapped resource: log4j.xml 25 Sep 2010 16:33:59,992 [eXistThread-29] DEBUG (MiltonCollection.java [createAndLock]:265) - /db/test name=log4j.xml NOT IMPLEMENTED YET 25 Sep 2010 16:29:54,869 [eXistThread-27] ERROR (StandardFilter.java [process]:42) - process java.lang.NullPointerException at com.bradmcevoy.http.webdav.LockHandler.processCreateAndLock(LockHandler.java:173) at com.bradmcevoy.http.webdav.LockHandler.processNonExistingResource(LockHandler.java:142) at com.bradmcevoy.http.webdav.LockHandler.process(LockHandler.java:72) at com.bradmcevoy.http.StandardFilter.process(StandardFilter.java:30) at com.bradmcevoy.http.FilterChain.process(FilterChain.java:21) at com.bradmcevoy.http.HttpManager.process(HttpManager.java:148) at com.bradmcevoy.http.MiltonServlet.service(MiltonServlet.java:169) This happens for XML as well as binary resources. As Peter already reported, you can list the contents of existing collections, but not view any resource. Using Natulius as file manager, I get a HTTP not found error when I try to access eXist with dav://admin@localhost:8080/exist/webdav/db/ Wolfgang |