froehlich    01/12/12 16:26:48

  Modified:    src/org/apache/cocoon cocoon.roles
  Log:
  started to implement a Jisp based FilesystemStore, stand by for more.
  
  Revision  Changes    Path
  1.34      +16 -0     xml-cocoon2/src/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- cocoon.roles      2001/12/11 23:12:45     1.33
  +++ cocoon.roles      2001/12/13 00:26:48     1.34
  @@ -166,4 +166,20 @@
          shorthand="lucene-xml-indexer"
          
default-class="org.apache.cocoon.components.lucene.SimpleLuceneXMLIndexerImpl"/>
   
  + <!-- Jisp based Persitence Store 
  +      Careful, this is still a Scratchpad Component!
  + -->
  +
  + <role name="org.apache.cocoon.components.store.Store/JispMRUMemoryStore"
  +       shorthand="jisp-mrumemorystore"
  +       default-class="org.apache.cocoon.jispstore.MRUMemoryStore"/>
  +
  + <role name="org.apache.cocoon.components.store.FilesystemQueue/JispFilesystemQueue"
  +       shorthand="jisp-fsqueue"
  +       default-class="org.apache.cocoon.jispstore.FilesystemQueueImpl"/>
  +
  + <role name="org.apache.cocoon.components.store.Store/JispFilesystemStore"
  +       shorthand="jisp-persitence"
  +       default-class="org.apache.cocoon.jispstore.JispFilesystemStore"/>
  +
   </role-list>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to