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

Artur Chyzy (JIRA) jira-events at lists.jboss.org
Tue Mar 27 10:00:08 EDT 2007


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