[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4226) <s:link view="..." propagation="begin"> + login-required="true" throws "java.lang.IllegalStateException: long-running conversation already active" after login succeeded

Gena Batalski (JIRA) jira-events at lists.jboss.org
Fri Jun 12 11:50:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12471938#action_12471938 ] 

Gena Batalski commented on JBSEAM-4226:
---------------------------------------

Ok, it seems to work according to the actual documentation: none leaves the conversation and the propagation begins the new one. The combination of view="someView" + propagation="none"  work well also if the view/conversation/session timed out.


> <s:link view="..." propagation="begin"> + login-required="true" throws "java.lang.IllegalStateException: long-running conversation already active" after login succeeded
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-4226
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4226
>             Project: Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.2.CR2
>         Environment: JBoss 4.2.3 Seam 2.1.2CR2 snapshot
>            Reporter: Gena Batalski
>
> Hello,
> if i use <s:link view="/login/start.xhtml" 	immediate="true" propagation="begin"> and the view pointed by s:link requires login within the pages.xml i get an exception: " java.lang.IllegalStateException: long-running conversation already active" after login succeeded and before redirect should occur. 
> The problem is present since about 6 weeks. If i change the  propagation to "none" it works, but the request from the link above is proceessed within the current long running conversation and if this conversation timed out, i always get the conversation timeout redirect an can not simple leave the current page with one click on the link described above.
> Switch to the previous Seam build resolves the problem.
> Gena

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list