I call webdavResource.bindMethod(currentBinding,newBinding), and the results true and 
the webdavResource's statusmessage is Created (201), but I can't see any change in 
file system.

I set org.apache.slide.binding to true in slide.properties, but i don't know how to 
set the store in domain.xml.

My domail.xml's current configure is following, how will i modify it?

    <definition>
         <store name="tx">
              <nodestore 
classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
                  <parameter name="rootpath">store/metadata</parameter>
                  <parameter name="workpath">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">store/content</parameter>
                    <parameter name="workpath">work/content</parameter>
                </contentstore>
            </store>
            <scope match="/" store="tx"/>
        </definition>

Regards
Yong



---------------------------------
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!

Reply via email to