Hello,
I am working for Eclipse Corona project. We decided to use jackrabbit repository that would be accessed with the use of webdav interface. We are able to browse jackrabbit repository content with the use of webdav clients (tested: eclipse site explorer, or dav explorer) but we are not able to add/update any new resources - response containes 409 http error after such attempts (response message: "no definition found in parent node's node type for new node: no matching child node definition found for..."). I suppose the problem is related with not valid wrapping jcr request inside webdav request (e.g. eclipse site explorer, when new resource is being added, calls mkcol method sending only new resource name). Therefore I would have the following questions: * How should I build webdav request that would be correctly converted to jcr request on the server side? * How to define that new resource being created is a resource of given custom (mixin) type? * How to pass/set jcr properties withing webdav request? For any help thanks in advance. Best regards Edyta Kalka The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
