[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2426) seam-gen components.xml templates have incorrect event id for notLoggedIn redirect

Dan Allen (JIRA) jira-events at lists.jboss.org
Tue Jan 8 13:29:43 EST 2008


    [ 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

        



More information about the seam-issues mailing list