SystemView Import and UUID

2007-07-18 Thread qcfireball
I am trying to do a SystemView Import, and have a UUID created if the node does not already exist. I use an XSLT to x-form my XML into the proper SystemView, and include a node for jcr:uuid. If this value is empty, the JCR throws an exception. If I remove the jcr:uuid node, the JCR imports the

Re: [jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-18 Thread Julian Reschke
Angela Schreiber wrote: but that's a different story isn't it? i was talking about the compliance class (and the method set). Probably. I just wanted to make sure that no time is spent on something that is broken in the spec... RFC 3253 defines a separate behaviour for version-controlled

[jira] Commented: (JCR-537) Failure to remove a versionable node

2007-07-18 Thread Shane Preater (JIRA)
[ https://issues.apache.org/jira/browse/JCR-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513577 ] Shane Preater commented on JCR-537: --- I am also seeing this error when trying to remove the version mixin from a node.

Re: [jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-18 Thread Angela Schreiber
hi Clarifying: the difference between a collection and a non-collection with respect to WebDAV versioning is that the version-controlled state of a collection *additionally* includes the binding-set (for the members), but not the members itself. jup... and that's currently missing. Hm,

Re: [jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-18 Thread Julian Reschke
Angela Schreiber wrote: ... leading to the question: will it cause problems if the dav-client can 'see' dav VersionHistoryResources and VersionResources that don't have a corresponding versionable dav resource? or would that be an negligible inconsistency? ... That shouldn't be a problem,