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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






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



Reply via email to