[seam-issues] [JBoss JIRA] Commented: (JBSEAM-3752) The possibility to kill the conversation stack with the "s:conversationPropagation" tag is missing

Cody Lerum (JIRA) jira-events at lists.jboss.org
Fri Jan 22 12:15:19 EST 2010


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

Cody Lerum commented on JBSEAM-3752:
------------------------------------

I think it has something to do with being too early in the morning :-)

I was reading 

case ENDROOT:
 	 endRootConversation(false);
 	 break;

as 

case ENDROOT:
 	 endConversation(false);
 	 break;

making it identical to the END case.

Everything looks good.

> The possibility to kill the conversation stack with the "s:conversationPropagation" tag is missing
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-3752
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3752
>             Project: Seam
>          Issue Type: Feature Request
>    Affects Versions: 2.1.1.CR1
>            Reporter: Denis Forveille
>            Assignee: Denis Forveille
>             Fix For: 2.2.1.CR1
>
>
> The possibility to kill the conversation stack with the "s:conversationPropagation"  is missing in v2.1.1.CR1. 
> It is possible to do that via annotation @End(root=true), the API or with pages.xml, but not  with the "s:conversationPropagation"  tag that may use to begin/end/join etc... a conversation
> Maybe by adding another enum for "type" like "endAll" ?: <s:conversationPropagation type="endAll" />

-- 
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