Issue (View Online)

Key: NXP-755
Issue Type: Bug Bug
Status: Closed Closed
Priority: Minor Minor
Resolution: Fixed
Assignee: Thierry Delprat
Reporter: Ruslan Spivak

Operations

View all
View comments
View history
facelets.LIBRARIES is not extendable by 3rd party contributions 
Updated: 23/04/07 13:05   Created: 09/03/07 13:24  

The following issue has been closed.

Project: Nuxeo Enterprise Platform 5
Components: Web UI

 Description   
Mail excerpt:

"""
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
"""

We need declare FACELETS-LIBRARIES tag in web.xml template of jboss-extensions and use it in deployment-fragments.xml

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to