[JBoss JIRA] Created: (GTNPORTAL-1286) Clean redudance key in webui-configuration.xml file
by kien nguyen (JIRA)
Clean redudance key in webui-configuration.xml file
---------------------------------------------------
Key: GTNPORTAL-1286
URL: https://jira.jboss.org/browse/GTNPORTAL-1286
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: kien nguyen
Assignee: kien nguyen
Priority: Minor
I see webui-configuraton.xml file (web/portal/src/main/webapp/WEB-INF) has two event keys with the same name:
<events>
<event>
<event-name>portal.application.lifecycle.event</event-name>
<listener>org.exoplatform.webui.event.ConsoleEventMonitorListener</listener>
</event>
<event>
<event-name>portal.execution.lifecycle.event</event-name>
<listener>org.exoplatform.webui.event.ConsoleEventMonitorListener</listener>
</event>
</events>
it should be clean.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months