Le lundi 15 janvier 2007 à 02:45 +0100, Florent Guillaume a écrit : > During deployment, a few JBoss files have to be modified to make > Nuxeo work correctly. > This used to be done through ant targets that copied the new file > from someplace in resources/ into the proper JBoss location. > This has the disadvantage of making it very hard to work with a new > JBoss version, or to have customized JBoss files with different ports. > > Now this is done by modifiying these files in place through very > simple XSLT rules. > You can find examples of this in: > - Nuxeo/build.xml > - for the DefaultCacheTimeout in deploy/security.sar/META-INF/ > jboss-service.xml > - for the maxSavePostSize in deploy/jbossweb-tomcat55.sar/server.xml > - NXJBossExtensions/build.xml > - for the Nuxeo URLComparator in conf/jboss-service.xml > > Please keep this system in mind if there are other similar files to > change in the future.
Thx Florent, Guess we should also use it for the Cache's interceptors declaration if we don't choose to declare our own interception domain. Dragos ? > > Florent > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
