[
https://jira.jboss.org/browse/GTNPORTAL-1286?page=com.atlassian.jira.plug...
]
Trong Tran commented on GTNPORTAL-1286:
---------------------------------------
They are not the same :
- one is "portal.application.lifecycle.event"
- other is "portal.execution.lifecycle.event"
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