Le 3 mars 05, � 13:36, Jeremy Quinn a �crit :

...Regardless of the settings of @reloadable or @cacheable, the module always requires that Cocoon be restarted to get changes in the files activated in the sitemap...

I got it working with 2.1.6 as follows (XConfTask source excerpt), including reloading. IIRC it is the documentation that is wrong, I remember digging into the code to find out how this works.

    <component-instance
        class="org.apache.cocoon.components.modules.input.XMLFileModule"
        logger="app.config.XmlConfig"
        name="myConfig">
         <reloadable>true</reloadable>
         <cacheable>true</cacheable>
         <file src="${some.property}"/>
    </component-instance>

-Bertrand

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to