Note that there are actually two possible results one could expect: * the first request ends before the second request tries to associate the conversation is associated with the second request same cdi -> {{NonexistentConversationException}} (this should work even now) * the first request ends after the conversation is associated with the second request -> {{IllegalStateException}} because of {{Conversation.end()}} (see also http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html#conversation)
|