stefan 2004/07/13 08:49:04
Modified: proposals/jcrri ToDo.txt
proposals/jcrri/work config.xml
Log:
jcrri
Revision Changes Path
1.6 +0 -3 jakarta-slide/proposals/jcrri/ToDo.txt
Index: ToDo.txt
===================================================================
RCS file: /home/cvs/jakarta-slide/proposals/jcrri/ToDo.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ToDo.txt 9 Jul 2004 16:48:22 -0000 1.5
+++ ToDo.txt 13 Jul 2004 15:49:04 -0000 1.6
@@ -33,9 +33,6 @@
adopt the NodeDef from another parent
- use jdbc as an alternative to virtual filesystem persistence layer
- use an alternative journaling filesystem as (transactional) persistence layer
-- check constraint validations (NodeImpl#validateTransientItems(),
- NodeTypeImpl.can*(), etc.) if they are in sync with the spec
- (e.g. protected, mandatory, etc)
- gracefull repository shutdown:
- close abstract file systems (e.g. flush dirty buffers, etc.)
- close workspaces
1.5 +0 -9 jakarta-slide/proposals/jcrri/work/config.xml
Index: config.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/proposals/jcrri/work/config.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.xml 30 Jun 2004 14:36:32 -0000 1.4
+++ config.xml 13 Jul 2004 15:49:04 -0000 1.5
@@ -46,15 +46,6 @@
<param name="path"
value="${factory.home}/repositories/localfs/workspaces/default/blobs"/>
</FileSystem>
</BLOBStore>
- <!-- dynamic workspace based on main workspace -->
- <DynamicWorkspace name="dynWsp">
- <PersistenceManager
class="org.apache.slide.jcr.core.state.xml.XMLPersistenceManager"/>
- <WorkspaceStore>
- <FileSystem class="org.apache.slide.jcr.fs.local.LocalFileSystem">
- <param name="path"
value="${factory.home}/repositories/localfs/workspaces/dynWsp/data"/>
- </FileSystem>
- </WorkspaceStore>
- </DynamicWorkspace>
</StableWorkspace>
</Repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]