[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1115) Conversation propagation problem in integration tests

Gavin King (JIRA) jira-events at lists.jboss.org
Mon May 21 14:46:52 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1115?page=all ]

Gavin King closed JBSEAM-1115.
------------------------------

    Resolution: Incomplete Description

I can't spend time on this unless you fix the forum link, or otherwise provide better information on what your code looks like.

> Conversation propagation problem in integration tests
> -----------------------------------------------------
>
>                 Key: JBSEAM-1115
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1115
>             Project: JBoss Seam
>          Issue Type: Feature Request
>    Affects Versions: 1.2.0.GA
>         Environment: Windows XP SP2, JBoss 4.0.5GA
>            Reporter: Artur Chyzy
>
> When trying to run integration test with following config in edit.page.xml
> <navigation from-action="#{someBean.select}">
> 		<begin-conversation nested="true"/>	
> 		<redirect view-id="/edit.jspx" />	
> </navigation>
> after invoking of select method the conversation is not long running (the object added using Contexts.getConversationContext().set()  is not put to the conversation)  and Manager.instance().isLongRunningConversation() return false
> Using @Begin on select method works fine. 

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