[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1609) Nested conversations - potential bug in Manager.beginNestedConversation

Wolfgang Schwendt (JIRA) jira-events at lists.jboss.org
Thu Jul 5 12:04:50 EDT 2007


Nested conversations - potential bug in Manager.beginNestedConversation
-----------------------------------------------------------------------

                 Key: JBSEAM-1609
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1609
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0.BETA1
            Reporter: Wolfgang Schwendt


See thread in JBoss Forum
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112414

very short summary of above thread:

if @Begin(nested=true) is encountered and there is no long-running conversation in progress, Seam creates a new nested
conversation which is not a long-running, but instead a temporary conversation.    

This behavior does not look like intended, given that  beginNestedConversation() of  org.jboss.seam.core.Manager contains a guard that tries to check whether a long-running conversation is in progress.  The potential bug is that this guard condition is too weak, as described in JBoss forum thread mentioned above.

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