[
http://jira.jboss.com/jira/browse/JBSEAM-2426?page=comments#action_12394206 ]
Dan Allen commented on JBSEAM-2426:
-----------------------------------
The problem was actually that Pages.java was out of line with Identity.java. Identity.java
was throwing both the new and old event, but Pages.java was only throwing the old event. I
brought Pages.java in line. Eventually, of course, we will be nuked the old event
entirely.
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
Assigned To: Shane Bryzak
Priority: Optional
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