Anthony O. commented on Bug WELD-1218

Another workaround is to switch conversation before calling redirect (but that solution will not work with cid in outcome returned by some action button) :

if (conversationId != null) {
	// Switch to the given conversation because of a bug in Weld
	conversationContext.deactivate();
	conversationContext.activate(conversationId);
}
externalContext.redirect(...
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira