This is the big question.  I don't think it is.

If in domain.xml, if you have a /slide/namespace/definition/store/nodestore configured 
as:
===
<nodestore classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
   <parameter name="rootpath">store/metadata</parameter>
   <parameter name="workpath">work/metadata</parameter>
   <parameter name="defer-saving">true</parameter>
   <parameter name="timeout">120</parameter>
</nodestore>
===
My understanding is that /slide/namespace/definition/scope will save it's values under 
the nodestore configuration of the referenced <store>. If you have a <store> 
configured for nodestore=TxXMLFileDescriptorsStore, I don't think you can have the 
/definition/scope values stored in a database, or vice-versa.

<scope> uses the referenced <store>'s nodestore configuration for saving it's values. 
<scope> does not have its own 'scopestore' to configure. 

As an example, security has its own SecurityStore that can be configured independently 
of <store>'s nodestore configuration. Adding <scope> to the SecurityStore or creating 
a new 'ScopeStore' (or ConfigStore) could be one workaround. Since the <scope>'s have 
to be unique, having a central store for all <scope> information for each namespace 
makes sense, regardless of the number of <store>'s.


> -----Original Message-----
> From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 12, 2004 4:18 PM
> To: Slide Users Mailing List
> Subject: Re: read-only support (CD/DVD)
> 
> 
> OK, I am confused. I thouht scope *is* independent of the store 
> definition, isn't it? Could you explain for me?
> 
> Oliver
> 
> Darren Hartford schrieb:
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to