seam-gen components.xml templates have incorrect event id for notLoggedIn redirect
----------------------------------------------------------------------------------
Key: JBSEAM-2426
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2426
Project: JBoss Seam
Issue Type: Bug
Components: Tools
Affects Versions: 2.0.1.CR1
Reporter: Andrew Atkinson
Fix For: 2.0.1.GA
The components.xml seam-gen templates have an incorrect or outdated event id:
<event type="org.jboss.seam.security.notLoggedIn">
<action execute="#{redirect.captureCurrentView}"/>
</event>
should be
<event type="org.jboss.seam.notLoggedIn">
<action execute="#{redirect.captureCurrentView}"/>
</event>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira