[jira] Assigned: (JCR-543) DocViewSAXEventGenerator produces invalid SAX stream

2006-08-18 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-543?page=all ] Stefan Guggisberg reassigned JCR-543: - Assignee: Stefan Guggisberg DocViewSAXEventGenerator produces invalid SAX stream

[jira] Created: (JCR-544) JCR-Server: Workspace.restore not mapped correctly

2006-08-18 Thread angela (JIRA)
JCR-Server: Workspace.restore not mapped correctly -- Key: JCR-544 URL: http://issues.apache.org/jira/browse/JCR-544 Project: Jackrabbit Issue Type: Bug Reporter: angela

Re: Multi-version restore withWebDAV VersionControlledItemCollection.update

2006-08-18 Thread Angela Schreiber
hi david i opened a new jira issue for this. https://issues.apache.org/jira/browse/JCR-544 JCR-544 JCR-Server: Workspace.restore not mapped correctly regards angela David Kennedy wrote: The WebDAV multi-version restore code in VersionControlledItemCollection.update method is suspicious. The

Re: jackrabbit-server-1.0.1.war distribution

2006-08-18 Thread Angela Schreiber
hi i re-read your description multiple times and i don't manage to interprete, whether your problem is caused by a bug in the server or by a wrong behaviour of your dav-client. the exception insinuates, that the client successfully created a lock on the server. however, a subsequent PUT call

[jira] Resolved: (JCR-543) DocViewSAXEventGenerator produces invalid SAX stream

2006-08-18 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-543?page=all ] Stefan Guggisberg resolved JCR-543. --- Resolution: Fixed fixed in svn r432563 thanks for reporting this isssue! DocViewSAXEventGenerator produces invalid SAX stream

Reregistering Nodetypes

2006-08-18 Thread Christoph Kiehl
Hi, currently there are only API methods to register new nodetypes but not to modify aka reregister nodetypes. I would like to add the following methods to JackrabbitNodeTypeManager: NodeType[] registerNodeTypes(InputSource in, boolean reregisterExistent) NodeType[]