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 "Ajay K. Mallik" <am...@mortgagehub.com> on 2004/02/09 20:04:58 UTC

how to configure j2ee content store with new store

What is the equivalent of the following j2ee content store configuration of Domain.xml for the new slide store implementation? The slidestore.j2ee.J2EEDescriptorsStore class and J2EEContentStore classes are no longer there in the cvs.

-------------------------------------------
<definition>
    <store name="j2ee">
        <nodestore classname="slidestore.j2ee.J2EEDescriptorsStore">
            <parameter name="datasource">jdbc/mtx</parameter>
        </nodestore>
        <securitystore>
            <reference store="nodestore"/>
        </securitystore>
        <lockstore>
            <reference store="nodestore"/>
        </lockstore>
        <revisiondescriptorsstore>
            <reference store="nodestore"/>
        </revisiondescriptorsstore>
        <revisiondescriptorstore>
            <reference store="nodestore"/>
        </revisiondescriptorstore>
        <contentstore classname="slidestore.j2ee.J2EEContentStore">
            <parameter name="datasource">jdbc/mtx</parameter>
        </contentstore>
    </store>
    <scope match="/" store="j2ee"/>
</definition>
-----------------------
I highly appreciate your help.
Thanks
Ajay

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


Re: how to configure j2ee content store with new store

Posted by Oliver Zeigermann <ol...@zeigermann.de>.
Hi Ajay!

There now is one combined store for both descriptors and content: 
org.apache.slide.store.impl.rdbms.J2EEStore

Note, however, the scheme is incompatible to the old j2ee stores.

Oliver

Ajay K. Mallik wrote:
> What is the equivalent of the following j2ee content store configuration of Domain.xml for the new slide store implementation? The slidestore.j2ee.J2EEDescriptorsStore class and J2EEContentStore classes are no longer there in the cvs.
> 
> -------------------------------------------
> <definition>
>     <store name="j2ee">
>         <nodestore classname="slidestore.j2ee.J2EEDescriptorsStore">
>             <parameter name="datasource">jdbc/mtx</parameter>
>         </nodestore>
>         <securitystore>
>             <reference store="nodestore"/>
>         </securitystore>
>         <lockstore>
>             <reference store="nodestore"/>
>         </lockstore>
>         <revisiondescriptorsstore>
>             <reference store="nodestore"/>
>         </revisiondescriptorsstore>
>         <revisiondescriptorstore>
>             <reference store="nodestore"/>
>         </revisiondescriptorstore>
>         <contentstore classname="slidestore.j2ee.J2EEContentStore">
>             <parameter name="datasource">jdbc/mtx</parameter>
>         </contentstore>
>     </store>
>     <scope match="/" store="j2ee"/>
> </definition>
> -----------------------
> I highly appreciate your help.
> Thanks
> Ajay
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 




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