Ok, try to disable the lazy conversation context as a temporary workaround: http://docs.jboss.org/weld/reference/2.1.2.Final/en-US/html/scopescontexts.html#d0e2009 (I suppose you don't have the "CDI Conversation Filter" mapped or an observer for @Initialized(ConversationScoped.class) in your app)
Ok, try to disable the lazy conversation context as a temporary workaround: http://docs.jboss.org/weld/reference/2.1.2.Final/en-US/html/scopescontexts.html#d0e2009
(I suppose you don't have the "CDI Conversation Filter" mapped or an observer for @Initialized(ConversationScoped.class) in your app)