You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/02/09 10:03:34 UTC

[jira] [Created] (WICKET-5832) Do not fail at CDI's ConversationPropagator when running in non-http thread

Martin Grigorov created WICKET-5832:
---------------------------------------

             Summary: Do not fail at CDI's ConversationPropagator when running in non-http thread
                 Key: WICKET-5832
                 URL: https://issues.apache.org/jira/browse/WICKET-5832
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-cdi
    Affects Versions: 7.0.0-M5, 6.19.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


As explained at http://markmail.org/message/z6mpqrec26qqdowp RequestCycle.scheduleRequestHandlerAfterCurrent() fails at ConversationPropagator#onRequestHandlerScheduled() because there are no active contexts.
We don't want to fail but instead just do nothing in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)