in ConversationInterceptor.endOrBeginLongRunningConversation getOutcomeForConversationId is called before beginConversationIfNecessary that is wrong because it calls updateCurrentConversationId on old conversation.
so i shifted beginConversationIfNecessary(method, result); up and it works now. anyway, interesting conversation with myself...... -( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960626#3960626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960626 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
