You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Gian Uberto Lauri <Gi...@eng.it> on 2005/11/14 19:44:27 UTC

Question about tx store.

If I put something like this

<store name="tx">
  <nodestore classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
    <parameter name="rootpath">/somewhere/store/metadata</parameter>
    <parameter name="workpath">/somewhere/work/metadata</parameter>
  </nodestore>
  <securitystore>
    <reference store="nodestore"/>
  </securitystore>
  <lockstore>
    <reference store="nodestore"/>
  </lockstore>
  <revisiondescriptorsstore>
    <reference store="nodestore"/>
  </revisiondescriptorsstore>
  <revisiondescriptorstore>
    <reference store="nodestore"/>
  </revisiondescriptorstore>
  <contentstore classname="org.apache.slide.store.txfile.TxFileContentStore">
    <parameter name="rootpath">/somewhere/store/content</parameter>
    <parameter name="workpath">/somewhere/work/content</parameter>
  </contentstore>
</store>

can I assume that metadata and contents will go under the /somewhere directory
in the file system ? 

-- 
 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico  
\/		    e allevatore di bug

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Question about tx store.

Posted by Jeroen Reijn <j....@hippo.nl>.
Hi Gian,

yes you can.

Regards,

Jeroen

Gian Uberto Lauri wrote:
> If I put something like this
> 
> <store name="tx">
>   <nodestore classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
>     <parameter name="rootpath">/somewhere/store/metadata</parameter>
>     <parameter name="workpath">/somewhere/work/metadata</parameter>
>   </nodestore>
>   <securitystore>
>     <reference store="nodestore"/>
>   </securitystore>
>   <lockstore>
>     <reference store="nodestore"/>
>   </lockstore>
>   <revisiondescriptorsstore>
>     <reference store="nodestore"/>
>   </revisiondescriptorsstore>
>   <revisiondescriptorstore>
>     <reference store="nodestore"/>
>   </revisiondescriptorstore>
>   <contentstore classname="org.apache.slide.store.txfile.TxFileContentStore">
>     <parameter name="rootpath">/somewhere/store/content</parameter>
>     <parameter name="workpath">/somewhere/work/content</parameter>
>   </contentstore>
> </store>
> 
> can I assume that metadata and contents will go under the /somewhere directory
> in the file system ? 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org