|
|
|
We are already using an XSLT, org.nuxeo.ecm.webapp/build.xml has:
<!-- Changes the cache expiration time for security credentials - workaround for an application configuration issue --> <target name="deploy-security-config" description="fix cache expiration period"> <xslt style="resources/security-jboss-service.xsl" in="${deploy.dir}/${security.dirname}/jboss-service.xml" out="out/security-jboss-service.xml" /> <copy overwrite="true" file="out/security-jboss-service.xml" tofile="${deploy.dir}/${security.dirname}/jboss-service.xml" /> </target> We already modify the file and don't replace it ....
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eric: could you give some more informations, please?