В Птн, 09/03/2007 в 09:35 +0100, fts пишет: > Hello, > > I am trying to add a new facelet tag library to my project which > allows to draw charts using JFreeChart. To do so i added the following > to my deployment-fragment.xml : > > <extension target="web#CONTEXT-PARAM"> > <context-param> > <param-name>facelets.LIBRARIES</param-name> > <param-value> > WEB-INF/chartcreator.taglib.xml; > </param-value> > </context-param> > </extension> > > The problem is that another nuxeo project > "org.nuxeo.ecm.platform.ui.web" do the same so i end up with a > generated web.xml containing 2 "facelets.LIBRARIES" context-param. > Because of that the nuxeo.war won't deploy anymore. What can i do > without altering the nuxeo projects to have only one > facelets.LIBRARIES declaration? > > Frédéric >
Hello, Frédéric. Thanks for your report. I've added jira task for that: http://jira.nuxeo.org/browse/NXP-755 Meanwhile i think you'll need to modify org.nuxeo.ecm.platform.ui.web's deployment-fragment.xml to include also your tag library. Regards, Ruslan _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
