From the Weld CDI documentation:
The conversation context automatically propagates with any JSF faces request (JSF form submission) or redirect. It does not automatically propagate with non-faces requests, for example, navigation via a link.
I was wondering, does the context propagate across JSF faces request for transient conversations as well? And more generally, is there an outline somewhere of the differences regarding propagation between transient and long-running conversations?
Assuming the answer to the first question is 'yes', can you provide a use case where a long running conversation would be required?