[seam-issues] [JBoss JIRA] Created: (JBSEAM-4622) Event org.jboss.seam.noConversation no caught for long running natural conversation where conversation id is missing

Tomas Cerny (JIRA) jira-events at lists.jboss.org
Mon Mar 29 13:58:37 EDT 2010


Event org.jboss.seam.noConversation no caught for long running natural conversation where conversation id is missing
--------------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-4622
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4622
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2.0.GA
            Reporter: Tomas Cerny


Event org.jboss.seam.noConversation no caught for long running natural conversation where conversation id is missing

if I have a conversation that has a name - lets say "CCC"

and I go to a page "URL/page.seam?CCC=1 " with no active conversation I get the event org.jboss.seam.noConversation

but if I go  to a page "URL/page.seam?XXX=1 " with no active conversation I DO NOT get the event org.jboss.seam.noConversation

all the redirects will not come then an I end up with java.lang.IllegalStateException

19:50:09,175 WARN  [Component] Cannot create Seam component, scope is not active: myActionManager(CONVERSATION)
19:50:09,175 WARN  [SeamPhaseListener] uncaught exception, passing to exception handler
java.lang.IllegalStateException: conversation id evaluated to null: CCC
	at org.jboss.seam.navigation.NaturalConversationIdParameter.getParameterValue(NaturalConversationIdParameter.java:70)
	at org.jboss.seam.navigation.NaturalConversationIdParameter.getConversationId(NaturalConversationIdParameter.java:62)
	at org.jboss.seam.navigation.NaturalConversationIdParameter.getInitialConversationId(NaturalConversationIdParameter.java:44)
	at org.jboss.seam.faces.FacesManager.generateInitialConversationId(FacesManager.java:116)
	at org.jboss.seam.core.Manager.initializeTemporaryConversation(Manager.java:651)
	at org.jboss.seam.core.Manager.restoreAndLockConversation(Manager.java:613)


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